From 616f2fbbe5582a37e695f25ca858fd78e2d2645d Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 3 Mar 2010 11:49:07 +0000 Subject: [PATCH] Updated styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15916 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/main.php | 2 +- gosa-core/html/themes/modern/style.css | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index f9e19fa34..2017cd73e 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -268,7 +268,7 @@ if (isset($_GET['reset'])){ $smarty->assign ("logo", "
".image("themes/modern/images/logo.png")."
"); $smarty->assign ("date", date("l, dS F Y H:i:s O")); $smarty->assign ("lang", preg_replace('/_.*$/', '', $lang)); -$smarty->assign ("must", "*"); +$smarty->assign ("must", "*"); if (isset($plug)){ $plug= "?plug=$plug"; } else { diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 2d121d5ea..4aec6b61c 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -84,6 +84,12 @@ img, input[type=image] { background-color:rgba(255,0,0,0.2); } +.required{ + font-size:xx-small; + vertical-align:top; + color:red; +} + /* Image with migration color */ input[type=submit].img{ @@ -410,8 +416,8 @@ button:focus, .button:active { -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; background-color:#E8E8E8; - background: -webkit-gradient(linear, 0 0, 0 100%, from(#D8D8D8), to(#CCC)); - background: -moz-linear-gradient(top, #D8D8D8, #CCC); + background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#DDD)); + background: -moz-linear-gradient(top, #EEE, #DDD); color:#333; cursor:pointer; } -- 2.39.5