Dotclear

Changeset 2334:7691ec3ba8ca


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.

Location:
admin/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r2324 r2334  
    20452045     margin-left: 0; 
    20462046     } 
     2047#entry-sidebar { 
     2048     width: 16em; 
     2049     float: right; 
     2050     } 
    20472051#entry-content label { 
    20482052     text-transform: uppercase; 
     
    20532057#entry-content label:first-child { 
    20542058     margin-top: 0; 
    2055      } 
    2056 #entry-sidebar { 
    2057      width: 16em; 
    2058      float: right; 
    20592059     } 
    20602060#entry-sidebar h4 { 
     
    23402340     font-variant: small-caps; 
    23412341     } 
     2342.index li {margin-bottom: 3px;} 
    23422343.index a { 
    23432344     font-weight: bold; 
     
    25912592     margin-right: 0; 
    25922593     } 
     2594#entry-wrapper { 
     2595     float: none; 
     2596     width: 100%; 
     2597     margin-right: 0; 
     2598     } 
     2599#entry-content { 
     2600     margin-right: 0; 
     2601     margin-left: 0; 
     2602     } 
     2603#entry-sidebar { 
     2604     width: 100%; 
     2605     float: none; 
     2606     } 
    25932607} 
    25942608@media screen and (max-width: 600px) { 
  • 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