Ignore:
Timestamp:
02/25/10 10:10:50 (14 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/cataratas.css

    r1719 r2068  
    490490        -moz-user-select: none; 
    491491} 
     492 
     493.conteudo {  
     494        font-family: Verdana, Arial, Helvetica, sans-serif;  
     495        font-size: 10px;  
     496        font-weight: normal;  
     497        color: #000033;  
     498        padding: 1px;  
     499        border-left:1px solid #4A79B1;  
     500        width:99.5%;  
     501        overflow: none;  
     502        -moz-border-radius: 0px 0px 6px 6px;  
     503}  
     504 
     505.whiteSpace{  
     506        width: 2px;  
     507}  
     508.menu  
     509{  
     510        text-decoration: none;  
     511        text-align: center;  
     512        /*    font: bold 13px Lucidatypewriter,monospace;*/  
     513        height: 20px;      
     514        width:220px;  
     515        background-color:#c8d7ea;  
     516 
     517        /*    background-color: #F7F7F7;*/  
     518        margin-bottom: 0px;  
     519        border: 1px solid #f4f7fc;  
     520        border-bottom: 1px solid #4a79b1;  
     521        padding:0px 5px 0px 0px;  
     522        -moz-border-radius: 9px 9px 0px 0px;  
     523        -moz-user-select: none;  
     524        cursor: pointer;  
     525}  
     526 
     527.last_menu  
     528{  
     529        border-bottom: 1px solid #4a79b1;  
     530        -moz-border-radius: 0px 0px 0px 0px;  
     531}  
     532 
     533.menu-sel  
     534{  
     535        text-decoration: none;  
     536        text-align: center;  
     537        font: bold 13px Lucidatypewriter,monospace;  
     538        color:#0000FF;  
     539        height: 20px;  
     540        width:220px;  
     541        background-color:#F7F7F7;  
     542        margin-bottom: 0px;  
     543        border: 1px solid #4a79b1;  
     544        border-bottom: 0px;  
     545        padding:0px 5px 0px 0px;  
     546        -moz-border-radius: 9px 9px 0px 0px;  
     547        -moz-user-select: none;  
     548        cursor: pointer;      
     549} 
Note: See TracChangeset for help on using the changeset viewer.