Dotclear


Ignore:
Timestamp:
08/16/13 11:22:20 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Styles enhancements for dashboard and post.

File:
1 edited

Legend:

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

    r1065 r1394  
    22     border-width : 0 1px 1px 1px; 
    33     border-style : solid; 
    4      border-color : #000 #ccc #ccc #000; 
    5      padding-left: 5px; 
     4     border-color : #ccc; 
    65     background : #f9f9f9; 
    76} 
     
    98  margin: 0; 
    109  border: 0; 
     10  padding: 0; 
    1111} 
    12  
     12.jstEditor textarea { 
     13  width: 99%; 
     14  padding: 1rem 0 1rem 1%; 
     15} 
    1316.jstHandle { 
    1417     height: 8px; 
     
    2225 
    2326.jstElements { 
    24      padding: 3px 3px; 
    25      border-width: 1px 1px 0 1px; 
    26      border-style: solid; 
    27      border-color: #000 #ccc #ccc #000; 
    28      background: #dfdfdf; 
     27     height: 28px; 
     28     padding: 0 1rem;  
     29     border: 1px solid #ccc; 
     30     overflow: hidden;  
     31     background: #e1e1e1;  
     32     background: -moz-linear-gradient(center top , #f2f2f2, #e1e1e1);  
     33     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e1e1e1));  
     34     -moz-border-radius: 4px 4px 0 0;  
     35     -webkit-border-radius: 4px 4px 0 0;  
     36     border-radius: 4px 4px 0 0;  
     37     -webkit-box-shadow: 0 1px 0 #FFF inset;  
     38     -moz-box-shadow: 0 1px 0 #FFF inset;  
     39     box-shadow: 0 1px 0 #FFF inset; 
    2940} 
    3041 
     
    3445.jstElements select { 
    3546     width: 12em; 
     47     margin-right: .6rem; 
    3648} 
    3749.jstElements button { 
    38      margin-right : 2px; 
    39      width : 20px; 
    40      height: 20px; 
    41      padding: 0; 
    42      border-style: solid; 
    43      border-width: 1px; 
    44      border-color: #dfdfdf; 
     50     width : 30px; 
     51     height: 28px; 
     52     border-style: groove; 
     53     border-width:  0 1px 0 0; 
     54     border-color: #666; 
    4555     background-color : transparent; 
    4656     background-position : 50% 50%; 
     
    5565} 
    5666.jstElements span { 
    57      display : inline; 
     67     display : inline-block; 
     68     vertical-align: top; 
     69     background: #dfdfdf; 
    5870} 
    5971 
    6072.jstSpacer { 
    61      width : 0px; 
    62      font-size: 1px; 
    63      margin-right: 4px; 
     73     width : 2px; 
     74     height: 28px; 
     75     margin-right: 0; 
     76     border-style: groove; 
     77     border-width:  0 1px 0 0; 
     78     border-color: #666; 
    6479} 
    6580 
Note: See TracChangeset for help on using the changeset viewer.

Sites map