Sha256: c7c6bf44f5f469e63cdacc1316e6d2f3be9a9346409203ddb4a37345c7890888

Contents?: true

Size: 1.66 KB

Versions: 26

Compression:

Stored size: 1.66 KB

Contents

#tab_control {
  color: #333333;
  margin-bottom: 1em;
  .tabs {
    float: left;
    width: 100%;
    margin-right: -4px;
    .tab {
      background-color: #e4e4e4;
      color: black;
      display: inline-block;
      font-size: 90%;
      text-align: left;
      margin-right: 5px;
      padding: 8px 15px 5px;
      text-decoration: none;
      text-transform: titlecase;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      &.here {
        background-color: white;
        color: #737272;
        font-weight: bold;
      }
      span:hover {
        color: #737272;
      }
      .close {
        margin-top: -4px;
        margin-left: 5px;
        margin-right: -5px;
      }
    }
  }
  .pages {
    background: white;
    width: 100%;
    clear: both;
    .page {
      background: white;
      background-image: linear-gradient(to bottom, #ffffff, #f5f1e2 15%, #f5f1e2);
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
      padding: 12px 20px 20px;
      p {
        margin-top: 0;
      }
      label {
        display: inline;
        color: #333333;
        font-weight: normal;
        font-size: 80%;
        text-shadow: none;
      }
    }
    .reference_links {
      font-size: 85%;
      margin-left: 1em;
      float: right;
      a {
        color: #0066cc;
      }
    }
  }
}

.tabs {
  #tab_toolbar {
    float: right;
    overflow: hidden;
    margin-top: 0.2em;
    padding: 3px;
  }
}

.reference_links {
  font-size: 85%;
  span {
    padding: 0 0 0 4px;
    a {
      color: #4444ee;
    }
  }
}

#tag_reference_link {
  margin: 0 0.5em;
}

body.reversed {
  #tab_control {
    textarea {
      border: 1px solid #cccccc;
    }
  }
}

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
trusty-cms-4.0.2 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.9.7 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.9.6 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.9.5 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-4.0.1 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.9.4 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.9.3 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.9.2 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-4.0.0 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.9.1 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.9.0 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.8.4 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.8.3 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.8.2 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.8.1 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.8.0 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.7.1 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.7.0 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.6.2 app/assets/stylesheets/admin/partials/_tabcontrol.scss
trusty-cms-3.6.1 app/assets/stylesheets/admin/partials/_tabcontrol.scss