phpBMS

Changeset 706 for trunk/phpbms/common

Show
Ignore:
Timestamp:
01/03/10 21:33:53 (2 years ago)
Author:
brieb
Message:
  • Tweaked some UI sizing and border issues
  • Fixed client purchase history type updating (mispelling)
  • Added ability to consolidate client records (for duplicates)
Location:
trunk/phpbms/common/stylesheet/mozilla
Files:
1 added
8 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/stylesheet/mozilla/basics.css

    r308 r706  
    22/* $LastChangedDate$ */ 
    33 
    4 BODY {  
    5         background: white url("image/back.png");  
     4BODY { 
     5        background: #F8F8F8; 
    66        margin:0; 
    77} 
    88 
    9 BODY, P, TABLE, TD, FORM, INPUT, SELECT, TEXTAREA, OL, UL, LI, BUTTON {  
     9BODY, P, TABLE, TD, FORM, INPUT, SELECT, TEXTAREA, OL, UL, LI, BUTTON { 
    1010        font-size : 12px; 
    1111        font-family : Arial,Helvitica,sans-serif; 
    12         color : black;  
     12        color : black; 
    1313} 
    14          
     14 
    1515P,.fauxP{ 
    1616        margin:0; 
     
    2828LI{margin-bottom:5px;} 
    2929 
    30 A {      
    31         color : #455372;  
    32         font-weight:bold;  
     30A { 
     31        color : #455372; 
     32        font-weight:bold; 
    3333        text-decoration:none; 
    3434} 
  • trunk/phpbms/common/stylesheet/mozilla/boxes.css

    r308 r706  
    22/* $LastChangedDate$ */ 
    33 
    4 fieldset,.bodyline,.box{  
    5         border: 1px solid #ACB7C4;  
    6         padding:5px;             
     4fieldset,.bodyline,.box{ 
     5        border: 1px solid #ACB7C4; 
     6        padding:5px; 
    77        margin-bottom:5px; 
    88} 
     
    1616        clear:both; 
    1717        border-color:#CAD1D1; 
     18        border: none; 
    1819        padding:10px; 
    1920} 
    2021 
    21 fieldset,.box{   
     22fieldset,.box{ 
    2223        margin:3px 3px 7px 3px; 
    2324} 
    2425 
    2526fieldset{ 
    26         padding:8px; 
     27        padding:4px 8px; 
    2728        overflow:hidden; 
    2829} 
     
    3031.box{ 
    3132        background-color:#EFF9F9; 
    32         border-color:#CCCCCC;    
     33        border-color:#CCCCCC; 
    3334} 
  • trunk/phpbms/common/stylesheet/mozilla/forms.css

    r543 r706  
    33 
    44SELECT, INPUT, TEXTAREA, .uneditable,button{ 
    5         border:1px solid #ABB1B1; 
     5        /*border:1px solid #ABB1B1;*/ 
     6        border: 1px solid #C0C7C7; 
    67        font-size: 11px; 
    78        padding: 2px 0px 2px 3px; 
     
    2122.uneditable,.uneditable:Focus { 
    2223        background-color:transparent; 
    23         border-color:#ABB1B1; 
     24        border-color:#C0C7C7; 
    2425        color:#666666; 
    2526} 
  • trunk/phpbms/common/stylesheet/mozilla/modal.css

    r485 r706  
    1111        padding:0px; 
    1212        margin:0px; 
    13         background-color: #666666;  
     13        background-color: #666666; 
    1414} 
    1515 
    16 #modalBox {      
    17         border:1px solid #ABB1B1; 
     16#modalBox { 
     17        /*border:1px solid #ABB1B1;*/ 
    1818        padding:0px; 
    1919        position: absolute; 
     
    2929        background-color:#0B63A2; 
    3030        border-bottom:1px solid #ABB1B1; 
    31         color:white;  
     31        color:white; 
    3232} 
    3333#modalContent{ 
  • trunk/phpbms/common/stylesheet/mozilla/pages/base/reports.css

    r693 r706  
    3333 
    3434#addNewRow td{ 
     35    border-color: #BBBBBB; 
    3536    border-bottom:1px solid #BBBBBB; 
    3637    color: #999999; 
  • trunk/phpbms/common/stylesheet/mozilla/pages/invoice.css

    r384 r706  
    2828 
    2929 
    30 #fsTops{margin-right:270px;} 
     30#fsTops{ 
     31    padding-top: 1px; 
     32    margin-right:270px; 
     33} 
    3134 
    3235#billingAddressDiv, #shiptoAddressDiv{ 
     
    5356        display:block; 
    5457        border:0; 
    55         margin:0; 
     58        margin:23px 0 0; 
    5659        padding:0; 
    5760} 
     
    7376        display:inline; 
    7477        padding-left:15px; 
    75         color : #455372;  
     78        color : #455372; 
    7679        font-weight:bold; 
    7780} 
     
    112115#lineItemsFS{clear:both;} 
    113116 
    114 #LITable{} 
     117#LITable{border-collapse: collapse;} 
    115118#LIHeader th{ 
    116119        background:#455372; 
     
    120123} 
    121124 
     125#LIHeader #liHeaderExtendedTd{ 
     126    padding-right: 20px; 
     127} 
     128 
    122129.LIRealInfo{display:none;} 
    123130 
    124 #LIAdd TD{border-bottom:2px solid #999999} 
     131    #LIAdd td{ 
     132        border:1px solid #999999; 
     133        overflow: hidden; 
     134    } 
     135 
     136    #LIAdd input{ 
     137        font-size: 14px; 
     138        border: none; 
     139    } 
     140 
     141    #LIAdd #liAddButtonTd{ 
     142        border-right-width: 0; 
     143        border-left-width: 0; 
     144    } 
     145 
     146    #LIAdd #liAddExtendedTD{ 
     147        border-right-width: 0; 
     148    } 
     149 
     150 
    125151#LITotals TD{border-top:2px solid #999999} 
    126152 
     
    146172        position:absolute; 
    147173        background:white; 
    148         padding-bottom:4px; 
    149         padding-right:2px; 
     174        padding-right:3px; 
    150175} 
    151176 
     
    155180 
    156181.lineitemsButtonDivs button{ 
    157         margin-top:4px; 
     182        margin-bottom:4px; 
    158183} 
    159184 
     
    161186        overflow:hidden; 
    162187        background:none; 
    163         vertical-align:middle; 
    164         padding:0; 
     188        vertical-align:top; 
     189        padding: 7px 0; 
    165190        font-size:11px; 
    166         border-color:#AAAAAA; 
     191        border-color:#D0D0D0; 
     192        border-width: 1px; 
    167193        border-left:0; 
    168194        border-right:0; 
    169195} 
    170196 
    171 .lineitems p{margin:4px;padding:0;} 
    172  
    173 .lineitems:hover td{ 
    174         background:white; 
    175 } 
     197    .lineitems p{ 
     198        margin:0 0 2px 5px; 
     199        padding:0; 
     200    } 
     201 
     202    .lineitems:hover td{ 
     203            background:white; 
     204    } 
     205 
     206    .lineitems input { 
     207        border: 1px solid #E6ECEC; 
     208        background: none; 
     209    } 
     210 
     211    .lineitems input:focus{ 
     212        background:white; 
     213        border-color: black; 
     214    } 
     215 
     216    .lineitems input[readonly]{ 
     217        padding: 3px 1px 3px 4px; 
     218        border: none; 
     219    } 
     220 
     221    .lineitems input[readonly]:focus{ 
     222        background: none; 
     223    } 
    176224 
    177225.lineitemMemos{ 
     
    181229.lineitemsRight{ border-right:1px solid #AAAAAA;} 
    182230.lineitemsLeft{ border-left:1px solid #AAAAAA;} 
     231 
     232 
    183233.lineitemsBottom{ border-bottom:1px solid #AAAAAA;} 
    184234 
    185235.totalItems,.invoiceTotalLabels,#parenInfo div span{border-bottom:1px solid #CCCCCC} 
     236 
     237    .totalItems input{ 
     238        border:none; 
     239    } 
     240 
    186241.invoiceTotalLabels{padding-left:25px;} 
    187242.invoiceTotalLabels div{height:24px; line-height:24px;vertical-align:bottom;} 
     
    200255        padding:0 4px 0 4px; 
    201256        border:0; 
    202         border-bottom:1px solid #CCCCCC; 
    203257} 
    204258 
     
    214268#totalSpacer{height:55px;line-height:55px;border:0;} 
    215269#totalSpacer span{border:0;} 
     270 
     271#lastTotalsTr td, #totalDisplayTr td{ 
     272    border: 0; 
     273} 
    216274 
    217275.vTabs,.vTabsHover{cursor:pointer;color:#455372;background:url(../image/button-rew.png) 5px 4px no-repeat;} 
     
    230288#fsInstructions{clear:both;} 
    231289#specialinstructions,#printedinstructions{width:99%} 
    232  
  • trunk/phpbms/common/stylesheet/mozilla/pages/login.css

    r485 r706  
    1818 
    1919        #loginbox h1{ 
    20                 font-size: 21px; 
    21                 font-weight: bold; 
    22                 background-position: 6px 6px; 
    23                 padding-left: 28px; 
    24                 color:#455372; 
     20            margin: 10px 10px 0; 
    2521        } 
    2622 
  • trunk/phpbms/common/stylesheet/mozilla/sizes.css

    r705 r706  
    4444} 
    4545 
    46 LEGEND {margin-top:0px; font-size:14px;} 
     46legend { 
     47    margin-top:0px; 
     48    font-size:16px; 
     49    font-weight: normal; 
     50    padding: 0 3px; 
     51    margin-left: 4px; 
     52} 
    4753 
    4854H2{ 
     
    5258        padding-bottom:0px; 
    5359        margin:0px; 
    54         margin-top:30px; 
     60        margin-top:35px; 
    5561        margin-bottom:5px; 
    5662} 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.