Sha256: 8248705b8ef08cbcdd742b286d3a609a8666dfe9d7c28bf2d8bcf4a4c5d9d576

Contents?: true

Size: 969 Bytes

Versions: 1

Compression:

Stored size: 969 Bytes

Contents

#add_asset_sidebar {
  position: absolute;
  width: 200px;
  height: 100%;
  font-size: 1em;
  margin-right: 1em;
  background: silver;

  ul {
    list-style: none;
  }

  .asset_type {
    margin-top: .5em;
    padding: .5em .0em .5em .5em;
    .item {
      width: 100%;
      height: 16px;
      a {
        float: right;
        padding: .5em;
      }
      .selected {
        border: 1px solid white;
        border-right: 1px solid white;
        border-right-style: none;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background: white;
      }
    }
  }
}

#fancybox-content h1 {
  border-top: none;
  background-color: white;
}
#add_asset_content {
  position: relative;
  height: 100%;
  margin-left: 200px;
  padding-left: 1em;
  overflow-y: auto;
}
#sidebar.box{
  float: right;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 20%;
}
#edit_asset_content{
  width: 98%;
  height: 48%;
  //float: left;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fassets_core-0.4.0 app/assets/stylesheets/fassets_core/add_asset_box.css.scss