summaryrefslogtreecommitdiff
path: root/themes/default/css/fix-ie.css
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-05-31 00:28:51 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-05-31 00:28:51 -0700
commit0a5ca7a76644e6535bed49736f3e848cac6c7211 (patch)
tree5938314fd5f3850b27668a23be9e33949951066d /themes/default/css/fix-ie.css
parent45d58c8680ab9f1714798b86c0fd268199142ace (diff)
parent2e9b8277d50fc951d1acb1dd22297ff3d6016fc1 (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