Dotclear

Changeset 1475:30ca756dd281


Ignore:
Timestamp:
08/19/13 15:24:01 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

CSS (toolbar edit, buttons)

Location:
admin/style
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1470 r1475  
    13571357} 
    13581358p.form-note.info { 
    1359      background: #f5eaff url(info.png) no-repeat .3em .2em; 
     1359     background: #f5eaff url(info.png) no-repeat .3em .3em; 
    13601360     border: 1px solid #ddbaff; 
    13611361} 
     
    14321432a.submit { 
    14331433     display: inline-block; 
    1434      outline: none; 
    14351434     cursor: pointer; 
    14361435     text-align: center; 
     
    14481447a.submit { 
    14491448     color: #fff; 
    1450      border: 1px solid #A2CBE9; 
    1451      text-shadow: 0 -1px 1px #3275bc; 
     1449     text-shadow: 0 -1px 1px #1A87B9; 
    14521450     background:#25A6E1; 
    14531451     background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
     
    14551453     background:linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
    14561454     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0); 
    1457      border:1px solid #1A87B9 
     1455     border:1px solid #2C8FD1; 
    14581456 
    14591457} 
     
    14691467     background:linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
    14701468     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#25A6E1',GradientType=0); 
    1471      border: 1px solid #2C8FD1; 
    14721469} 
    14731470/* suppression et reset */ 
     
    14901487input[type=submit].reset:focus, 
    14911488input[type=submit].delete:focus { 
    1492      background: #dfdfdf; 
    1493      background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#f5f5f5)); 
    1494      background: -moz-linear-gradient(top,  #dfdfdf,  #f5f5f5); 
    1495      filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f5f5f5'); 
     1489     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) ); 
     1490     background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% ); 
     1491     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9'); 
     1492     background-color:#e9e9e9; 
    14961493     } 
    14971494a.delete, 
     
    15321529     font-size: 1.4rem; 
    15331530} 
    1534 .button.add:hover, .button.add:focus { 
     1531.button.add:hover, .button.add:active, .button.add:focus { 
    15351532     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) ); 
    15361533     background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% ); 
  • admin/style/jsToolBar/jsToolBar.css

    r1399 r1475  
    8282     display: block; 
    8383     list-style: none; 
    84      margin: 0 0 0 -5px; 
     84     margin: 0; 
    8585     padding: 0 0 5px 0; 
    8686     background: #dfdfdf; 
    8787     border-top: 1px solid #999; 
    88      font-size: 90%; 
    89      font-weight: bold; 
    9088} 
    9189.jstSwitcher li { 
    9290     display: inline; 
    9391     margin: 0 0 0 5px; 
    94      padding: 2px 4px; 
     92     padding: 2px 8px; 
    9593} 
    9694.jstSwitcher li.jstSwitcherCurrent { 
    9795     color: #fff; 
    98      background: #999; 
     96     background: #575859; 
    9997     border-radius: 0 0 2px 2px; 
    10098} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map