Sha256: 0cad7a468fde94bd78a989ebe99841ab1fc4170ccdb44a0d18256410382b95a9

Contents?: true

Size: 1.34 KB

Versions: 10

Compression:

Stored size: 1.34 KB

Contents

#wrapper {
  width: 100%;
}

.index #wrapper {
  display: table;
}

#active_admin_content {
  @include clearfix;

  margin: 0;
  padding: $horizontal-page-padding;

  #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

10 entries across 10 versions & 2 rubygems

Version Path
face_of_active_admin-0.0.8 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
face_of_active_admin-0.0.7 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
face_of_active_admin-0.0.6 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
face_of_active_admin-0.0.5 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
face_of_active_admin-0.0.4 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
face_of_active_admin-0.0.3 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
face_of_active_admin-0.0.2 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
face_of_active_admin-0.0.1 app/assets/stylesheets/face_of_active_admin/structure/_main_structure.scss
active_admin_face-0.1.0 app/assets/stylesheets/active_admin_face/structure/_main_structure.scss
active_admin_face-0.0.9 app/assets/stylesheets/active_admin_face/structure/_main_structure.scss