From c2615836c35054bcef93297199e21169004b3eb8 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 21 Apr 2010 08:19:23 +0000 Subject: [PATCH] Updated logout style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17766 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 73d80b0ba..7600b150e 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1481,10 +1481,16 @@ div.progress { right:20%; padding:10px; background-color:#F8F8F8; - border:1px solid #CCC; + border:2px solid red; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#F0F0F0)); background: -moz-linear-gradient(top, #FFF, #F0F0F0); } + +h2 { + font-size:14px; + font-weight:bold; +} + -- 2.30.2