diff options
author | rub <rub@piwigo.org> | 2009-01-18 08:43:11 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2009-01-18 08:43:11 +0000 |
commit | 2bc6baee271972c63f87823a75d351fe14023503 (patch) | |
tree | b687892a38bbb61f2a81a754a75b2435fe34a59e /admin/template/goto | |
parent | 53e9f49330602e86abaf07dad95e6a8ce7662cb0 (diff) |
merge -c3099 from trunk to branch 2.0
Try to fix bad position for "nbm_repost_submit" button.
git-svn-id: http://piwigo.org/svn/branches/2.0@3100 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto')
-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 252665ce2..a77a1f440 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; } |