Sha256: a2451e43047fd08b02d51d66b0f1615614a7ff74b0807f94cfafdda6787fc68e

Contents?: true

Size: 630 Bytes

Versions: 4

Compression:

Stored size: 630 Bytes

Contents

#main {
  position: relative;
  clear: both;
  margin-bottom: 50px;
  .wrap_content {
    width: 100%;
    float: left;
  }
  .sidebar {
    width: 260px;
    margin: 0 0 20px -265px;
    float: left;
    &.well {
      width: 220px;
    }
  }
  .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

4 entries across 4 versions & 1 rubygems

Version Path
ab_admin-0.2.3 app/assets/stylesheets/ab_admin/components/_base.css.scss
ab_admin-0.2.2 app/assets/stylesheets/ab_admin/components/_base.css.scss
ab_admin-0.2.1 app/assets/stylesheets/ab_admin/components/_base.css.scss
ab_admin-0.2.0 app/assets/stylesheets/ab_admin/components/_base.css.scss