Changeset 616 for ether_statistics/web


Ignore:
Timestamp:
10/31/12 14:20:17 (12 years ago)
Author:
vmipsl
Message:

wijmo

Location:
ether_statistics/web/resources
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • ether_statistics/web/resources/css/button.css

    r587 r616  
    5151} 
    5252 
    53 /* STANDARD */ 
    54 /*button:hover {*/ 
    55     /*background-color: #dff4ff;*/ 
    56     /*border: 1px solid #c2e1ef;*/ 
    57     /*color: #336699;*/ 
    58 /*}*/ 
    59  
    6053button:hover { 
    6154    background-color: #F0FFF0; 
     
    9386} 
    9487 
    95 /* BLUE BUTTON */ 
    96 button.blue_button { 
    97     background-image: url("../images/elements/button_middle_3.png"); 
    98     background-repeat: repeat-x; 
    99     height: 39px; 
    100     float: right; 
    101     margin-right: 0; 
    102     border: 0; 
     88/* BLUE */ 
     89button.blue { 
     90    background-color: #dff4ff; 
     91    color: #336699; 
    10392} 
    10493 
    105 .blue_button_text, .big_blue_button_text { 
    106     color: white; 
    107     font-size: 11px; 
    108     font-weight: bold; 
    109 } 
    110  
    111 button.big_blue_button { 
    112 /*background-image: url("../images/logoNat_small.png");*/ 
    113     background-image: url("../images/elements/big_button_middle_3.png"); 
    114     background-repeat: repeat-x repeat-y; 
    115     height: 50px; 
    116     width: 50px; 
    117     float: right; 
    118     margin-right: 0; 
    119     border: 0; 
    120 } 
    121  
    122 .big_blue_button_text { 
    123     position: relative; 
    124     top: -3px; 
    125     font-size: 44px; 
    126 } 
    127  
    128 /* GRAY BUTTON */ 
    129 button.gray_button { 
    130     background-image: url("../images/elements/button_middle_gray.png"); 
    131     background-repeat: repeat-x; 
    132     height: 41px; 
    133     float: right; 
    134     margin-right: 0; 
    135     position: relative; 
    136     top: -1px; 
     94button.blue:hover { 
     95    background-color: #DDEEF6; 
     96    border: 1px solid #c2e1ef; 
     97    color: #336699; 
    13798} 
    13899 
Note: See TracChangeset for help on using the changeset viewer.