Sha256: 6286c10faa1869bc424b8825bd8447ec8a3556bad762ba12da6553db348cfd81

Contents?: true

Size: 1.85 KB

Versions: 65

Compression:

Stored size: 1.85 KB

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;
}

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

* html .active-scaffold .sub-form .association-record a.destroy {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='#{image_path('active_scaffold/cross.png')}', sizingMethod='crop');
}
* html .active-scaffold-header div.actions a.new,
* html .active-scaffold-header div.actions a.new_existing {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='#{image_path('active_scaffold/add.png')}', sizingMethod='crop');
}
* html .active-scaffold-header th.asc a,
* html .active-scaffold-header th.asc a:hover {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='#{image_path('active_scaffold/arrow_up.png')}', sizingMethod='crop');
}
* html .active-scaffold-header th.desc a,
* html .active-scaffold-header th.desc a:hover {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='#{image_path('active_scaffold/arrow_down.png')}', sizingMethod='crop');
}
* html .active-scaffold-header a.inline-adapter-close {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='#{image_path('active_scaffold/close.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

65 entries across 65 versions & 1 rubygems

Version Path
active_scaffold-3.4.37 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.36 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.35 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.34 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.33 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.32 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.31 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.30 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.29 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.28 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.27 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.26 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.25 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.24 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.23 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.22 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.21.1 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.21 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.20 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.4.19 app/assets/stylesheets/active_scaffold-ie.scss