Ignore:
Timestamp:
06/10/09 09:33:54 (15 years ago)
Author:
amuller
Message:

Ticket #475 - Caixa de login com tamanho variável descrito no comentario 56

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/azul/login.css

    r955 r963  
    5555} 
    5656 
     57#caixa_login { 
     58        width: 262px;  
     59        margin-right:10px;                       
     60        background: url("../../../phpgwapi/templates/default/images/corpo.jpg") repeat-y;  
     61} 
     62 
     63#reflexo { 
     64        background:url(../../../phpgwapi/templates/default/images/topo_reflexo.jpg) no-repeat center top; 
     65} 
    5766 
    5867.button:hover { 
     
    7382} 
    7483 
     84#rodape_login { 
     85        background: #FFF url("../../../phpgwapi/templates/default/images/rodape.jpg") no-repeat;  
     86        height: 41px; 
     87        clear: both;  
     88} 
     89 
    7590#rodape table { 
    7691        width:250px; 
     
    85100 
    86101.ajuda { 
    87         height:20px; 
    88         margin-top:15px; 
    89         margin-left:-5px; 
     102        text-align:left; 
     103        position:relative; 
     104        top: 15px; 
     105        margin-left:50px; 
    90106} 
    91107.ajuda a { 
     
    111127        font-family: Verdana, Arial, Helvetica, sans-serif; 
    112128        height: 15px; 
    113         font-size: 11px; 
     129        font-size: 12px; 
    114130        color: #000066; 
    115131        font-weight: bold; 
    116         padding-top: 0px; 
    117         padding-left: 22px; 
     132        padding-bottom: 13px; 
     133        padding-left: 0px; 
    118134} 
     135 
     136.titulo_login { 
     137        font-family:  Arial, Verdana,Helvetica, sans-serif; 
     138        font-size: 14px; 
     139        color: #85A9CF; 
     140        font-weight: bold; 
     141        width:220px; 
     142        text-transform:uppercase; 
     143        line-height:22px; 
     144        padding:2px; 
     145} 
Note: See TracChangeset for help on using the changeset viewer.