1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/themes/3nids_theme/3nids/css/fix-ie.css

34 lines
397 B
CSS
Raw Normal View History

2009-09-23 06:43:11 +00:00
/**
* Fix display in IE 6, 7
*/
2009-10-19 08:43:55 +00:00
.ui-helper-clearfix {
2009-09-23 06:43:11 +00:00
zoom: 1;
}
2009-10-19 07:21:48 +00:00
#g-banner {
2009-09-23 06:43:11 +00:00
z-index: 2;
}
input.submit {
clear: none !important;
display: inline !important;
}
2009-10-19 07:21:48 +00:00
#g-add-tag-form input.textbox {
2009-09-23 06:43:11 +00:00
width: 110px;
}
2009-10-19 07:21:48 +00:00
#g-dialog a.g-cancel {
2009-09-23 06:43:11 +00:00
display: inline-block !important;
float: none !important;
}
2009-10-19 07:21:48 +00:00
.g-pager .g-txt-right {
2009-09-23 06:43:11 +00:00
width: 29%;
}
2009-10-19 07:21:48 +00:00
.g-pager .ui-icon-right {
2009-09-23 06:43:11 +00:00
width: 60px;
}