diff options
author | plegall <plg@piwigo.org> | 2010-03-23 12:04:31 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-23 12:04:31 +0000 |
commit | f60f59a4c6099b387eae41691275a8dbec6f6f0d (patch) | |
tree | 65155460ec6d968341ebc2e1b37946e09aca4f4f /admin/themes/default/default-layout.css | |
parent | 87f5424cca63ddce78c25853881d0116e0c0c5ee (diff) |
bug fixed: hide border on admin/configuration fieldsets to avoid empty legend.
Add missing i18n on admin.tpl, admin header/footer, pLoader page, theme
manager.
git-svn-id: http://piwigo.org/svn/trunk@5284 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/default-layout.css')
-rw-r--r-- | admin/themes/default/default-layout.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index 756d2b1bc..499e11e20 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -750,4 +750,6 @@ h2:lang(en) { text-transform:capitalize; } #helpContent P {text-align:left; margin-left:10px;} #helpContent LI, #ftpPage LI {margin-top:10px;} -#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;}
\ No newline at end of file +#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;} + +#configContent FIELDSET {border:none;}
\ No newline at end of file |