Ignore:
Timestamp:
03/30/10 12:28:43 (14 years ago)
Author:
rodsouza
Message:

Ticket #989 - Compatibilizar módulos com a utilização de temas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/phpgwapi/templates/default/css/escritorio.css

    r1704 r2386  
    430430} 
    431431 
     432table.inboxElements th, 
     433.table_elements_tr_header, 
     434.info_tr_header, 
    432435.message_header 
    433436{ 
     
    484487        background:transparent url(../../../../phpgwapi/templates/default/images/blackwhite.jpg) repeat-x; 
    485488} 
     489 
     490 
     491.conteudo {  
     492        font-family: Verdana, Arial, Helvetica, sans-serif;  
     493        font-size: 10px;  
     494        font-weight: normal;  
     495        color: #000033;  
     496        padding: 2px;  
     497    border-left: 1px solid; 
     498    border-right: 1px solid; 
     499    border-bottom: 1px solid; 
     500    border-color: #4A79B1; 
     501        width:99.5%;  
     502        overflow: none;  
     503        -moz-border-radius: 0px 0px 6px 6px;  
     504}  
     505 
     506.whiteSpace{  
     507        width: 2px;  
     508} 
     509 
     510.menu 
     511{ 
     512        text-decoration: none; 
     513        text-align: center; 
     514        height: 20px; 
     515        background-color:#c8d7ea; 
     516        margin-bottom: 0px; 
     517        border: 1px solid #f4f7fc; 
     518        border-bottom: 1px solid #4a79b1; 
     519        padding:0px 5px 0px 0px; 
     520        -moz-border-radius: 9px 9px 0px 0px; 
     521        -moz-user-select: none; 
     522        cursor: pointer; 
     523} 
     524 
     525.last_menu 
     526{ 
     527        border-bottom: 1px solid #4a79b1;  
     528        -moz-border-radius: 0px 0px 0px 0px;  
     529} 
     530 
     531.menu-sel 
     532{ 
     533        text-decoration: none; 
     534        text-align: center; 
     535        font: bold 13px Lucidatypewriter,monospace; 
     536        color:#0000FF; 
     537        height: 20px; 
     538        background-color:#F7F7F7; 
     539        margin-bottom: 0px; 
     540        border: 1px solid #4a79b1; 
     541        border-bottom: 0px; 
     542        padding:0px 5px 0px 0px; 
     543        -moz-border-radius: 9px 9px 0px 0px; 
     544        -moz-user-select: none; 
     545        cursor: pointer; 
     546} 
Note: See TracChangeset for help on using the changeset viewer.