diff options
author | mistic100 <mistic@piwigo.org> | 2012-10-21 15:27:50 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-10-21 15:27:50 +0000 |
commit | edd6cc25c5ae3e71b489194f1d6c8a93a6680614 (patch) | |
tree | 02b23c3945b72fbc907dbbaa3378eed01f303d9c /themes/default/theme.css | |
parent | 548698e760eeca2abbafe2a38f77e2202f9c013b (diff) |
bug 2775: on index page, errors/infos messages can be at the bottom with PWG Stuffs
git-svn-id: http://piwigo.org/svn/trunk@18712 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index c747da7ba..c32472210 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -685,6 +685,12 @@ INPUT[type="radio"], INPUT[type="checkbox"] { } +.content.messages { + padding:0; + background:none; + border:none; +} + .errors { /* Errors display */ color: red; font-weight: bold; |