Dotclear


Ignore:
Timestamp:
10/10/13 23:28:35 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

CSS : Décoller les boutons d'index lorsqu'ils passent sur deux lignes. Décoller les boutons de la toolbar lorsqu'elle passe sur deux lignes + léger revampage des boutons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/jsToolBar/jsToolBar.css

    r2226 r2334  
    2828} 
    2929.jstElements { 
    30      padding: 0 1rem;  
     30     -webkit-box-sizing: border-box; 
     31     -moz-box-sizing: border-box; 
     32     box-sizing: border-box;   
     33     padding: 0 32px 0 1rem;  
    3134     border: 1px solid #dfdfdf; 
    3235     overflow: hidden;  
    3336     background: #f5f5f5;  
    34      -moz-border-radius: 4px 4px 0 0;  
    35      -webkit-border-radius: 4px 4px 0 0;  
    3637     border-radius: 4px 4px 0 0;  
    3738     position: relative; 
     39     line-height: 30px; 
    3840} 
    3941.jstElements select, .jstElements button { 
     
    4648} 
    4749.jstElements button { 
    48      width : 30px; 
     50     width: 30px; 
    4951     height: 28px; 
    5052     border-style: solid; 
    51      border-width:  0 1px 0 0; 
    52      border-color: #e7e7e7; 
     53     border-width: 1px; 
     54     margin-left: 2px; 
     55     margin-bottom: 2px; 
     56     border-color: #e5e5e5 #ccc #ccc #e5e5e5; 
    5357     background-color : #f7f7f7; 
    5458     background-position : 50% 50%; 
     
    6064} 
    6165.jstElements button span { 
    62      display : none;      
     66     display: none;  
    6367} 
    6468.jstElements span { 
    6569     display : inline-block; 
    6670     vertical-align: top; 
    67      background: #e5e5e5; 
    6871} 
    6972span.jstSpacer { 
    70      width : 6px; 
    71      height: 28px; 
    72      margin-right: 0; 
     73     width : 8px; 
    7374} 
    7475.jstSwitcher { 
     
    149150     background-image: url(bt_clean.png); 
    150151     position: absolute; 
    151      right: 0; 
     152     right: 2px; 
     153     top: 1px; 
     154     border-color: #ccc; 
    152155} 
    153156 
Note: See TracChangeset for help on using the changeset viewer.

Sites map