Sha256: 9c8552a0cea60822715283e96586fcd211c8191503ae1d7bff0e7a9e898d1ff8

Contents?: true

Size: 1.37 KB

Versions: 8

Compression:

Stored size: 1.37 KB

Contents

#wrapper {
  width: 100%;
}

.index #wrapper {
  display: table;
}

#active_admin_content {
  @include clearfix;

  margin: 0;
  padding: $horizontal-page-padding;
  position: relative;
  z-index: 10;

  #main_content_wrapper {
    float: left;
    width: 100%;

    #main_content {
      margin-right: 300px;

      table {
        th {
          background: $table-header-color;
        }
      }
    }
  }

  &.without_sidebar #main_content_wrapper #main_content {
    margin-right: 0;
  }

  #sidebar {
    float: left;
    width: $sidebar-width;
    margin-left: -$sidebar-width;
  }

  .table_tools {
    height: 30px;
  }

  a.table_tools_button, .table_tools .dropdown_menu_button {
    @include rounded(0);

    @include no-shadow;

    transition: $link_transition_dutarion;
    color: $skinTextColor;
    background: #fff;
    padding: 7px 15px;
    font-weight: normal;
    text-shadow: none;
  }

  .table_tools_segmented_control li {
    a {
      @include rounded(0);

      @include no-shadow;

      color: $skinTextColor;
      background: #fff;
      padding: 7px 15px;
      font-weight: normal;
      text-shadow: none;
      border-color: #d3d8dc;

      span.count {
        color: $skinActiveColor;
      }
    }

    &.selected {
      a {
        color: #fff;
        background-color: $skinActiveColor;

        span.count {
          color: #fff;
        }
      }
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
face_of_active_admin-0.0.16 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
face_of_active_admin-0.0.15 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
face_of_active_admin-0.0.14 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
face_of_active_admin-0.0.13 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
face_of_active_admin-0.0.12 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
face_of_active_admin-0.0.11 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
face_of_active_admin-0.0.10 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
face_of_active_admin-0.0.9 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss