Sha256: c080414dfe759344b07ba0c4ce4b769d9cfe59f38a16e11e4a2de89b9a9a7d7d

Contents?: true

Size: 1.92 KB

Versions: 53

Compression:

Stored size: 1.92 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;
}

.as-slider.ui-state-disabled {
  filter: alpha(Opacity=100);
}

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
active_scaffold-3.6.15 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.14 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.13 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.12 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.11.1 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.11 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.10 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.9 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.8 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.6 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.5 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.4.1 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.4 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.3 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.2 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.1 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.0 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.0.rc2 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.6.0.rc1 app/assets/stylesheets/active_scaffold-ie.scss
active_scaffold-3.5.5 app/assets/stylesheets/active_scaffold-ie.scss