diff options
author | plegall <plg@piwigo.org> | 2011-09-02 08:37:21 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-09-02 08:37:21 +0000 |
commit | bd7f8c0ba2e5686c25152de220f645dc39a72ccd (patch) | |
tree | 7acc068fba5b32172a2bb0c7468f44aeea8da76c /admin/themes/default/theme.css | |
parent | 88951a79468fefe8504b79c7a43981bf381cbdf8 (diff) |
feature 1078 added: ability to merge tags
git-svn-id: http://piwigo.org/svn/trunk@12032 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/theme.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index f8bf70be1..433d62ffb 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1078,3 +1078,5 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;} #progressbar {border:1px solid #ccc; background-color:#eee;} .ui-progressbar-value { background-image: url(images/pbar-ani.gif); height:10px;margin:-1px;border:1px solid #E78F08;} +/* Tag Manager */ +.warningDeletion {display:none;font-style:italic;}
\ No newline at end of file |