Dotclear


Ignore:
Timestamp:
09/05/13 08:53:17 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Amélioration de l'affichage des modules additionnels du tableau de bord (à améliorer encore)
Listes-tableaux : présentation plus aérée.
Pagination plus discrète (okazou, en attendant le ticket #1607)
Barre d'outil de l'éditeur : suppression des dégradés, éclaircissement, cassededi to html-edition

File:
1 edited

Legend:

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

    r1697 r1727  
    22     border-width : 0 1px 1px 1px; 
    33     border-style : solid; 
    4      border-color : #ccc; 
    5      background : #f9f9f9; 
     4     border-color : #ddd; 
     5     background : #f7f7f7; 
    66} 
    77.jstEditor textarea, .jstEditor iframe { 
     
    1010     box-sizing: border-box;   
    1111     margin: 0; 
    12      border: 2px solid #f9f9f9; 
     12     border: 1px solid #fbfbfb; 
    1313     width: 100%; 
    1414     padding: .5em 0 0 0; 
     
    2424} 
    2525.jstEditor textarea:focus, .jstEditor iframe:focus { 
    26      border: 2px solid #bee74b; 
     26     border-color: #bee74b; 
    2727} 
    2828.jstElements { 
    2929     height: 28px; 
    3030     padding: 0 1rem;  
    31      border: 1px solid #ccc; 
     31     border: 1px solid #dfdfdf; 
    3232     overflow: hidden;  
    33      background: #e1e1e1;  
    34      background: -moz-linear-gradient(center top , #f2f2f2, #e1e1e1);  
    35      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e1e1e1));  
     33     background: #f5f5f5;  
    3634     -moz-border-radius: 4px 4px 0 0;  
    3735     -webkit-border-radius: 4px 4px 0 0;  
    3836     border-radius: 4px 4px 0 0;  
    39      -webkit-box-shadow: 0 1px 0 #FFF inset;  
    40      -moz-box-shadow: 0 1px 0 #FFF inset;  
    41      box-shadow: 0 1px 0 #FFF inset; 
    4237} 
    4338 
     
    4843     width: 12em; 
    4944     margin-right: .6rem; 
    50      border: 1px solid #ccc;  
     45     border: 1px solid #ddd;  
    5146} 
    5247.jstElements button { 
    5348     width : 30px; 
    5449     height: 28px; 
    55      border-style: groove; 
     50     border-style: solid; 
    5651     border-width:  0 1px 0 0; 
    57      border-color: #666; 
    58      background-color : transparent; 
     52     border-color: #e7e7e7; 
     53     background-color : #f7f7f7; 
    5954     background-position : 50% 50%; 
    6055     background-repeat: no-repeat; 
    6156} 
    6257.jstElements button:hover { 
    63      border-color : #ccc; 
     58     border-color : #ddd; 
    6459     background-color: #fff; 
    6560} 
     
    7065     display : inline-block; 
    7166     vertical-align: top; 
    72      background: #dfdfdf; 
     67     background: #e5e5e5; 
    7368} 
    7469span.jstSpacer { 
     
    7671     height: 28px; 
    7772     margin-right: 0; 
    78      border-style: groove; 
    79      border-width:  0 1px 0 0; 
    80      border-color: #666; 
    8173} 
    8274 
Note: See TracChangeset for help on using the changeset viewer.

Sites map