Ignore:
Timestamp:
11/29/11 17:07:45 (13 years ago)
Author:
vmipsl
Message:

BO User

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/resources/css/button.css

    r265 r267  
    6060/* POSITIVE */ 
    6161button.positive { 
     62    background-color: #F0FFF0; 
    6263    color: #529214; 
    6364} 
     
    121122/* GRAY BUTTON */ 
    122123button.gray_button { 
    123     background-color: #778899; 
    124     height: 39px; 
     124    background-image: url("../images/elements/button_middle_gray.png"); 
     125    background-repeat: repeat-x; 
     126    height: 41px; 
    125127    float: right; 
    126128    margin-right: 0; 
    127     border: 0; 
     129    position: relative; 
     130    top: -1px; 
    128131} 
    129132 
    130 .gray_button_text { 
    131     color: white; 
    132     font-size: 11px; 
    133     font-weight: bold; 
     133button.action_button { 
     134    margin-left: 5px; 
     135    margin-right: -3px; 
    134136} 
Note: See TracChangeset for help on using the changeset viewer.