Sha256: a0e47b9eee8d5b1c9e6f1d2d7910ea81a36e89dde9cde764c435c6555bb6ddb1

Contents?: true

Size: 771 Bytes

Versions: 3

Compression:

Stored size: 771 Bytes

Contents

html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
}

#main {
  position: relative;
  clear: both;
  .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;
  }
}

#push {
  height: 40px;
}

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ab_admin-0.3.5 app/assets/stylesheets/ab_admin/components/_base.css.scss
ab_admin-0.3.4 app/assets/stylesheets/ab_admin/components/_base.css.scss
ab_admin-0.3.3 app/assets/stylesheets/ab_admin/components/_base.css.scss