mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
34 lines
388 B
CSS
34 lines
388 B
CSS
/**
|
|
* Fix display in IE 6, 7
|
|
*/
|
|
|
|
.g-clearfix {
|
|
zoom: 1;
|
|
}
|
|
|
|
#g-banner {
|
|
z-index: 2;
|
|
}
|
|
|
|
input.submit {
|
|
clear: none !important;
|
|
display: inline !important;
|
|
}
|
|
|
|
#g-add-tag-form input.textbox {
|
|
width: 110px;
|
|
}
|
|
|
|
#g-dialog .g-cancel {
|
|
display: inline-block !important;
|
|
float: none !important;
|
|
}
|
|
|
|
.g-pager .g-txt-right {
|
|
width: 29%;
|
|
}
|
|
|
|
.g-pager .ui-icon-right {
|
|
width: 60px;
|
|
}
|