Ignore:
Timestamp:
08/18/11 12:39:22 (13 years ago)
Author:
vmipsl
Message:

[Visualization] interface quite finish

File:
1 edited

Legend:

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

    r89 r130  
    55/* BUTTONS */ 
    66 
    7 .buttons a, .buttons button { 
     7button { 
    88    display:block; 
    99    float:left; 
     
    2121    color:#565656; 
    2222    cursor:pointer; 
    23     padding:5px 10px 6px 7px; /* Links */ 
    24 } 
    25 .buttons button{ 
     23 
    2624    width:auto; 
    2725    overflow:visible; 
    2826    padding:4px 6px 3px 6px; /* IE6 */ 
    2927} 
    30 .buttons button[type]{ 
     28 
     29button[type]{ 
    3130    padding:5px 10px 5px 7px; /* Firefox */ 
    3231    line-height:17px; /* Safari */ 
    3332} 
     33 
    3434*:first-child+html button[type]{ 
    3535    padding:4px 10px 3px 7px; /* IE7 */ 
    3636} 
    37 .buttons button img, .buttons a img{ 
     37 
     38.small{ 
     39    font-size:80%; 
     40} 
     41 
     42button img{ 
    3843    margin:0 3px -3px 0 !important; 
    3944    padding:0; 
     
    4550 
    4651/* STANDARD */ 
    47  
    48 button:hover, .buttons a:hover{ 
     52button:hover{ 
    4953    background-color:#dff4ff; 
    5054    border:1px solid #c2e1ef; 
    5155    color:#336699; 
    5256} 
    53 .buttons a:active{ 
    54     background-color:#6299c5; 
    55     border:1px solid #6299c5; 
    56     color:#fff; 
    57 } 
    5857 
    5958/* POSITIVE */ 
    60  
    61 button.positive, .buttons a.positive{ 
     59button.positive{ 
    6260    color:#529214; 
    6361} 
    64 .buttons a.positive:hover, button.positive:hover{ 
     62button.positive:hover{ 
    6563    background-color:#E6EFC2; 
    6664    border:1px solid #C6D880; 
    6765    color:#529214; 
    6866} 
    69 .buttons a.positive:active{ 
    70     background-color:#529214; 
    71     border:1px solid #529214; 
    72     color:#fff; 
    73 } 
    7467 
    7568/* NEGATIVE */ 
    76  
    77 .buttons a.negative, button.negative{ 
     69button.negative{ 
    7870    color:#d12f19; 
    7971} 
    80 .buttons a.negative:hover, button.negative:hover{ 
     72button.negative:hover{ 
    8173    background:#fbe3e4; 
    8274    border:1px solid #fbc2c4; 
    8375    color:#d12f19; 
    8476} 
    85 .buttons a.negative:active{ 
    86     background-color:#d12f19; 
    87     border:1px solid #d12f19; 
    88     color:#fff; 
    89 } 
    9077 
    9178/* DISABLE */ 
    92  
    93 .buttons a.disable, .buttons a.disable:hover, .buttons button.disable, .buttons button.disable:hover 
    94 { 
     79button.disable, button.disable:hover{ 
    9580    background-color:#CCCCCC; 
    9681    border:1px solid #dedede; 
    9782    color:#565656; 
    9883} 
    99  
Note: See TracChangeset for help on using the changeset viewer.