phpBMS

Changeset 443 for trunk/phpbms/common

Show
Ignore:
Timestamp:
02/18/09 11:13:38 (3 years ago)
Author:
nate
Message:
  • Reoraginized Snapshot Workload view to sort by followup/due date, display the dates more concisely and combine assignmanets and personal tasks into one section. Also grouped items into three areas, past-due to 3 days out, 4 days to 7 days out, and past seven days.
Files:
1 modified

Legend:

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

    r312 r443  
    3030 
    3131h2{ 
    32         margin:3px 0 5px;  
    33         padding:0 0 4px;  
     32        margin:3px 0 5px; 
     33        padding:0 0 4px; 
    3434        border:0; 
    3535        font-size:15px 
     
    4040        cursor:pointer;font-size:13px;background:#EEEEEE url("../image/section-down.png") 99% 3px no-repeat; 
    4141        padding:4px; 
    42         border-bottom:1px solid #BBBBBB;         
     42        border-bottom:1px solid #BBBBBB; 
    4343} 
    4444#invoiceBox h3, #clientBox h3, #arBox h3{ 
     
    5959} 
    6060 
    61 .tasksDivs p{ 
    62         margin:0;  
    63         padding:4px 4px 4px 8px;  
    64         border-bottom:1px solid #EEEEEE;  
    65         font-size:11px; 
     61.tasksDivs div div{ 
     62        clear: both; 
     63        margin:0; 
     64        padding:4px 4px 4px 8px; 
     65        border-bottom:1px solid #EEEEEE; 
     66        font-size:12px; 
    6667} 
    6768 
    68 .tasksDivs a{font-weight:normal} 
     69        .tasksDivs div div:hover{ 
     70                background: #EEEEEE; 
     71        } 
    6972 
    70 .tasksDivs .private a{font-weight:bold} 
     73        .tasksDivs div div.taskSection{ 
     74                font-weight: bold; 
     75                border-bottom-color: #999999; 
     76                padding-top: 16px; 
     77        } 
     78 
     79                .tasksDivs div div.taskSection:hover{ 
     80                        background: #FFF; 
     81                } 
     82 
     83        .taskRight{ 
     84                padding-left: 2px; 
     85                font-size: 10px; 
     86                display: block; 
     87                float: right; 
     88                text-align: right; 
     89        } 
     90 
     91        .tasksDivs div div p{ 
     92                font-style: italic; 
     93                font-size: 11px; 
     94                padding: 2px 20px; 
     95        } 
     96 
     97.tasksDivs a{ 
     98        font-weight:bold; 
     99} 
    71100 
    72101 
    73 .tasksDivs .complete, .tasksDivs .complete a { 
     102.tasksDivs .complete a { 
    74103        text-decoration:line-through; 
    75104        color:#CCCCCC; 
     
    84113 
    85114#eventsBox #eventsList td{ 
    86         padding:10px 5px;  
    87         border-bottom:1px solid #DDDDDD;  
     115        padding:10px 5px; 
     116        border-bottom:1px solid #DDDDDD; 
    88117        font-size:11px; 
    89118} 
     
    104133        float:right; 
    105134        margin:0; 
    106         padding:0;       
     135        padding:0; 
    107136} 
    108137 
     
    110139        list-style-type:none; 
    111140        display:inline; 
    112         padding:0 4px 0 0;       
     141        padding:0 4px 0 0; 
    113142        margin:0; 
    114143} 
     
    118147} 
    119148 
    120 #icalA {  
     149#icalA { 
    121150        float:left; 
    122151        height:16px; 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.