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
This commit is contained in:
plegall
2010-04-29 16:04:33 +00:00
parent ad27e26c48
commit a6f0b397df

View File

@@ -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;}