From f29edc2c3ae8d73500818271ed0a2731336940ca Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 1 Mar 2010 17:46:26 +0000 Subject: [PATCH] Removed padding from image button git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15821 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 45e271f8e..abd788fd7 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -89,7 +89,7 @@ button.img{ background:none; border:0; margin:0; - padding:2px; + padding:0; } div.img{ -- 2.30.2