diff options
author | rub <rub@piwigo.org> | 2009-01-18 08:42:08 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2009-01-18 08:42:08 +0000 |
commit | 65c701a5a33df1f47adca51b9086762511ee0e23 (patch) | |
tree | e8ef0c2bd7b213266906e89827887c77996f5e1e /admin | |
parent | 0ce94a13d720e0ff9f549e41fc7eaedc07f29bdf (diff) |
Try to fix bad position for "nbm_repost_submit" button.
git-svn-id: http://piwigo.org/svn/trunk@3099 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 6f3d63c2e..82a981cda 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -11,6 +11,7 @@ input.rateButton, legend, h3 { color: #666; } #theAdminPage h2 { color: #333; } .content .infos { color: #f70; border:0; background-color: transparent; padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; background-position:left top;} +.content .infos .submit {margin-left:30px;} .content .infos li, .content .errors li { list-style-type:none; } .content .errors { color: #f33; border:0; background-color: transparent; padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; background-position:left top; } |