Ignore:
Timestamp:
02/25/10 10:10:50 (15 years ago)
Author:
amuller
Message:

Ticket #490 - Pendencia do merge do branches com trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/default/css/rochas.css

    r1719 r2068  
    494494 
    495495.message_options { 
    496          color: #863 !important; 
     496        color: #863 !important; 
    497497} 
    498498 
     
    513513} 
    514514 
     515 
     516.conteudo {  
     517        font-family: Verdana, Arial, Helvetica, sans-serif;  
     518        font-size: 10px;  
     519        font-weight: normal;  
     520        color: #000033;  
     521        padding: 1px;  
     522        border-left:1px solid #4A79B1;  
     523        width:99.5%;  
     524        overflow: none;  
     525        -moz-border-radius: 0px 0px 6px 6px;  
     526}  
     527 
     528.whiteSpace{  
     529        width: 2px;  
     530}  
     531.menu  
     532{  
     533        text-decoration: none;  
     534        text-align: center;  
     535        /*    font: bold 13px Lucidatypewriter,monospace;*/  
     536        height: 20px;      
     537        width:220px;  
     538        background-color:#c8d7ea;  
     539 
     540        /*    background-color: #F7F7F7;*/  
     541        margin-bottom: 0px;  
     542        border: 1px solid #f4f7fc;  
     543        border-bottom: 1px solid #4a79b1;  
     544        padding:0px 5px 0px 0px;  
     545        -moz-border-radius: 9px 9px 0px 0px;  
     546        -moz-user-select: none;  
     547        cursor: pointer;  
     548}  
     549 
     550.last_menu  
     551{  
     552        border-bottom: 1px solid #4a79b1;  
     553        -moz-border-radius: 0px 0px 0px 0px;  
     554}  
     555 
     556.menu-sel  
     557{  
     558        text-decoration: none;  
     559        text-align: center;  
     560        font: bold 13px Lucidatypewriter,monospace;  
     561        color:#0000FF;  
     562        height: 20px;  
     563        width:220px;  
     564        background-color:#F7F7F7;  
     565        margin-bottom: 0px;  
     566        border: 1px solid #4a79b1;  
     567        border-bottom: 0px;  
     568        padding:0px 5px 0px 0px;  
     569        -moz-border-radius: 9px 9px 0px 0px;  
     570        -moz-user-select: none;  
     571        cursor: pointer;      
     572} 
Note: See TracChangeset for help on using the changeset viewer.