Sha256: b429ad356116ca84c24706a7b8aebccff6615d08384bca5b26e26f4861b81674

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

#fancybox-content #main {
  margin-top: 10px;
  margin-left: 10px;
  height: 95%;
}
#fancybox-content #sidebar{
  margin-top: 10px;
  height: 95%;
}
#fancybox-content #edit_header{
  margin-bottom: 1em;
  #content {
    height: 40px;
    width: 35%;
    display: inline;
    background-color: #888888;
    border: 2px solid #777777;
    border-radius: 5px;
    #type {
      font-size: 16px;
      color: white;
      text-shadow: 1px 1px #777777;
      padding: .5em;
      float: left; 
    }
    #action {
      float: left;
      margin-top: 5px;
      width: 70%;
      .delete_asset_button {
        float: left;
      }
      .put_on_tray_button {
        float: left;
      }
    }
  }
}
#fancybox-content #asset_preview{
  padding: 1em;
  margin-top: 50px;
  margin-bottom: 1em;
  margin-right: .5em;
  max-width: 400px;
  overflow: auto;
  background-color: #888888;
  border: 2px solid #777777;
  border-radius: 5px;
  img {
    border: 2px solid silver;
  }
}
#asset_form{
  width: 50%;
  height: 50%;
  padding-right: 10px;
  float: left;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fassets_core-0.2.0 app/assets/stylesheets/fassets_core/edit_box.css.scss