diff options
author | plegall <plg@piwigo.org> | 2010-04-29 16:04:33 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-29 16:04:33 +0000 |
commit | a6f0b397dfc19e11b5bb6b4bcd2ab7e990b51bb0 (patch) | |
tree | 645f606d7c5f6f7c1064b083874ebf8b47c3f964 /admin/themes/default/default-layout.css | |
parent | ad27e26c4832b31a93a711e1f85a54c2e8e6be08 (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
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/default-layout.css | 2 |
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 |