X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2Fcss%2Fweb2%2Fboxes.css;h=3c87c8d489e6554baf1b43d4a14e0aeaf8bc35b3;hb=43a06151e47d2c59b833cbd8c26d97865ee850b6;hp=0f2f20c2b6c069a598869e0a7b7701f35c88fdb3;hpb=63a268637b2d51a8766412617724b9436439deb6;p=freeside.git diff --git a/rt/share/html/NoAuth/css/web2/boxes.css b/rt/share/html/NoAuth/css/web2/boxes.css index 0f2f20c2b..3c87c8d48 100644 --- a/rt/share/html/NoAuth/css/web2/boxes.css +++ b/rt/share/html/NoAuth/css/web2/boxes.css @@ -1,40 +1,40 @@ %# BEGIN BPS TAGGED BLOCK {{{ -%# +%# %# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC -%# -%# +%# +%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# +%# %# (Except where explicitly superseded by other copyright notices) -%# -%# +%# +%# %# LICENSE: -%# +%# %# This work is made available to you under the terms of Version 2 of %# the GNU General Public License. A copy of that license should have %# been provided with this software, but in any event can be snarfed %# from www.gnu.org. -%# +%# %# This work is distributed in the hope that it will be useful, but %# WITHOUT ANY WARRANTY; without even the implied warranty of %# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU %# General Public License for more details. -%# +%# %# You should have received a copy of the GNU General Public License %# along with this program; if not, write to the Free Software %# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA %# 02110-1301 or visit their web page on the internet at %# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# +%# +%# %# CONTRIBUTION SUBMISSION POLICY: -%# +%# %# (The following paragraph is not intended to limit the rights granted %# to you to modify and distribute this software under the terms of %# the GNU General Public License and is only of importance to you if %# you choose to contribute your changes and enhancements to the %# community by submitting them to Best Practical Solutions, LLC.) -%# +%# %# By intentionally submitting any modifications, corrections or %# derivatives to this work, or any other work intended for use with %# Request Tracker, to Best Practical Solutions, LLC, you confirm that @@ -43,7 +43,7 @@ %# royalty-free, perpetual, license to use, copy, create derivative %# works based on those contributions, and sublicense and distribute %# those contributions and any derivatives thereof. -%# +%# %# END BPS TAGGED BLOCK }}} .titlebox { border-left: 1px solid #ccc; @@ -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; } @@ -160,29 +164,24 @@ } -.hidden { - display: none; -} - .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; }