1
0

synchronize changes with the fix-ie.css in gallery3:master

This commit is contained in:
Tim Almdal 2010-08-18 19:47:34 -07:00
parent 4aa1e1ded6
commit 2308b19b1e

View File

@ -1,5 +1,5 @@
/**
* Fix display in IE 6, 7
* Fix display in IE 6, 7, and 8
*/
#g-banner {
@ -26,11 +26,17 @@ input.submit {
display: inline !important;
}
.g-short-form input[type='submit'] {
.g-short-form input.text,
.g-short-form input.submit {
font-size: 1em;
line-height: 1em;
padding: .38em .3em;
}
#g-search-form input#q {
width: 300px;
}
#g-add-tag-form input.textbox {
width: 110px !important;
}