Sha256: 443e948ab0e37cd1c4cf1117b5d31e1bef67d558da8c507f98e9d1a397bb4ac7

Contents?: true

Size: 591 Bytes

Versions: 3

Compression:

Stored size: 591 Bytes

Contents

#main {
  position: relative;
  clear: both;
  margin-bottom: 50px;
  .wrap_content {
    width: 100%;
    float: left;
  }
  .sidebar {
    width: 220px;
    margin: 0 0 20px -265px;
    float: left;
  }
  .content_with_sidebar {
    margin-right: 280px;
    overflow-x: auto;
  }
  .row-fluid .alert {
    max-width: 1000px;
  }
  .sidebar.abs_bar {
    position: absolute;
    right: 10px;
    top: 0;
    width: auto;
  }
}

.tree_view {
  #columns_hider_show {
    display: none;
  }
}

#loading {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100000;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ab_admin-0.1.2 app/assets/stylesheets/ab_admin/components/_base.css.scss
ab_admin-0.1.1 app/assets/stylesheets/ab_admin/components/_base.css.scss
ab_admin-0.1.0 app/assets/stylesheets/ab_admin/components/_base.css.scss