diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-07 20:06:21 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-07 20:06:21 +0000 |
commit | 42c665eefff16db088cf341758e62643ac3ad074 (patch) | |
tree | 160182ac9b06cd22a8f6aba41e0e757988c8dfea /admin/template | |
parent | 4d87bb1d963e3a79e4166f9213a81e71dda8cc8b (diff) |
Add space between icons in Category Management
git-svn-id: http://piwigo.org/svn/trunk@2682 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 0b0fb2030..8d1f7671a 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -69,6 +69,7 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } .tagSelection label { padding-right:12px; } +.content ul.categoryActions a img { margin-left: 10px; } ul.thumbnails input { border:3px double #999; color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;} INPUT[type="submit"]:hover , INPUT[type="reset"]:hover { cursor: pointer; } INPUT.bigbutton:hover { background-color: #222; color:#f33; border: 0; } |