Changeset 1560


Ignore:
Timestamp:
10/30/09 08:18:46 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #370 - Melhoria do layout das janelas, para criação de preferencia(on/offline).

Location:
trunk/jabberit_messenger/templates/default/css
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/templates/default/css/window_celepar.css

    r1530 r1560  
    291291{ 
    292292        background: transparent no-repeat right bottom; 
    293         background-image: url(../../images/default/right-corners.png); 
     293        background-image: url(../images/default/right-corners.png); 
    294294        padding-right:6px; 
    295295    zoom:1; 
  • trunk/jabberit_messenger/templates/default/css/window_escritorio.css

    r1530 r1560  
    1313.x-subMenuChangeStatus 
    1414{ 
    15         background-color : #3558b6 !important; /* 1 */ 
    16         border          : 1px solid #1e4098; /* 3 */ 
     15        background-color : #3558b6 !important; 
     16        border          : 1px solid #1e4098; 
    1717        color           : #fff !important; 
    1818        float           : left; 
     
    2323.x-subMenuChangeStatusItens 
    2424{ 
    25         background-color        : #3558b6 !important; /* 1 */ 
    26         border          : 1px solid #1e4098; /* 3 */ 
     25        background-color        : #3558b6 !important; 
     26        border          : 1px solid #1e4098; 
    2727        color           : #fff !important; 
    2828        float           : left; 
     
    3636.x-menuOnMouseOver 
    3737{ 
    38         background-color : #a7b9e7 !important; /* 2 */ 
    39         border : 1px solid #1e4098;   /* 3 */ 
     38        background-color : #a7b9e7 !important; 
     39        border : 1px solid #1e4098;  
    4040} 
    4141 
  • trunk/jabberit_messenger/templates/default/css/window_rochas.css

    r1530 r1560  
    33.x-menu 
    44{ 
    5         background-color : #cfb69e !important; /* 1 */ 
    6         border          : 1px solid #bd8d5d; /* 3 */ 
     5        background-color : #cfb69e !important; 
     6        border          : 1px solid #bd8d5d; 
    77        color           : #000 !important; 
    88        display         : none; 
     
    1313.x-subMenuChangeStatus 
    1414{ 
    15         background-color : #cfb69e !important; /* 1 */ 
    16         border          : 1px solid #bd8d5d; /* 3 */ 
     15        background-color : #cfb69e !important; 
     16        border          : 1px solid #bd8d5d; 
    1717        color           : #000 !important; 
    1818        float           : left; 
     
    2323.x-subMenuChangeStatusItens 
    2424{ 
    25         background-color        : #cfb69e !important; /* 1 */ 
    26         border          : 1px solid #bd8d5d; /* 3 */ 
     25        background-color        : #cfb69e !important; 
     26        border          : 1px solid #bd8d5d;  
    2727        color           : #000 !important; 
    2828        float           : left; 
     
    3636.x-menuOnMouseOver 
    3737{ 
    38         background-color : #f4dcc4 !important; /* 2 */ 
    39         border : 1px solid #bd8d5d;   /* 3 */ 
     38        background-color : #f4dcc4 !important;  
     39        border : 1px solid #bd8d5d;   
    4040} 
    4141 
Note: See TracChangeset for help on using the changeset viewer.