Ignore:
Timestamp:
03/30/10 12:05:26 (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.0/phpgwapi/templates/default/css/escritorio.css

    r1195 r2384  
    2424        /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader; 
    2525*/ 
     26} 
     27.dsused 
     28{ 
     29                        background-image: url(../images/dsused.gif); 
    2630} 
    2731 
     
    340344} 
    341345 
    342  
    343 .fmButton 
    344 { 
    345         background-image:url(../images/buttonbackground.png); 
    346         width:28px; 
    347         height:28px; 
    348         background-repeat: no-repeat; 
    349 } 
    350  
    351 #fmLocation 
    352 { 
    353         position:relative; 
    354         /*background-image:url(../images/buttonbackgroundscaled.png); 
    355         background-repeat: repeat-x;*/ 
    356         /*margin-left:4px;*/ 
    357         margin-bottom:3px; 
    358         height:27px; 
    359  
    360 } 
    361  
    362 #fmMenu 
    363 { 
    364         position:relative; 
    365 } 
    366 #fmFileWindow 
    367 { 
    368         background-color:#ffffff; 
    369         margin-left:4px; 
    370         padding:5px; 
    371         position:relative; 
    372         border-right: #cccccc 1px solid;  
    373         border-top: #9c9c9c 2px solid;  
    374         border-left: #9c9c9c 2px solid;  
    375         border-bottom: #cccccc 1px solid 
    376 } 
    377  
    378346#user_info 
    379347{ 
     
    462430} 
    463431 
     432table.inboxElements th, 
     433.table_elements_tr_header, 
     434.info_tr_header, 
    464435.message_header 
    465436{ 
     
    516487        background:transparent url(../../../../phpgwapi/templates/default/images/blackwhite.jpg) repeat-x; 
    517488} 
     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.