diff options
author | plegall <plg@piwigo.org> | 2012-04-29 23:58:44 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-04-29 23:58:44 +0000 |
commit | a129632a26ef081f54718ef04e29a1267424e798 (patch) | |
tree | a52dc5548267489ad7f1452e43505822a2853e14 /admin/themes/default/theme.css | |
parent | c57a695bf66543a6afdb134a0af024daf35d8822 (diff) |
feature 2626: ability to upload a new watermark
git-svn-id: http://piwigo.org/svn/trunk@14546 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index d85dab084..2e7c25643 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1112,4 +1112,5 @@ FORM#categoryOrdering .categoryLi:hover p.albumActions {visibility:visible;} input[type="text"].dError {border-color:#ff7070; background-color:#FFe5e5;} .dErrorDesc {background-color:red; color:white; padding:0 5px;border-radius:10px; font-weight:bold;cursor:help;} -#wImg {max-height:100px;border:2px solid #ccc;}
\ No newline at end of file +#wImg {max-height:100px;border:2px solid #ccc;margin-top:5px;} +#addWatermark {display:none;}
\ No newline at end of file |