summaryrefslogtreecommitdiff
path: root/themes/default/css
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-12-15 07:08:13 +0000
committerChad Kieffer <chad@2tbsp.com>2008-12-15 07:08:13 +0000
commitcf47b3d45c99bae2120dfa1d365eef91fd42f4fc (patch)
tree93a8aa133a45c0bd80c3a8dde87f95cc8d623a78 /themes/default/css
parent20d5f45218073c1c4c60a32d6f939b5ae4bb6b58 (diff)
Fix that rascal IE. Added conditional HTML comment to use fix-ie.css for IE7 and earlier. Fixed bg images in album/item view buttons, IE 6/7 don't appear to handle background-position: center center :(
Diffstat (limited to 'themes/default/css')
-rw-r--r--themes/default/css/fix-ie.css6
-rw-r--r--themes/default/css/screen.css2
2 files changed, 7 insertions, 1 deletions
diff --git a/themes/default/css/fix-ie.css b/themes/default/css/fix-ie.css
new file mode 100644
index 00000000..738fdff1
--- /dev/null
+++ b/themes/default/css/fix-ie.css
@@ -0,0 +1,6 @@
+/**
+ * Fix display in IE 7 and earlier
+ */
+.gClearFix {
+ zoom: 1;
+}
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 10c80d49..504b4bac 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -460,7 +460,7 @@ li.gError select {
#gViewMenu #gFullsizeLink {
background-color: #BDD2FF;
background-repeat: no-repeat;
- background-position: center center;
+ background-position: 10px center;
color: transparent;
display: block;
font-size: .9em;