summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 848d536)
raw | patch | inline | side by side (parent: 848d536)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 11:49:07 +0000 (11:49 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 11:49:07 +0000 (11:49 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15916 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/main.php | patch | blob | history | |
gosa-core/html/themes/modern/style.css | patch | blob | history |
index f9e19fa341a9299e1d01dd558d2d8b7b107829e3..2017cd73ed984a384048d55449b874b0ca730144 100644 (file)
--- a/gosa-core/html/main.php
+++ b/gosa-core/html/main.php
$smarty->assign ("logo", "<div style='float:left'>".image("themes/modern/images/logo.png")."</div>");
$smarty->assign ("date", date("l, dS F Y H:i:s O"));
$smarty->assign ("lang", preg_replace('/_.*$/', '', $lang));
-$smarty->assign ("must", "<font class=\"must\">*</font>");
+$smarty->assign ("must", "<span class='required'>*</span>");
if (isset($plug)){
$plug= "?plug=$plug";
} else {
index 2d121d5eab3ea5664fb6251a91b35f74eec026f6..4aec6b61c09506e7a052d4676cc6b8f86faf82c4 100644 (file)
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{
-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;
}