Sha256: 39a0bbb87c4cadcb88b0546c1c28fe2dc997350d9de5db01c0f2dcda0800f8bd

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 KB

Contents

.active-scaffold-header div.actions a.show_export {
  background-image: url(<%= asset_path 'export.png' %>);
  background-image: url(../../../images/active_scaffold/default/export.png);
  background-position: 1px 50%;
  background-repeat: no-repeat;
  padding-left: 19px;
}
.active-scaffold div.show_export-view h3 {
  font-weight: bold;
}
.active-scaffold div.show_export-view div.separator {
  clear: both;
  padding: .5em;
}
.active-scaffold div.show_export-view div.options div.separator {
  padding: 0;
}
.active-scaffold div.show_export-view div.options div.checkbox-wrapper {
  margin-bottom: .5em;
}
.active-scaffold div.show_export-view div div.checkbox-wrapper {
  min-width: 20%;
  margin-bottom: .25em;
  float: left;
}
.active-scaffold div.show_export-view label #delimiter {
  font-family: monospace;
}

.as_touch .active-scaffold-header div.actions a.show_export {
  padding: 7px 5px 7px 25px;
}

.as_touch .active-scaffold .active-scaffold-header div.actions > a.show_export {
  padding: 7px 5px 7px 25px;
  background-position: 5px 50%;
}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
active_scaffold_export-3.2.2 app/assets/stylesheets/active_scaffold_export.css.erb
active_scaffold_export-3.2.1 app/assets/stylesheets/active_scaffold_export.css.erb
active_scaffold_export_vho-3.1.0 app/assets/stylesheets/active_scaffold_export.css.erb