Sha256: 7b663fe507364c2fc87955427e378f46467b21b3e1f6f0bdfd0206afb644902c

Contents?: true

Size: 983 Bytes

Versions: 2

Compression:

Stored size: 983 Bytes

Contents

.active-scaffold-header div.actions a.show_export {
  background-image: url(<%= asset_data_uri '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

2 entries across 2 versions & 1 rubygems

Version Path
active_scaffold_export_vho-3.1.2 app/assets/stylesheets/active_scaffold_export.css.erb
active_scaffold_export_vho-3.1.1 app/assets/stylesheets/active_scaffold_export.css.erb