X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fstatic%2Fcss%2Ffreeside4%2Fboxes.css;h=0524a0729e9650346a60f2c8051b1419f1d03d59;hp=148529b3fd5d0f07ebb193f59039c70e070dad8a;hb=e1675f79af01255e7bfa0e1ce8d55b25369ee047;hpb=c0dac179a8de4008eda767441c0a883742ded4f2 diff --git a/rt/share/static/css/freeside4/boxes.css b/rt/share/static/css/freeside4/boxes.css index 148529b3f..0524a0729 100644 --- a/rt/share/static/css/freeside4/boxes.css +++ b/rt/share/static/css/freeside4/boxes.css @@ -5,15 +5,9 @@ .titlebox .titlebox-content { padding: 0.5em 0.25em 0.5em 0.25em; - border-top: 2px solid #aaa; min-height: 3em; - -moz-border-radius-bottomright: 0.5em; - -webkit-border-bottom-right-radius: 0.5em; - border-bottom-right-radius: 0.5em; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - border-bottom-left-radius: 0.5em; - border-bottom: 1px solid #eee; + border: .1em solid #999999; + border-radius: .25em; } * html .titlebox { @@ -47,7 +41,7 @@ } .titlebox .titlebox-title a:hover { - text-decoration: underline + text-decoration: underline; } .titlebox.rolled-up .titlebox-title .left, @@ -68,15 +62,17 @@ font-weight: bold; background: transparent; margin-left: 1em; - padding: 0.5em 1.25em 0.25em 1.25em; + padding: 0.25em 1.25em 0.25em 1.25em; line-height: 1.4em; font-size: 1.1em; border: none; + font-size:140%; + font-weight:bold; } .titlebox .titlebox-title .left, .titlebox .titlebox-title .left a { - color: #3858a3 + /* color: #3858a3 */ } .titlebox .titlebox-title .right-empty { @@ -101,7 +97,7 @@ .titlebox .titlebox-title .right a, .titlebox .titlebox-title .right a:visited { - color: #999; + color: #000; font-weight: bold; margin-left: 0.5em; margin-right: 0.5em; @@ -109,7 +105,7 @@ .titlebox:hover .titlebox-title .right a, .titlebox:active .titlebox-title .right a { - color: #000 + color: #000 } .titlebox .titlebox-title .widget a {