diff options
Diffstat (limited to 'rt/share/html/NoAuth/css/web2/boxes.css')
| -rw-r--r-- | rt/share/html/NoAuth/css/web2/boxes.css | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/rt/share/html/NoAuth/css/web2/boxes.css b/rt/share/html/NoAuth/css/web2/boxes.css index 20be288fe..3c87c8d48 100644 --- a/rt/share/html/NoAuth/css/web2/boxes.css +++ b/rt/share/html/NoAuth/css/web2/boxes.css @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC %# <sales@bestpractical.com> %# %# (Except where explicitly superseded by other copyright notices) @@ -58,6 +58,10 @@ border-bottom: 2px solid #aaa; border-right: 2px solid #aaa; padding-right: 1em; + + + border-radius: 0.5em; + } * html .titlebox { @@ -69,8 +73,6 @@ background-color: #ffffff; margin-top: 1em; - -moz-border-radius: 0.5em; - -webkit-border-radius: 0.5em; margin-right: 0.25em; } @@ -105,10 +107,6 @@ } -.titlebox .titlebox-title a:visited { - color: #fff; -} - .titlebox .titlebox-title .left { font-weight: bold; background: #ccc; @@ -121,6 +119,8 @@ border-bottom: 2px solid #aaa; border-right: 2px solid #aaa; + border-radius: 0.5em; + } @@ -147,9 +147,13 @@ -moz-border-radius-topright: 0.25em; -webkit-border-top-right-radius: 0.25em; + border-radius: 0 0.25em 0 0.25em; + + } -.titlebox .titlebox-title .right a { +.titlebox .titlebox-title .right a, +.titlebox .titlebox-title .right a:visited { color: #000; } @@ -163,22 +167,21 @@ .titlebox .titlebox-title .widget a { display: block; margin: 0; - margin-top: 0.5em; + margin-top: 0.6em; width: 20px; - background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rollup-arrow.gif) no-repeat center center; + background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rollup-arrow.gif) no-repeat center 0; position: absolute; top: -1em; left: 0.15em; float: left; - padding: 11px 0 0 0; + padding: 7px 0 0 0; overflow: hidden; } * html .titlebox .titlebox-title .widget a { - background-position: center 0.3em; top: 0em; left: -1.5em; } |
