From cdf6b61b232bad35eacb8defcbb24b5bafeca971 Mon Sep 17 00:00:00 2001 From: cajus Date: Sun, 28 Feb 2010 19:25:41 +0000 Subject: [PATCH] Updated img style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15772 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 9a4caaeb1..5270487ec 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -506,12 +506,14 @@ fieldset textarea:hover{ /* Images */ div.img{ - /*background:transparent url(img-modern.png) no-repeat;*/ + background-color:transparent; + background-repeat:no-repeat; position:relative } div.img div { - /*background:transparent url(img-modern.png) no-repeat;*/ + background-color:transparent; + background-repeat:no-repeat; bottom:0; right:0; position:absolute; -- 2.30.2