Sha256: 91e049afaf35e51092cbc97a72793425458b5da546ce22be6cb91b3c483972e3

Contents?: true

Size: 938 Bytes

Versions: 4

Compression:

Stored size: 938 Bytes

Contents

/* IE hacks
   ==================================== */

* html .active-scaffold-header,
.active-scaffold li.form-element,
.active-scaffold li.sub-section {
zoom: 1;
}

* html .active-scaffold td .messages-container {
border-top: solid 1px #DAFFCD;
}

.active-scaffold-header div.actions a.show_search {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/active_scaffold/default/magnifier.png', sizingMethod='crop');
}

.active-scaffold .sub-form .association-record a.destroy {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/active_scaffold/default/cross.png', sizingMethod='crop');
}

.active-scaffold-header div.actions a.disabled {
filter: alpha(opacity=50);
}

.active-scaffold .show-view dd,
.active-scaffold li.form-element dd {
float: none;
}

.active-scaffold li.form-element dt {
padding: 4px 0;
}

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
antfarm-0.3.0 rails/vendor/plugins/active_scaffold/frontends/default/stylesheets/stylesheet-ie.css
antfarm-0.3.0 rails/public/stylesheets/active_scaffold/default/stylesheet-ie.css
antfarm-0.4.0 rails/public/stylesheets/active_scaffold/default/stylesheet-ie.css
antfarm-0.4.0 rails/vendor/plugins/active_scaffold/frontends/default/stylesheets/stylesheet-ie.css