Sha256: 259f3595b1527fdb291e48b40d090a05fc9a9a0a73dd0bf8d3959719be38b904

Contents?: true

Size: 1.76 KB

Versions: 4

Compression:

Stored size: 1.76 KB

Contents

#sidebar {
  float: right;
  right: 0%;
  width: 25%;
  height: 100%;

  .classification_form {
    margin-bottom: 1em;
    margin-right: .5em;
    height: 95px;
    background-color: #888888;
    border: 2px solid #777777;
    border-radius: 5px;
    label {
      margin-left: 7px;
      margin-top: 5px;
      margin-bottom: 3px;
      font-size: 16px;
      color: white;
      text-shadow: 1px 1px #777777;
    }
    #classification_catalog_id {
      margin-left: 0.5em;
    }
    .classification_create {
      margin-left: 0.5em;
    }
  }
  .classification_sidebar {
    background-color: #888888;
    border: 2px solid #777777;
    border-radius: 5px;
    margin-right: .5em;
    .title {
      margin-left: 7px;
      margin-top: 5px;
      margin-bottom: 3px;
      font-size: 16px;
      color: white;
      text-shadow: 1px 1px #777777;      
    }
    .collection {
      margin-bottom: .5em;
      padding: 0;
      margin-right: .5em;

      .classification_header {
        margin-bottom: 10px;
        height: 30px;
        margin-left: 0;
        .classification_title {
          font-size: 16px;
          font-weight: bold;
          float: left;
          margin-top: 5px;
          padding: 3px;
          padding-left: 6px;
          padding-right: 6px;
          position: relative;
          top: 0px;
          color: white;
          text-shadow: 1px 1px #777777;
        }
        .classification_drop {
          float: left;
          position: relative;
          top: 5px;
          left: 15px;
        }
      }  
      li.classification {
        margin-left: .5em;
        margin-bottom: .5em;
        //background-color: #666666;
        //border: 2px solid #555555;
        border-radius: 5px;
      }
    }
  }
  
  form input[type=text] {
    width: 90%;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fassets_core-0.4.0 app/assets/stylesheets/fassets_core/sidebar.css.scss
fassets_core-0.3.1 app/assets/stylesheets/fassets_core/sidebar.css.scss
fassets_core-0.3.0 app/assets/stylesheets/fassets_core/sidebar.css.scss
fassets_core-0.2.0 app/assets/stylesheets/fassets_core/sidebar.css.scss