Dotclear


Ignore:
Timestamp:
04/09/13 09:15:41 (12 years ago)
Author:
Dsls <dsls@…>
Branch:
twig
Parents:
1154:e85c1417b8a4 (diff), 1143:fbf575ae9bda (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with default

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1140 r1155  
    4040     margin-bottom: 0.6em; 
    4141} 
     42 
    4243h2 { 
    4344     color: #666; 
     
    5253     font-size: 1.2em; 
    5354} 
     55 
    5456p, div.p { 
    5557     margin: 0 0 1em 0; 
    5658} 
     59 
    5760hr { 
    5861     height: 1px; 
     
    6164     border-style: solid; 
    6265} 
     66 
    6367pre, code { 
    6468     font: 100% "Andale Mono","Courier New",monospace; 
     
    7781     cursor: help; 
    7882} 
     83 
    7984 
    8085/* LAYOUT 
     
    431436     color: #666; 
    432437} 
     438 
    433439#dashboard-items { 
    434440     float: left; 
     
    536542     height: 500px; 
    537543} 
     544 
    538545#add-file-f { 
    539546     position: relative; 
     
    619626     display: inline; 
    620627} 
     628 
    621629#default-favs h3 { 
    622630     margin-top: 2em; 
    623631     margin-bottom: 1em; 
    624632} 
     633 
    625634.fav-list { 
    626635     list-style-type: none; 
     
    915924     vertical-align: middle; 
    916925} 
     926 
    917927/* Si quelque chose a besoin d'être caché sauf pour les revues d'écran */ 
    918928.hidden { 
     
    949959     overflow: auto; 
    950960} 
     961 
    951962.grid { 
    952963     background: transparent repeat url('grid.png') 0 0; 
    953964} 
     965 
    954966.line p { 
    955967     margin: 0; 
     
    958970     color: #666; 
    959971} 
     972 
    960973ul.nice { 
    961974     margin: 1em 0; 
     
    10061019     margin-bottom: .5em; 
    10071020} 
    1008  
    10091021th, td { 
    10101022     border-width: 0 0 1px 0; 
     
    10211033     border-width: 0; 
    10221034} 
     1035 
    10231036table .maximal, table.maximal { 
    10241037     width: 100%; 
     
    10271040     width: 1px; 
    10281041} 
     1042 
    10291043table .nowrap { 
    10301044     white-space: nowrap; 
     
    11171131     font-weight: normal; 
    11181132} 
     1133 
    11191134input, textarea, select { 
    11201135     background: #f9f9f9; 
     
    11491164     background: transparent; 
    11501165} 
     1166 
    11511167label { 
    11521168     display: block; 
     
    11941210     resize: vertical; 
    11951211} 
     1212 
    11961213label.required { 
    11971214     font-weight: bold; 
     
    12181235     top: 0; 
    12191236} 
     1237 
    12201238label .maximal, textarea.maximal, input.maximal { 
    12211239     width: 100%; 
     
    12321250     padding-left: 20px; 
    12331251} 
     1252 
     1253a#toggle-filters { 
     1254     font-weight: bold; 
     1255     background: url(../images/plus.png) no-repeat 0 0; 
     1256     padding-left: 20px; 
     1257} 
     1258 
     1259a#toggle-filters.opened { 
     1260     background: url(../images/minus.png) no-repeat 0 0; 
     1261} 
     1262 
    12341263.constrained { 
    12351264     margin: 0; 
     
    13511380     background-color: #2373A8; 
    13521381} 
    1353  
    13541382/* jQuery Autocomplete plugin */ 
    13551383.ac_results { 
     
    13841412     color: white; 
    13851413} 
     1414 
     1415form#filters {font-size: 100%; background: #f0f0f0; padding: 1em; border-radius: .5em; border: 1px solid #ddd;} 
     1416form#filters .margintop {padding-top: 1.33em;} 
     1417form#filters ul, form#filters p {list-style-type:none;margin: 0; padding: 0 0 .5em 0; margin-left: 1em;} 
     1418form#filters .col30 {border-left: 1px solid #999;} 
     1419form#filters .col30 h3 {margin-left: 1em;} 
     1420 
     1421p.line, li.line { position: relative; padding: 3px 0 0 28px; margin: 0 0 1em 0;} 
     1422li.line input[type=submit] {position: absolute; left:0;top:0; padding: 0 .1em; margin: 0;} 
     1423li.line input[type=checkbox], li.line input[type=checkbox] {position: absolute; left: 0; top: .2em; padding: 0 .1em; margin: 0;} 
     1424li.line select { margin-right: 2em;} 
     1425li.line label { display: block; width: 8em; float: left;} 
     1426li.line label img {margin-right: 8px;} 
     1427li.line span.or { 
     1428     text-align: right; 
     1429     margin-left: 5em; 
     1430     font-weight: bold; 
     1431} 
     1432p.line label.or + select {margin-left: 2em;} 
     1433li.line { padding: 0 0 0 20px; height: 1em;} 
     1434li.line label {width: auto;} 
     1435 
     1436#available_filters input[type=submit] {padding: 0 .1em; margin-left: .5em;} 
     1437 
     1438div.pagination span, div.pagination a { 
     1439     margin-right: 1em; 
     1440} 
  • admin/style/default.css

    r1147 r1155  
    1111# -- END LICENSE BLOCK ----------------------------------------- 
    1212*/ 
     13 
     14/* ------------------------------------------------------------------ html */ 
    1315body { 
    1416     font: 75%/1.5em Helvetica,Arial,sans-serif; 
     
    151153     height: 2em; 
    152154} 
     155#info-box1 p { 
     156     margin: 0; 
     157     display: inline; 
     158} 
    153159#info-box1 select { 
    154160     width: 15em; 
     
    193199} 
    194200#content { 
    195      margin: 1.5em 1.5em 4em 13em; 
     201     margin: 1.5em 1.5em .5em 13em; 
    196202     padding: 1em; 
    197203     background: #fff; 
    198      -webkit-border-radius: .5em; 
    199      -moz-border-radius: .5em; 
    200204     border-radius: .5em; 
    201205     border: 1px solid #ddd; 
     
    255259     background: #dfdfdf; 
    256260     text-decoration: none; 
    257      -webkit-border-top-left-radius: .3em; 
    258      -webkit-border-top-right-radius: .3em; 
    259      -moz-border-radius-topleft: .3em; 
    260      -moz-border-radius-topright: .3em; 
    261261     border-top-left-radius: .3em; 
    262262     border-top-right-radius: .3em; 
     
    282282     float: left; 
    283283     margin-top: 1.2em; 
    284      margin-bottom: 1em; 
     284     margin-bottom: .5em; 
    285285} 
    286286#main-menu h3 { 
     
    302302     padding: .2em 0 0 32px; 
    303303     background-repeat: no-repeat; 
    304      background-position: 12px .2em; 
     304     background-position: 12px .4em; 
    305305} 
    306306#main-menu a { 
     
    340340#footer { 
    341341     clear: both; 
    342      padding: .75em 2em; 
    343      margin: 6em 15px .5em 15px; 
    344      -webkit-border-radius: .3em; 
    345      -moz-border-radius: .3em; 
    346      border-radius: .3em; 
    347      background: #575859 url(dc_logo_small.png) no-repeat right bottom; 
    348      color: #fff; 
     342     padding: .75em .75em 0 0; 
     343     text-align: right; 
    349344} 
    350345#footer p { 
     
    355350} 
    356351#footer a { 
    357      color: #f5f5f5; 
    358352} 
    359353#footer p span.credit { 
     
    378372     border: 1px solid #999; 
    379373     padding: 1em 1em 0 1em; 
    380      -moz-border-radius: 4px; 
    381      -webkit-border-radius: 4px; 
    382374     border-radius: 4px; 
    383375} 
     
    513505     border: 1px solid #ccc; 
    514506     border-left: 1em solid #E5E3DA; 
    515      -moz-border-radius: .3em; 
    516      -webkit-border-radius: .3em; 
    517507     border-radius: .3em; 
    518508} 
     
    668658     border: 1px solid #ddd; 
    669659     padding: .2em; 
    670      -moz-border-radius: .5em; 
    671      -webkit-border-radius: .5em; 
    672660     border-radius: .5em; 
    673661} 
     
    764752     border: 1px solid #f3f3f3; 
    765753     cursor: pointer; 
    766      -moz-border-radius: 4px; 
    767      -webkit-border-radius: 4px; 
    768754     border-radius: 4px; 
    769755} 
     
    804790} 
    805791#help-button { 
    806      position: absolute; 
    807      top: 6.2em; 
     792     position: fixed; 
     793     top: 3.2em; 
    808794     right: 0px; 
    809795     cursor: pointer; 
     
    815801     text-transform: capitalize; 
    816802     padding: .33em .75em .33em 1em; 
    817      -moz-border-radius: 1em 0 0 1em; 
    818      -webkit-border-top-left-radius: 1em; 
    819      -webkit-border-bottom-left-radius: 1em; 
     803     border-radius: 1em 0 0 1em; 
    820804     color: #444; 
    821805} 
     
    879863div.message, p.message,  
    880864div.static-msg, p.static-msg { 
    881      padding: 0.5em 0.5em 0.5em 40px; 
     865     padding: 0.5em 0.5em 0.5em 48px; 
    882866     margin-bottom: 1em; 
    883      -moz-border-radius: 8px; 
    884      -webkit-border-radius: 8px; 
    885867     border-radius: 8px; 
    886868} 
     
    890872} 
    891873div.error, p.error { 
    892      background: #e5bfbf url(msg-error.png) no-repeat 5px 5px; 
    893      color: #600; 
     874     background: #ffdec8 url(msg-error.png) no-repeat .7em .7em; 
     875     color: #000; 
    894876} 
    895877div.message, p.message,  
    896878div.static-msg, p.static-msg { 
    897      background: #666 url(msg-std.png) no-repeat 5px 5px; 
     879     background: #666 url(msg-std.png) no-repeat .7em .7em; 
    898880     color: #fff; 
    899881} 
     
    1015997     right: 0; 
    1016998} 
     999.distrib img { 
     1000     display: block; 
     1001     float: right; 
     1002     margin-top: -1em; 
     1003} 
    10171004/* TABLES 
    10181005-------------------------------------------------------- */ 
     
    10411028th { 
    10421029     text-align: left; 
     1030     border-bottom-color: #666; 
    10431031} 
    10441032.noborder td, td.noborder, .noborder th, th.noborder { 
     
    10561044     white-space: nowrap; 
    10571045     vertical-align: top; 
     1046} 
     1047table.settings, table.prefs { 
     1048     width: 80%; 
     1049} 
     1050table.settings th:first-child, table.prefs th:first-child { 
     1051     width: 20%; 
     1052} 
     1053table.settings th + th, table.prefs th + th { 
     1054     width: 30%; 
     1055} 
     1056table.settings th + th + th, table.prefs th + th + th { 
     1057     width: 10%; 
     1058} 
     1059table.settings th:last-child, table.prefs th:last-child { 
     1060     width: 40%; 
    10581061} 
    10591062 
     
    11361139     border-color: #000 #ccc #ccc #000; 
    11371140} 
     1141input.invalid, textarea.invalid, select.invalid { 
     1142     border: 1px solid red; 
     1143     background: #fff;  
     1144     color: red; 
     1145     box-shadow: 0 0 0 1px rgba(218, 62, 90, 0.3) 
     1146} 
    11381147input, textarea, select, option { 
    11391148     font: 1em "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; 
     
    11671176     color: #666; 
    11681177} 
     1178span.form-note { 
     1179     font-style:italic; 
     1180     font-weight: normal; 
     1181     color: #666; 
     1182} 
    11691183p.form-note.warn, p.form-note.info, p.warning { 
    11701184     font-style: normal; 
     
    11721186} 
    11731187p.form-note.warn, p.warning { 
    1174      background: #ffd url(warning.png) no-repeat .2em .2em; 
     1188     background: #ffd url(warning.png) no-repeat .3em .3em; 
    11751189     border: 1px solid #f0c020; 
    11761190} 
    11771191p.form-note.info { 
    1178      background: #eef url(info.png) no-repeat .2em .2em; 
     1192     background: #eef url(info.png) no-repeat .3em .2em; 
    11791193     border: 1px solid #99f; 
    11801194} 
     
    12091223p.field { 
    12101224     position: relative; 
    1211  
     1225      
    12121226} 
    12131227p.field label { 
     
    12751289     padding: .1em .5em 0 .5em; 
    12761290     text-shadow: 0 1px 1px rgba(0,0,0,.3); 
    1277      -webkit-border-radius: .2em; 
    1278      -moz-border-radius: .2em; 
    12791291     border-radius: .2em; 
    12801292     margin-bottom: .1em; 
     
    13581370} 
    13591371a.button.add { 
    1360      -webkit-border-radius: .5em; 
    1361      -moz-border-radius: .5em; 
    13621372     border-radius: .5em; 
    13631373     margin-bottom: .1em;      
    1364      background: #2C8FD1 url(add.png) no-repeat 6px center; 
     1374     background: #2C8FD1 url(../images/add.png) no-repeat 6px center; 
    13651375     color: #fff; 
    13661376     padding: .2em 16px .2em 30px; 
     
    13691379a.button.add:hover, a.button.add:focus { 
    13701380     background-color: #2373A8; 
     1381} 
     1382/* jQuery Autocomplete plugin */ 
     1383.ac_results { 
     1384     padding: 0px; 
     1385     border: 1px dotted #f90; 
     1386     background-color: white; 
     1387     overflow: hidden; 
     1388     z-index: 99999; 
     1389} 
     1390.ac_results ul { 
     1391     width: 100%; 
     1392     list-style-position: outside; 
     1393     list-style: none; 
     1394     padding: 0; 
     1395     margin: 0; 
     1396} 
     1397.ac_results li { 
     1398     margin: 0px; 
     1399     padding: 2px 5px; 
     1400     cursor: default; 
     1401     display: block; 
     1402     font: menu; 
     1403     font-size: 1em; 
     1404     line-height: 16px; 
     1405     overflow: hidden; 
     1406} 
     1407.ac_loading { 
     1408     background: transparent url('loader.gif') right center no-repeat; 
     1409} 
     1410.ac_over { 
     1411     background-color: #06c; 
     1412     color: white; 
    13711413} 
    13721414 
Note: See TracChangeset for help on using the changeset viewer.

Sites map