X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2Fm%2F_elements%2Fraw_style;h=636884984fdeb7214988eb5f206a38d3237582a5;hb=b8988e1d3ac75af63c85e8563e57701030315a9e;hp=8c199774350f545652eb36d58b908f138059a63e;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;p=freeside.git diff --git a/rt/share/html/m/_elements/raw_style b/rt/share/html/m/_elements/raw_style index 8c1997743..636884984 100644 --- a/rt/share/html/m/_elements/raw_style +++ b/rt/share/html/m/_elements/raw_style @@ -1,7 +1,53 @@ +%# BEGIN BPS TAGGED BLOCK {{{ +%# +%# COPYRIGHT: +%# +%# This software is Copyright (c) 1996-2014 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 +%# you are the copyright holder for those contributions and you grant +%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, +%# 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 }}} body { font-family: helvetica, arial, sans-serif; - /*background-color: #ccf;*/ - background-color: #f8f8f8; + background-color: #ccf; margin: 0; } @@ -10,8 +56,8 @@ h1 { padding-top: 0.5em; padding-left: 0.2em; display: block; - background-color: #f8f8f8; - + background-color: #fff; + margin: 0; } div.buttons { @@ -29,10 +75,10 @@ div.buttons { position: relative; display: inline-block; text-decoration: none; - /*background-color: #fff;*/ - background-color: #ccc; + background-color: #fff; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; + border-radius: 0.25em; -webkit-box-shadow: #333 0px 0px 5px; -moz-box-shadow: #333 0px 0px 5px; box-shadow: #333 0px 0px 5px; @@ -82,9 +128,10 @@ ul.menu li#active a color: #800000; } -div.titlebox, #bpscredits, .ticket_menu{ +div.titlebox, #bpscredits, #logo, .ticket_menu{ -moz-border-radius: 1em; -webkit-border-radius: 1em; + border-radius: 1em; margin: 0.5em; background-color: #fff; padding-top: 1em; @@ -106,12 +153,16 @@ hr.clear { } -.label, .labeltop { +.label, .labeltop, .cflabel { font-weight: normal; } .value { font-weight: bold; - display:inline-block; + display: inline-block; +} + +div.value { + display: block; } ul.ticketlist { @@ -307,20 +358,20 @@ div#login-box input[type=text], div#login-box input[type=password] { width: 100%; } -#bpscredits img { - padding-bottom: 1em; -} - - - #bpscredits { float: right; + clear: right; text-align: right; width: auto; font-size: 0.8em; padding: 1em; } +#bpscredits #copyright { + padding-top: 4em; + background: white url(<%RT->Config->Get('WebPath')%>/NoAuth/images/bpslogo.png) no-repeat top right; +} + :focus { background-color: #ffc; @@ -336,6 +387,7 @@ input[type=submit], input[type=button], button, #paging a { padding-right: 0.6em; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; + border-radius: 0.5em; background-color: #006699; color: #fff; } @@ -353,6 +405,7 @@ form { border-bottom: 1px solid black; -moz-border-radius-bottomleft: 1em; -webkit-border-bottom-left-radius: 1em; + border-bottom-left-radius: 1em; padding: 0.5em; background-color: #fff; } @@ -363,6 +416,27 @@ form { color: #000; } +#logo { + float: right; + clear: right; + text-align: center; + padding: 1em; + padding-bottom: 0.5em; + margin: 0.25em 0.5em 0.25em 0.25em; +} + +#logo .rtname { + display: block; + font-size: 0.9em; +} + +#logo a img { + border: 0; + height: 2em; + width: auto !important; + padding-bottom: 0.5em; +} + div.txn-content { font-size:0.8em; @@ -375,7 +449,7 @@ div.txn-content { } -.label { +.label, .cflabel { text-align: left; width: 10em; color: #666; @@ -395,7 +469,7 @@ div.entry, tr.input-row { } -input, input[type=text], input[type=password], select { +input[type=text], input[type=password], select { width: 100%; } @@ -415,3 +489,12 @@ textarea { a#fullsite { padding-left: 1em; } + +div.error .titlebox-title { + background-color: #f00; + color: #fff; +} + +div.error div.error { + background-color: #fcc; +}