Ignore:
Timestamp:
06/03/09 17:33:31 (15 years ago)
Author:
amuller
Message:

Ticket #475 - Transformando template Foz em página de estilo CSS do template azul,e removendo-a

File:
1 edited

Legend:

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

    r791 r940  
    9292} 
    9393 
    94 .divLoginbox  
     94/*.divLoginbox  
    9595{ 
    9696        position:relative; 
     
    118118        border-left: #9c9c9c 1px solid;  
    119119        border-bottom: #9c9c9c 1px solid 
    120 } 
     120}*/ 
    121121 
    122122.tblHeadApp { 
     
    417417        background-color:white; 
    418418} 
     419 
     420.navbar_but 
     421{ 
     422        background-image: url(../../../../phpgwapi/templates/azul/images/back_app.png) !important; 
     423        width: 40px; 
     424        height: 40px; 
     425        vertical-align: center; 
     426        text-align: center; 
     427        padding-right: 6px; 
     428        cursor:pointer; 
     429        cursor:hand; 
     430        background-repeat:no-repeat; 
     431} 
     432 
     433.navbar_butOver 
     434{ 
     435        background-image: url(../../../../phpgwapi/templates/azul/images/back_app_over.png) !important; 
     436        width: 40px; 
     437        height: 40px; 
     438        vertical-align: center !important; 
     439        text-align: center !important; 
     440        padding-right:6px; 
     441        cursor:pointer; 
     442        cursor:hand; 
     443        background-repeat:no-repeat; 
     444} 
     445 
     446.navbar_butOut 
     447{ 
     448        background-image: url(../../../../phpgwapi/templates/azul/images/back_app.png) !important; 
     449        width: 40px; 
     450        height: 40px; 
     451        vertical-align: center !important; 
     452        text-align: center !important; 
     453        padding-right:6px; 
     454        cursor:pointer; 
     455        cursor:hand; 
     456        background-repeat:no-repeat; 
     457 
     458} 
     459.toolbar 
     460{ 
     461        background-image:url(../../../../phpgwapi/templates/azul/images/fundo_topo.png); 
     462        position:absolute; 
     463} 
     464 
     465.logo_expresso 
     466{ 
     467        position: absolute; 
     468        background:url(../../../../phpgwapi/templates/azul/images/logo_expresso.png) no-repeat; 
     469        width: 191px; 
     470        left: 0px; 
     471        top: 3px; 
     472} 
Note: See TracChangeset for help on using the changeset viewer.