Sha256: 432ac4151334a6dd63f786c2c2a9a5b41424c2b703d7fe365bd0d970216c6b98

Contents?: true

Size: 1.17 KB

Versions: 15

Compression:

Stored size: 1.17 KB

Contents

#title_bar {
  @include section-header;

  @include clearfix;

  box-sizing: border-box;

  @include no-shadow;

  display: table;
  background: $skinHeaderBck;
  text-shadow: none;
  border: none;
  padding: 15px 30px;
  width: 100%;
  position: relative;
  border-bottom: 4px solid $skinActiveColor;
  border-top: 1px solid $skinActiveColor;
  margin: 0;
  z-index: 800;

  #titlebar_left, #titlebar_right {
    height: 50px;
    vertical-align: middle;
    display: table-cell;
  }

  #titlebar_right {
    text-align: right;
  }

  h2 {
    color: $skinHeaderTextColor;
    margin: 0;
    padding: 0;
    font-size: 2.6em;
    line-height: 100%;
    font-weight: $title-bar-font-weight;
  }

  .action_items {
    a, span.action_item {
      & > a, & > .dropdown_menu > a {
        @include rounded(0);

        background: $skinActiveColor;
        color: #fff;

        @include no-shadow;

        text-shadow: none;
        border: none;
        padding: 17px;
        font-size: 14px;

        span.icon {
          vertical-align: bottom;
          margin-right: 4px;
        }

        margin: 0px;

        &:hover {
          @include icon-color(#000);
        }
      }
    }
  }
}

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
face_of_active_admin-0.0.13 app/assets/stylesheets/face_of_active_admin/structure/_title_bar.scss
face_of_active_admin-0.0.12 app/assets/stylesheets/face_of_active_admin/structure/_title_bar.scss
face_of_active_admin-0.0.11 app/assets/stylesheets/face_of_active_admin/structure/_title_bar.scss
face_of_active_admin-0.0.10 app/assets/stylesheets/face_of_active_admin/structure/_title_bar.scss
face_of_active_admin-0.0.9 app/assets/stylesheets/face_of_active_admin/structure/_title_bar.scss
face_of_active_admin-0.0.8 app/assets/stylesheets/face_of_active_admin/structure/_title_bar.scss
face_of_active_admin-0.0.7 app/assets/stylesheets/face_of_active_admin/structure/_title_bar.scss
face_of_active_admin-0.0.6 app/assets/stylesheets/face_of_active_admin/structure/_title_bar.scss
face_of_active_admin-0.0.5 app/assets/stylesheets/face_of_active_admin/structure/_title_bar.scss
face_of_active_admin-0.0.4 app/assets/stylesheets/face_of_active_admin/structure/_title_bar.scss
face_of_active_admin-0.0.3 app/assets/stylesheets/face_of_active_admin/structure/_title_bar.scss
face_of_active_admin-0.0.2 app/assets/stylesheets/face_of_active_admin/structure/_title_bar.scss
face_of_active_admin-0.0.1 app/assets/stylesheets/face_of_active_admin/structure/_title_bar.scss
active_admin_face-0.1.0 app/assets/stylesheets/active_admin_face/structure/_title_bar.scss
active_admin_face-0.0.9 app/assets/stylesheets/active_admin_face/structure/_title_bar.scss