From 42c665eefff16db088cf341758e62643ac3ad074 Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 7 Oct 2008 20:06:21 +0000 Subject: Add space between icons in Category Management git-svn-id: http://piwigo.org/svn/trunk@2682 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/theme/roma/theme.css | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/template/goto/theme') 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; } -- cgit v1.2.3