Merge branch 'master' of https://github.com/jgoodman/Freeside
[freeside.git] / rt / share / html / NoAuth / css / web2 / boxes.css
index 20be288..645e83b 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
  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;
  
 }
 
 }
 
-.titlebox .titlebox-title a:visited {
-    color: #fff;
-}
-
 .titlebox .titlebox-title .left {
     font-weight: bold;
     background: #ccc;
     border-bottom: 2px solid #aaa;
     border-right: 2px solid #aaa;
 
+    border-radius: 0.5em;
+
 
 }
 
  -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;
 }
 
 .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; 
 }