Ignore:
Timestamp:
06/04/12 15:53:17 (12 years ago)
Author:
vmipsl
Message:

réparation backoffice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tapas/web/resources/css/backoffice.css

    r410 r523  
    2525    -webkit-border-radius: 4px 4px 4px 4px; 
    2626    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); 
    27     float: left; 
     27    float: right; 
    2828    position: relative; 
    2929    width: 800px; 
     
    3838.containerTitleContent { 
    3939    background-image: none; 
    40     color: #be0026; 
     40    -moz-border-radius: 4px 4px 0 0; 
     41    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
     42    -webkit-border-radius: 4px 4px 0 0; 
     43    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
     44    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); 
     45    background: -moz-linear-gradient(#778899, white) repeat scroll 0 0 transparent; 
     46    background: -ms-linear-gradient(#778899, white) repeat scroll 0 0 transparent; /*For IE10*/ 
     47    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#778899', endColorstr = 'white'); /*For IE7-8-9*/ 
     48    float: right; 
     49    position: relative; 
     50    width: 800px; 
     51    height: 26px; 
     52    color: white; 
     53    font-weight: bold; 
     54    padding-left: 10px; 
     55    padding-top: 4px; 
     56    margin: 0; 
     57    top: 0; 
     58    text-decoration: none; 
    4159} 
    4260 
Note: See TracChangeset for help on using the changeset viewer.