Ignore:
Timestamp:
11/24/09 16:07:27 (15 years ago)
Author:
amuller
Message:

Ticket #597 - Melhorias na visualização do módulo fm com tema azul

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/templates/default/main.css

    r1654 r1704  
    77    border-color: #000; 
    88    font-family: Arial; 
    9     font-size: 13px; 
     9    font-size: 12px; 
    1010    cursor: pointer; 
    1111    position: absolute; 
    12     width: 150px; 
     12    width: 160px; 
     13    text-align: left; 
    1314} 
    1415.action_info_th { 
     
    3435        -moz-border-radius: 6px 6px 6px 6px; 
    3536} 
     37.l { 
     38                background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png); 
     39                background-repeat:no-repeat; 
     40                background-position:left center; 
     41                color:#4A79B1; 
     42                cursor:pointer; 
     43                font-family:sans-serif; 
     44                font-size:10px; 
     45                font-weight:bold; 
     46                padding:0 2em; 
     47                text-decoration:none; 
     48                white-space:nowrap; 
     49} 
     50.toolButton{ 
     51        padding:0 3px; 
     52} 
     53#fmFileWindow 
     54{ 
     55        overflow-y: scroll; 
     56        height: 380px; 
     57        position:relative; 
     58        padding:3px; 
     59} 
     60 
     61#fmLocation 
     62{ 
     63        position:relative; 
     64        margin-bottom:3px; 
     65        height:27px; 
     66 
     67} 
     68 
     69#fmMenu 
     70{ 
     71        position:relative; 
     72} 
     73#fmStatusBar 
     74{ 
     75        margin-left:4px; 
     76        margin-bottom:3px; 
     77        font-size: 10px; 
     78} 
     79 
     80 
     81.fmButton 
     82{ 
     83        background-image:url(../images/buttonbackground.png); 
     84        width:28px; 
     85        height:28px; 
     86        background-repeat: no-repeat; 
     87} 
     88 
Note: See TracChangeset for help on using the changeset viewer.