Sha256: f8d97772147747e0475b9c8bce7efd6dba05929a3cb8ee150bbc518edf6fc33b

Contents?: true

Size: 820 Bytes

Versions: 3

Compression:

Stored size: 820 Bytes

Contents

html, body {
  height: 100%;
}

#main {
  position: relative;
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -20px;
  .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;
  }
}

#footer {
  height: 20px;
  padding: 10px 50px;
  margin-top: 20px;
  text-align: right;
}

.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.3.2 app/assets/stylesheets/ab_admin/components/_base.css.scss
ab_admin-0.3.1 app/assets/stylesheets/ab_admin/components/_base.css.scss
ab_admin-0.3.0 app/assets/stylesheets/ab_admin/components/_base.css.scss