aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/fix-ie7.css
diff options
context:
space:
mode:
authorZaphod <zaphod@piwigo.org>2012-03-27 20:44:11 +0000
committerZaphod <zaphod@piwigo.org>2012-03-27 20:44:11 +0000
commit6cfbf5cc9d473d0a90ad9bf854f0edc806fbb816 (patch)
treeff95bf7d3d998d731335081359ceb9f236ccd157 /themes/default/fix-ie7.css
parent36290184dd8b78bd3f11c5b320c20b203a93b4f8 (diff)
feature 2588: uniformization of picture.tpl
picture.tpl is merge between default theme & elegant theme. css adaptation to have the image info displayed as a table with default. git-svn-id: http://piwigo.org/svn/trunk@13774 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/fix-ie7.css')
-rw-r--r--themes/default/fix-ie7.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/default/fix-ie7.css b/themes/default/fix-ie7.css
index d4c343f24..4284f6381 100644
--- a/themes/default/fix-ie7.css
+++ b/themes/default/fix-ie7.css
@@ -23,3 +23,9 @@
display: block;
}
+.imageInfoTable {display:block; margin: 0 200px;}
+.imageInfo {display:block; line-height:16px;}
+.imageInfo dt {display:block; text-align:left; font-weight:bold; padding-right:0.5em;}
+.imageInfo dd {display:block; text-align:left; font-weight:normal;}
+.relSwitchBox {position:static;}
+#imageInfos dd { margin: 0 0 5px 20px;} \ No newline at end of file