Sha256: bbc1c87b78ad610a9cda2efaef311c26f0b8ed73145c9db25948e702061b56ab

Contents?: true

Size: 964 Bytes

Versions: 1

Compression:

Stored size: 964 Bytes

Contents

.codesync-editor {
  .document-tabs-container {
    .document-tab {
      font-size: 12px;
      float: left;
      border: 1px solid #777;
      padding: 2px 10px;
      border-radius: 0px 0px 4px 4px;
      cursor: pointer;
      background: rgba(40,40,40,0.9);
      box-shadow: 0 0 3px rgba(0,0,0,0.3);
      color: #fff;
      height: 28px;
      margin-right: 2px;

      max-width: 200px;
      overflow: hidden;

      .close-anchor {
        display: none;
      }


    &.closable {
      min-width: 60px;

      .contents {
        float: left;
        clear: left;
        width: 80%;
      }
      .close-anchor {
        display: block;
        float: right;
        width: 10%;
        clear: right;
      }
    }


      &.new-document {
        margin-right: 0px;
      }

      &.new-document {
        float: right;
      }

      &.open-document {
        float: right;
      }
    }
  }
}

.document-tabs-container {
  .document-tab {
  }


}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
code_sync-0.6.7 lib/assets/stylesheets/code_sync/editor/document-tabs.css.scss