Sha256: 38528062318798e5e7b90e01004b7490e346afde72f4481c1cd80a859bc477fe

Contents?: true

Size: 1.2 KB

Versions: 2

Compression:

Stored size: 1.2 KB

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%;
}
.wiki_results {
  display: inline;
}
.wiki_img {
  background: silver;
  float: left;
  margin: 5px;
}
#file_asset_form{
  width: 90%;
  height: 50%;
  padding-right: 10px;
  float: left;
}
#edit_asset_content{
  width: 98%;
  height: 48%;
  //float: left;
}
.wiki_image{
  float:left;
}
.wiki_actions{
  padding-left: 5px;
}

Version data entries

2 entries across 2 versions & 1 rubygems

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