Ignore:
Timestamp:
11/05/12 17:40:46 (12 years ago)
Author:
vmipsl
Message:

print

File:
1 copied

Legend:

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

    r659 r661  
    1 #print-modal { 
     1#printWrapper { 
    22    background: #FFF; 
    33    position: absolute; 
     
    77    width: 794px; 
    88    box-shadow: 0 0 20px #000; 
    9         -moz-box-shadow: 0 0 20px #000; 
    10         -webkit-box-shadow: 0 0 10px #000; 
     9    -moz-box-shadow: 0 0 20px #000; 
     10    -webkit-box-shadow: 0 0 10px #000; 
    1111} 
    1212 
     
    1919} 
    2020 
    21 #print-modal-controls { 
    22     border: 1px solid #ccc; 
    23     border-radius: 8px; 
    24         -webkit-border-radius: 8px; 
    25         -moz-border-radius: 8px; 
     21#printButtons { 
     22    -moz-border-radius: 4px 4px 4px 4px; 
     23    -moz-box-shadow: 0 0 4px rgba(101, 152, 30, 1); 
     24    -webkit-border-radius: 4px 4px 4px 4px; 
     25    -webkit-box-shadow: 0 0 4px rgba(101, 152, 30, 1); 
     26    box-shadow: 0 0 4px rgba(101, 152, 30, 1); 
     27 
    2628    top: 15px; 
    2729    left: 50%; 
     
    2931    position: fixed; 
    3032    padding: 5px 0; 
    31     background: rgba(250, 250, 250, 0.75); 
     33    background-color: rgba(101, 152, 30, 0.1); 
    3234} 
    3335 
    34     #print-modal-controls a { 
    35         color: #FFF; 
    36         display: block; 
    37         float: left; 
    38         height: 32px; 
    39         text-decoration: none; 
    40         text-indent: -999em; 
    41         width: 80px; 
    42     } 
    43      
    44     #print-modal-controls a:hover { 
    45         opacity: 0.75; 
    46     } 
    47      
    48     #print-modal-controls a.print { 
    49         background: url(images/icon-print.png) no-repeat 50% 50%; 
    50     } 
    51     #print-modal-controls a.close { 
    52         background: url(images/icon-close.png) no-repeat 50% 50%; 
    53     } 
     36#printButtons div { 
     37    color: #FFF; 
     38    display: block; 
     39    float: left; 
     40    height: 32px; 
     41    text-decoration: none; 
     42    text-indent: -999em; 
     43    width: 80px; 
     44} 
     45 
     46#printButtons div:hover { 
     47    opacity: 0.75; 
     48} 
     49 
     50#printButtons div.print { 
     51    background: url(../images/icon-print.png) no-repeat 50% 50%; 
     52} 
     53 
     54#printButtons div.close { 
     55    background: url(../images/icon-close.png) no-repeat 50% 50%; 
     56} 
Note: See TracChangeset for help on using the changeset viewer.