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/3.0/themes/three_nids/css/fix-ie.css

30 lines
361 B
CSS
Raw Normal View History

2009-09-23 06:43:11 +00:00
/**
* Fix display in IE 6, 7
*/
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-11-10 07:32:15 +00:00
#g-dialog .g-cancel {
2009-09-23 06:43:11 +00:00
display: inline-block !important;
float: none !important;
}
2009-11-10 07:32:15 +00:00
.g-pager .g-text-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;
}