X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2Fm%2F_elements%2Fraw_style;h=9157bc595ec51d98bff2196f71ed6720d4e5da21;hb=679854b8bbc65d112071111bbd7f34a6a481fb30;hp=a34982958254989e9678c307d6e990a391a01014;hpb=9b328d940af56b9924a342192ebb0790478fa705;p=freeside.git diff --git a/rt/share/html/m/_elements/raw_style b/rt/share/html/m/_elements/raw_style index a34982958..9157bc595 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-2013 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,8 +75,7 @@ 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; @@ -83,7 +128,7 @@ 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; @@ -108,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 { @@ -309,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; @@ -367,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; @@ -379,7 +449,7 @@ div.txn-content { } -.label { +.label, .cflabel { text-align: left; width: 10em; color: #666; @@ -399,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%; } @@ -419,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; +}