Ignore:
Timestamp:
12/05/12 15:39:44 (12 years ago)
Author:
*
Message:

statistiques, clean, log4j

File:
1 edited

Legend:

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

    r667 r684  
    157157#copy { 
    158158    position: absolute; 
    159     top: 497px; 
    160     left: 812px; 
     159    top: 513px; 
     160    left: 861px; 
    161161} 
    162162 
     
    175175#help { 
    176176    position: absolute; 
    177     top: 247px; 
    178     left: 375px; 
     177    top: 255px; 
     178    left: 400px; 
    179179} 
    180180 
    181181#credits { 
    182182    position: absolute; 
    183     top: 524px; 
    184     left: 695px; 
     183    top: 543px; 
     184    left: 752px; 
    185185} 
    186186 
    187187#mentions { 
    188188    position: absolute; 
    189     top: 543px; 
    190     left: 725px; 
     189    top: 561px; 
     190    left: 779px; 
    191191} 
    192192 
     
    242242} 
    243243 
    244 #loginRight { 
     244#loginMiddle { 
    245245    color: white; 
    246246} 
    247247 
    248 #loginRight .containerStatisticsTitle { 
     248#loginMiddle .containerStatisticsTitle { 
     249    text-align: center; 
     250} 
     251 
     252#awstats { 
     253    position: absolute; 
     254} 
     255 
     256#awstats .containerStatisticsTitle { 
     257    background: -moz-linear-gradient(#F5F5F5, #DFF4FF) repeat scroll 0 0 transparent; 
     258    background: -ms-linear-gradient(#F5F5F5, #DFF4FF) repeat scroll 0 0 transparent; /*For IE10*/ 
     259    background: -webkit-linear-gradient(#F5F5F5, #DFF4FF) repeat scroll 0 0 transparent; /*For IE10*/ 
     260    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#F5F5F5', endColorstr = 'DFF4FF'); /*For IE7-8-9*/ 
     261    -moz-box-shadow: none; 
     262    -webkit-box-shadow: none; 
     263    box-shadow: none; 
     264    background-color: #F5F5F5; 
     265    border: 1px solid #336699; 
     266    color: #336699; 
    249267    text-align: center; 
    250268} 
     
    285303.action_button { 
    286304    width: 95%; 
    287     margin: 3px; 
     305    margin: 2px; 
    288306} 
    289307 
    290308.export_button { 
    291309    float: right; 
    292     margin: 20px 6px 0 0; 
    293 } 
     310    margin: 5px 6px 0 0; 
     311} 
Note: See TracChangeset for help on using the changeset viewer.