summaryrefslogtreecommitdiff
path: root/themes/default/css/fix-ie.css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-31 01:15:11 -0700
committerBharat Mediratta <bharat@menalto.com>2009-05-31 01:15:11 -0700
commite30b45be070033d5e68bf3c5eacd5c445ab1c9d5 (patch)
treefa1285c3bab96587963ca09512cb3d5553ef302f /themes/default/css/fix-ie.css
parent9a6f18075a8e0ad070e54d5bf361a3f993915b02 (diff)
parent0a5ca7a76644e6535bed49736f3e848cac6c7211 (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'themes/default/css/fix-ie.css')
-rw-r--r--themes/default/css/fix-ie.css30
1 files changed, 21 insertions, 9 deletions
diff --git a/themes/default/css/fix-ie.css b/themes/default/css/fix-ie.css
index adf8c6d8..0b37acd2 100644
--- a/themes/default/css/fix-ie.css
+++ b/themes/default/css/fix-ie.css
@@ -1,5 +1,5 @@
/**
- * Fix display in IE
+ * Fix display in IE 6, 7
*/
#gHeader,
#gSiteMenu,
@@ -23,16 +23,28 @@
margin-bottom: 0;
}
-#gViewMenu a {
- width: 52px !important;
+input.submit {
+ clear: none !important;
+ display: inline !important;
}
-#gPager li.gInfo {
- width: 39%;
+#gAddTagForm input.textbox {
+ width: 110px;
}
-#gPager .txtright a.gButtonLink {
- clear: none !important;
- float: right !important;
- width: 45% !important;
+#gDialog a.gCancel {
+ display: inline-block !important;
+ float: none !important;
+}
+
+.gPager .txtright {
+ width: 29%;
}
+
+.gPager .ui-icon-right {
+ width: 60px;
+}
+
+#gQuickPane {
+ height: 32px !important;
+} \ No newline at end of file