Changeset 1054


Ignore:
Timestamp:
06/25/09 11:07:10 (15 years ago)
Author:
amuller
Message:

Ticket #475 - Correção do template e atualização da versão da api

Location:
trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/globals.js

    r790 r1054  
    3838        '<td style="padding-left:17px" width=33% id="content_quota" align=left></td>'+ 
    3939        '<td width=33% height=16px align=center nowrap><font face=Verdana, Arial, Helvetica, sans-serif color=#000066 size=2>'+ 
    40         '<b>ExpressoMail</b><font size=1><b> - Versão 1.2</b></font></td>'+ 
     40        '<b class="boxHeaderText">ExpressoMail</b><font class="boxHeaderText" size=1><b> - Versão 1.2</b></font></td>'+ 
    4141        '<td width=33% id="div_menu_c3" align=right></td>'+ 
    4242        '</tr></table>'; 
  • trunk/phpgwapi/inc/class.setup.inc.php

    r2 r1054  
    107107                                $this->set_cookiedomain(); 
    108108                        } 
    109                         setcookie($cookiename,$cookievalue,$cookietime,'/',$this->cookie_domain); 
     109                        setcookie($cookiename,$cookievalue,$cookietime,'/',$this->cookie_domain,null,true); 
    110110                } 
    111111 
  • trunk/phpgwapi/templates/azul/css/metropole.css

    r1024 r1054  
    1212{ 
    1313        margin: 0px !important; 
    14         background-color:#555 !important; 
     14        background-color:#707070 !important; 
    1515/*      color: white !important;*/ 
    1616        font-size: 11px !important; 
     
    7676        border: 0px #bbbbbb none !important; 
    7777} 
     78 
     79/*.tr_msg_read { 
     80background-color: #B0B0B0 !important; 
     81color:black !important; 
     82} 
     83 
     84.tr_msg_read2 { 
     85background-color: #808080 !important; 
     86color: #E0E0E0 !important; 
     87}*/ 
     88 
     89 
     90 
     91.tr_msg_read { 
     92background-color: white !important; 
     93} 
     94 
     95.tr_msg_read2 { 
     96background-color: #E0E0E0 !important; 
     97} 
     98 
     99.table_box { 
     100border:0 solid white !important; 
     101} 
     102 
    78103select  
    79104{ 
     
    288313#divAppboxHeader 
    289314{ 
    290         margin-top:2px; 
    291         margin-left:2px; 
    292         margin-right:2px; 
     315        margin-top:0px; 
     316        margin-left:0px; 
     317        margin-right:0px; 
    293318        font-family: Verdana, Arial, Helvetica, sans-serif; 
    294319        font-size: 14px; 
    295320        font-weight: bold; 
    296         color: #000066; 
    297321        text-align: center; 
    298322        padding: 0px; 
    299         background-color: #999; 
    300323        height:24px; 
    301324        line-height:24px; 
    302325        border-top-color:#9c9c9c; 
    303         border-top-width:1px; 
     326        border-top-width:0px; 
    304327        border-top-style:solid; 
    305328        border-left-color:#9c9c9c; 
     
    309332        border-right-width:1px; 
    310333        border-right-style:solid; 
     334        background-color:  #404040  !important; 
     335        color: white !important; 
     336} 
     337 
     338.boxHeaderText{ 
     339        color: white !important; 
    311340} 
    312341 
    313342#divAppbox 
    314343{ 
    315         background-color: #555 !important; 
     344        background-color: #707070 !important; 
    316345        color: white !important; 
    317346        padding-right:1px; 
     
    463492.logo_expresso 
    464493{ 
    465         background:url(../../../../phpgwapi/templates/default/images/logo_expresso_fozi.png) no-repeat; 
     494        background:url(../../../../phpgwapi/templates/default/images/logo_expresso_metropole.png) no-repeat; 
    466495        width: 264px; 
    467496        height: 35px; 
     
    484513.message_header 
    485514{ 
    486         background-color: #555 !important; 
     515        background-color: #404040 !important; 
    487516        color: white !important; 
     517} 
     518.tr_message_header{ 
     519        background-color: black !important; 
     520} 
     521 
     522.selected_shortcut_msg { 
     523        background-color:  #404040  !important; 
     524        color: #E0E0E0 !important; 
     525} 
     526 
     527#tdAppbox { 
     528background-color: black !important; 
    488529} 
    489530 
     
    518559        border: 0px !important; 
    519560} 
    520  
    521 .tr_message_header 
    522 { 
    523         background-color:#000 !important; 
    524 } 
    525  
    526561.last_menu{ 
    527562        border-bottom: 1px solid gray !important; 
Note: See TracChangeset for help on using the changeset viewer.