From a6f0b397dfc19e11b5bb6b4bcd2ab7e990b51bb0 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 29 Apr 2010 16:04:33 +0000 Subject: 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 --- admin/themes/default/default-layout.css | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3