aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-04-29 16:04:33 +0000
committerplegall <plg@piwigo.org>2010-04-29 16:04:33 +0000
commita6f0b397dfc19e11b5bb6b4bcd2ab7e990b51bb0 (patch)
tree645f606d7c5f6f7c1064b083874ebf8b47c3f964
parentad27e26c4832b31a93a711e1f85a54c2e8e6be08 (diff)
bug fixed: on Google Chrome (Linux), fieldsets were center aligned in administration
git-svn-id: http://piwigo.org/svn/trunk@6000 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/themes/default/default-layout.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css
index 48e0ff5a8..698c575da 100644
--- a/admin/themes/default/default-layout.css
+++ b/admin/themes/default/default-layout.css
@@ -881,3 +881,5 @@ h2:lang(en) { text-transform:capitalize; }
.HelpActions a { border:0; margin:0; }
.HelpActions a:hover {border:0;}
.HelpActions li {list-style-image:none; list-style-position:outside; list-style-type:none; text-align:center; text-indent:0pt; }
+
+legend {text-align:left;} \ No newline at end of file