Dotclear

Changeset 1727:0b44a1af4250


Ignore:
Timestamp:
09/05/13 08:53:17 (11 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

Location:
admin/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1725 r1727  
    3030     color: #2373A8; 
    3131     text-decoration: none; 
    32      border-bottom: 1px dotted #f90; 
     32     border-bottom: 1px dotted #999; 
    3333} 
    3434a:hover, a:active, a:focus { 
     
    353353     display: block; 
    354354     margin: 0.5em 0 0; 
    355      padding: 3px 0 0 30px; 
     355     padding: 4px 0 1px 32px; 
    356356     background-repeat: no-repeat; 
    357357     background-position: 8px .3em; 
     
    361361} 
    362362#main-menu li.active { 
    363      background-color: #fff; 
     363background-color: #fff; 
    364364} 
    365365#main-menu a { 
     
    369369#main-menu .active a { 
    370370     border-bottom: none; 
     371     color: #2373A8; 
    371372     color: #d30e60; 
    372373} 
     
    404405} 
    405406#qx:focus { 
    406      border: 2px solid #bee74b; 
     407     border-color: #bee74b; 
    407408} 
    408409#search-menu input[type="submit"] { 
     
    565566     margin-bottom: 2em; 
    566567} 
    567 #dashboard-items { 
    568      margin: 3em auto; 
    569      display: table; 
    570      width: 100%; 
    571      border-collapse: collapse; 
    572 } 
    573 .db-item { 
    574      display: table-cell; 
    575      padding: 1em 3em; 
     568#dashboard-widgets { 
     569     margin: 2em auto; 
     570} 
     571.db-items.two-db { 
     572     width: 47%; 
     573     margin-left: 3%; 
     574     display: inline-block; 
    576575     vertical-align: top; 
    577      border: 1px solid #ddd; 
    578      border-collapse: collapse; 
    579 } 
    580 .db-item h3 { 
    581      font-weight: normal; 
    582 } 
    583 #dashboard-items img { 
     576} 
     577.db-contents.two-db { 
     578     width: 47%; 
     579     margin-right: 3%; 
     580     display: inline-block; 
     581     vertical-align: top; 
     582} 
     583.one-db .db-box { 
     584     display: inline-block; 
     585     vertical-align: top; 
     586     padding-right: 3%;  
     587} 
     588.db-box { 
     589     margin-bottom: 2em; 
     590} 
     591.db-box h3 { 
     592     font-weight: bold; 
     593     font-size: 1em; 
     594     text-transform: uppercase; 
     595     color: #333; 
     596     text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); 
     597} 
     598.db-items img { 
    584599     vertical-align: middle; 
    585600} 
    586 #dashboard-items ul { 
     601.db-box ul { 
    587602     display: block; 
    588603     padding-left: 1.5em; 
    589604     list-style: square; 
    590605} 
    591 #dashboard-items li { 
     606.db-box li { 
    592607     margin: 0.25em 0 0 0; 
    593608     color: #666; 
     
    753768     position: static; 
    754769} 
    755 /*.media-col-0 { 
    756      clear: left; 
    757 } 
    758 .media-item { 
    759      position: relative; 
    760      border-top: 1px solid #ccc; 
    761      margin-bottom: 1em; 
    762      padding: 5px 0; 
    763 } 
    764 div.media-list .media-item { 
    765      width: 49%; 
    766      float: left; 
    767      margin-right: 1%; 
    768 } 
    769 a.media-icon { 
    770      display: block; 
    771      border-bottom: none; 
    772      float: left; 
    773 } 
    774 .media-icon img { 
    775      display: block; 
    776 } 
    777 .media-item ul { 
    778      display: block; 
    779      list-style: none; 
    780      margin: 0 0 0 60px; 
    781      padding: 0; 
    782 }*/ 
    783770li.media-action { 
    784771     display: block; 
     
    809796.media-action-box { 
    810797     position: relative; 
    811      margin: 1em 3em 1em; 
     798     margin: 1em 3em 1em 1em; 
    812799     display: inline-block; 
    813800     vertical-align: top; 
     
    892879     bottom: 0; 
    893880     left: 10em; 
    894      background-color: #f5f5f5; 
     881     background-color: #f7f7f7; 
    895882     border: 1px solid #ddd; 
    896883     padding: .2em; 
     
    971958} 
    972959#themes div.theme-details:hover { 
    973      background: #f0f0f0; 
     960     background: #f3f3f3; 
    974961} 
    975962#themes div.theme-details div.theme-shot { 
     
    10601047} 
    10611048#themes .theme-details-js.theme-selected { 
    1062      background: #ddd; 
     1049     background: #e7e7e7; 
    10631050     border: 1px solid #999; 
    10641051} 
     
    12961283.fieldset { 
    12971284     background: #fff; 
    1298      border: 1px solid #aaa; 
    1299      border-radius: 6px; 
     1285     border: 1px solid #bbb; 
     1286     border-radius: 3px; 
    13001287     padding: 1em .7em .5em; 
    13011288     margin-bottom: 1em; 
     
    14001387     border-style: solid; 
    14011388     border-color: #e3e3e3; 
    1402      padding: .3em 1em .3em .5em; 
     1389     padding: .4em 1em .4em .5em; 
    14031390     vertical-align: top; 
    14041391} 
     
    14061393     border-width: 1px 0 1px 0; 
    14071394     border-style: solid; 
    1408      border-color: #ccc; 
     1395     border-color: #ddd; 
    14091396     background: #f3f3ff; 
    1410      padding: .3em 1em .3em .5em; 
     1397     padding: .4em 1em .4em .5em; 
    14111398     vertical-align: top; 
    14121399     text-align: left; 
     1400     text-transform: uppercase; 
     1401     font-size: 10px; 
     1402     font-size: 1rem; 
    14131403} 
    14141404th.first img { 
     
    14401430table.settings, table.prefs { 
    14411431     width: 80%; 
    1442      border: 1px solid #999; 
     1432     border: 1px solid #ccc; 
    14431433     margin-bottom: 3em; 
    14441434} 
     
    15081498     border-style: solid; 
    15091499     border-color: #ccc; 
    1510      background: #f5f5f5; 
     1500     background: #f7f7f7; 
    15111501} 
    15121502legend { 
     
    15271517     font-weight: normal; 
    15281518} 
    1529 input, textarea, select { 
    1530      background: #f9f9f9; 
     1519input[type=text], input[type=password], textarea, select { 
     1520     background: #fbfbfb; 
    15311521     color: #000; 
    1532      border-width: 2px; 
     1522     border-width: 1px; 
    15331523     border-style: solid; 
    1534      border-color: #ccc #ddd #ddd #ccc;  
     1524     border-color: #ddd; 
     1525     border-radius: 3px; 
     1526     box-shadow: 1px 1px 2px #F1F1F1 inset; 
     1527     padding: 3px;  
    15351528} 
    15361529select { 
    1537      border-right: 2px solid #fff; 
     1530     padding: 1px 0; 
     1531     height: 1.66em;  
    15381532} 
    15391533input.invalid, textarea.invalid, select.invalid { 
    15401534     border: 1px solid red; 
    1541      background: #fff; 
     1535     background: #eff; 
    15421536     color: red; 
    15431537     box-shadow: 0 0 0 1px rgba(218, 62, 90, 0.3) 
     
    15471541} 
    15481542input[type=text], input[type=password], textarea { 
    1549      padding: 2px 0; 
    15501543     margin-right: .3em; 
    15511544} 
     
    15931586} 
    15941587p.form-note.info { 
    1595      background: #f5eaff url(msg-info.png) no-repeat .3em .3em; 
     1588     background: #eef url(msg-info.png) no-repeat .3em .3em; 
    15961589     border: 1px solid #c484ff; 
    15971590} 
     
    16631656     -moz-box-sizing: border-box; 
    16641657     box-sizing: border-box; 
    1665      border: 2px solid #bee74b; 
     1658     border-color: #bee74b; 
    16661659} 
    16671660/* --------------------------------------------------------------- buttons */ 
     
    17121705/* suppression et reset */ 
    17131706a.button, 
    1714 input[type=submit].reset, 
    1715 input[type=submit].delete { 
     1707input[type=submit].reset, input.reset, 
     1708input[type=submit].delete, input.delete { 
    17161709     border: 1px solid #ccc; 
    17171710     background: #f5f5f5; 
     
    17241717input[type=reset]:hover, 
    17251718input[type=submit].reset:hover, 
     1719input.reset:hover, 
    17261720input[type=submit].delete:hover, 
     1721input.delete:hover, 
    17271722a.button:focus, 
    17281723input[type=reset]:focus, 
     
    18631858     line-height: 22px; 
    18641859     padding: 0 .75em; 
    1865      border: 1px solid #ddd; 
     1860     border: 1px solid #e7e7e7; 
    18661861     overflow: hidden; 
    1867      background: #e1e1e1; 
    1868      background: -moz-linear-gradient(center top , #f2f2f2, #e1e1e1); 
    1869      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e1e1e1)); 
    1870      -moz-border-radius: 4px; 
    1871      -webkit-border-radius: 4px; 
    1872      border-radius: 4px; 
     1862     background: #f3f3f3; 
     1863     -moz-border-radius: 3px; 
     1864     -webkit-border-radius: 3px; 
     1865     border-radius: 3px; 
    18731866     clear: left; 
    18741867} 
  • 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