Dotclear

Changeset 1447:e73bc6dd21d1


Ignore:
Timestamp:
08/18/13 12:19:05 (10 years ago)
Author:
Franck Paul <carnet.franck.paul@…>
Branch:
default
Parents:
1437:71b7fa9efe46 (diff), 1446:0939663a1b1a (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:

Merged in lipki/dotclear/Ticket #1512 (pull request #50) - fixes #1512

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1428 r1447  
    305305     float: left; 
    306306     margin:0; 
    307      padding-top: .5em; 
     307     padding-top: 4.5em; 
    308308     padding-bottom: 1em; 
    309309     background: #f7f7f7; 
  • admin/style/default.css

    r1446 r1447  
    5353     color: #d30e60; 
    5454} 
     55.page-title img { 
     56     padding-left: .6rem; 
     57     vertical-align: middle; 
     58} 
    5559#content > h2 { 
    5660     padding: 0 1.8rem .6rem; 
     
    6973     font-size: 1em; 
    7074     color: #575859; 
     75} 
     76#entry-sidebar h5 { 
     77     font-weight: normal; 
     78     color: #333; 
     79} 
     80.entry-status label img { 
     81     padding-left: .4rem; 
     82     vertical-align: text-top; 
    7183} 
    7284p, div.p { 
     
    260272/* -------------------------------------------------------------- layout - onglets */ 
    261273.part-tabs ul { 
    262      padding: .5em 0 .3em 1rem; 
    263      border-bottom: 1px solid #ccc; 
     274     padding: .5em 0 .3em 1.2rem; 
     275     border-bottom: 1px solid #ddd; 
    264276} 
    265277.part-tabs li { 
     
    269281} 
    270282.part-tabs li a { 
    271      padding: .5em 1em; 
    272      margin-right: .5em; 
    273      border: 1px solid #ccc; 
     283     padding: .5em 2em; 
     284     margin-right: -1px; 
     285     border: 1px solid #aaa; 
    274286     border-bottom: none; 
    275      background: #efefef; 
    276287     text-decoration: none; 
    277      color: #000; 
    278      background-color:#ededed; 
     288     color: #333; 
     289     background-color:#E4E0EC; 
    279290} 
    280291.part-tabs li a:hover, .part-tabs li a:focus { 
     
    285296.part-tabs li.part-tabs-active a { 
    286297     background: #fff; 
    287      border: 1px solid #d30e60; 
    288      color: #d30e60; 
    289298     font-weight: bold; 
    290299     border-bottom-color: #fff; 
     300     padding-bottom: .7rem; 
    291301} 
    292302/* ------------------------------------------------------------------ main-menu */ 
     
    320330     background-repeat: no-repeat; 
    321331     background-position: 8px .3em; 
     332} 
     333#main-menu li.active { 
     334     background-color: #fff; 
    322335} 
    323336#main-menu a { 
     
    358371     background: #dfdfdf; 
    359372     border-color: #999; 
    360      color: #666; 
     373     color: #444; 
    361374     border-bottom-right-radius: .6em; 
    362375     border-top-right-radius: .6em; 
     
    380393     color: #000; 
    381394     font-variant: small-caps; 
    382 } 
    383 #favorites-menu a { 
    384      color: #333; 
     395     padding-top: .6rem; 
    385396} 
    386397/* ------------------------------------------------------------------ footer */ 
     
    435446/* ------------------------------------------------------------------ dashboard */ 
    436447#dashboard-main { 
    437      float: left; 
    438      overflow: hidden; 
    439      padding: 1em 2% 1em 0; 
    440      width: 70%; 
    441 } 
    442 #dashboard-main.fullwidth { 
    443      width: 100%; 
    444448     padding: 1em 0; 
    445      float: none; 
    446449} 
    447450#icons { 
     
    453456     width: 210px; 
    454457     text-align: center; 
    455      margin: 2em 0; 
     458     margin: 1em 0 2em; 
     459     padding: 1em 0; 
    456460     display:inline-block; 
     461     vertical-align: top; 
    457462} 
    458463#icons a, 
     
    466471#icons a span { 
    467472     border-bottom: 1px dotted #f90; 
     473     color: #333; 
     474} 
     475#icons a img { 
     476     padding: 2em; 
     477     background: #eee; 
     478     border-radius: 1.6rem; 
     479     box-shadow: 0 3px 3px 0 #ccc; 
     480     margin-bottom: .6rem; 
     481} 
     482#icons a img:hover, #icons a:focus img { 
     483     background-color: #BBDB58; 
    468484} 
    469485#icons a:focus span, #icons a:hover span { 
     
    471487} 
    472488#quick { 
    473      clear: left; 
    474489     margin-top: 2em; 
    475490} 
     
    486501} 
    487502#dashboard-items { 
    488      float: left; 
    489      width: 27%; 
    490      overflow: hidden; 
    491      padding-bottom: 1em; 
    492      padding-top: 3em; 
     503     margin: 3em auto; 
     504     display: table; 
     505     width: 100%; 
     506     border-collapse: collapse; 
     507} 
     508.db-item { 
     509     display: table-cell; 
     510     padding: 1em 3em; 
     511     vertical-align: top; 
     512     border: 1px solid #ccc; 
    493513} 
    494514#dashboard-items img { 
     
    515535} 
    516536 
    517 #upg-notify { 
    518 } 
    519 #upg-notify ul { 
    520      padding-left: 15px; 
    521 } 
    522 #upg-notify li { 
    523      color: #fff; 
    524 } 
    525537/* ------------------------------------------------------------------ post */ 
    526538#entry-wrapper { 
     
    531543#entry-content { 
    532544     margin-right: 19em; 
    533      margin-left: 1.2rem; 
     545     margin-left: 0; 
     546} 
     547.multi-part { 
     548     padding-left: 1.2rem; 
    534549} 
    535550#entry-content label { 
     
    542557     float: right; 
    543558} 
     559#entry-sidebar input[type="text"], 
     560#entry-sidebar select { 
     561     width: 14em; /* to prevent inline with label */ 
     562} 
    544563.box { 
    545      border-bottom: 2px solid #A2CBE9; 
     564     border-bottom: 1px solid #ddd; 
    546565     margin-bottom: 1em; 
    547566} 
     
    717736/* -------------------------------------------------------------------- Themes */ 
    718737#themes { 
    719      border-bottom: 1px solid #ccc; 
    720      margin: 1em 0; 
     738     margin: 0; 
     739     width: 100%; 
     740     padding: 0; 
     741} 
     742#themes h3 { 
    721743} 
    722744#themes div.theme-details { 
    723      clear: left; 
    724745     border-top: 1px solid #ccc; 
    725      padding: 1em 0; 
     746     padding: 12px; 
     747     display: inline-block; 
     748     vertical-align: top; 
     749     width: 284px; 
     750} 
     751.current-theme { 
     752     background: #eef; 
    726753} 
    727754#themes div.theme-details:hover { 
    728      background: #eee; 
     755     background: #f0f0f0; 
    729756} 
    730757#themes div.theme-details div.theme-shot { 
    731      float: left; 
    732758} 
    733759#themes div.theme-details div.theme-shot img { 
    734760     display: block; 
    735      width: 57px; 
    736      height: 50px; 
    737761     border: 1px solid #ccc; 
     762     margin-bottom: 1.5em; 
    738763} 
    739764#themes div.theme-details div.theme-info { 
    740      margin-left: 67px; 
    741765} 
    742766#themes div.theme-details div.theme-info span.theme-desc { 
     
    747771} 
    748772#themes div.theme-details div.theme-actions { 
    749      margin-left: 67px; 
    750 } 
     773} 
     774#themes-actions { 
     775     border-bottom: 1px solid #999; 
     776     margin-bottom: 3em; 
     777} 
     778.theme-css { 
     779     display: block; 
     780} 
     781 
    751782/* Themes list, JS version */ 
    752783#themes-wrapper { 
     784     display: table; 
     785} 
     786#themes-wrapper #themes { 
     787     display: table-cell; 
     788     vertical-align: top; 
    753789} 
    754790#theme-box { 
    755      border: 1px solid #999; 
    756      border-left: none; 
    757      padding: 5px; 
    758      float: right; 
    759      height: 420px; 
    760      width: 320px; 
    761      overflow: auto; 
     791     display: table-cell; 
     792     vertical-align: top; 
     793     padding: 1rem 0;  
     794     width: 312px; 
     795     background: #eef; 
     796     border: 1px solid #ccc; 
     797     border-radius: 3px; 
    762798} 
    763799#theme-box div.theme-shot img { 
    764800     display: block; 
    765      margin: 0 0 0 10px; 
     801     margin: 0 16px; 
    766802     width: 280px; 
    767803     height: 245px; 
     
    769805} 
    770806#theme-box div.theme-info { 
    771      margin: 1em 0 0 10px; 
    772 } 
    773 #theme-box h3 { 
    774      margin: 0; 
    775 } 
    776 #theme-box div.theme-info span { 
    777      display: block; 
     807     margin: 1em 16px; 
     808} 
     809#theme-box h4 { 
     810     color: #000; 
    778811} 
    779812#theme-box span.theme-version { 
     
    788821} 
    789822#theme-box div.theme-actions { 
    790      margin-left: 10px; 
    791 } 
    792 #themes-wrapper #themes { 
    793      border: 1px solid #999; 
    794      overflow: auto; 
    795      height: 420px; 
    796      padding: 5px; 
    797      margin: 0; 
     823     padding: 0 16px; 
    798824} 
    799825#themes div.theme-details-js { 
     
    801827     width: 120px; 
    802828     height: 150px; 
    803      margin: 0 10px 20px; 
    804      padding: 10px 10px 0; 
     829     margin: 0 12px 24px; 
     830     padding: 12px 12px 0; 
    805831     text-align: center; 
    806832     background: #f3f3f3; 
    807      border: 1px solid #f3f3f3; 
     833     border: 1px solid #ddd; 
    808834     cursor: pointer; 
    809835     border-radius: 4px; 
     
    813839} 
    814840#themes div.theme-details-js.theme-selected { 
    815      background: #E5E3DA; 
     841     background: #ddd; 
    816842     border: 1px solid #999; 
    817843} 
     
    820846     height: 105px; 
    821847     border: 1px solid #fff; 
    822 } 
    823 #themes div.theme-details-js h3 { 
    824      font-family: inherit; 
    825      font-weight: normal; 
    826      margin: 0; 
    827      padding: 0; 
    828848} 
    829849/* ----------------------------------------------------------  Plugins list */ 
     
    956976     color: #fff; 
    957977} 
    958 #content > .message, #content > .error { 
    959      margin-right: 14em 
    960 } 
    961978/* ------------------------------------------------------------------ navigation */ 
    962979.anchor-nav { 
     
    968985.nav_prevnext { 
    969986     margin-bottom: 2em; 
    970      color: #ccc; 
     987     color: #fff; 
    971988} 
    972989.nav_prevnext a, a.back { 
    973      border: 1px solid #ccc; 
    974      padding: .2rem .5rem; 
    975      background-color: #eef; 
     990     border: 1px solid #ddd; 
     991     padding: .2rem 2rem; 
     992     border-radius: 1rem; 
     993     background-color: #f0f0f0; 
    976994} 
    977995a.back:before { 
    978996     content: "\ab\a0"; 
    979997} 
    980  
     998a.onblog_link { 
     999     color: #333; 
     1000     float: right; 
     1001     border: 1px solid #eee; 
     1002     padding: .2rem 2rem; 
     1003     border-radius: 1rem; 
     1004     background-color: #ffe; 
     1005} 
    9811006/* ------------------------------------------------------------------ debug */ 
    9821007#debug { 
     
    12191244     border-width: 1px; 
    12201245     border-style: solid; 
    1221      border-color: #ccc; 
    1222      background: #eef; 
     1246     border-color: #333; 
     1247     background: #fff; 
    12231248     margin-bottom: 0.5em; 
     1249     border-radius: 3px; 
    12241250} 
    12251251optgroup { 
     
    12851311} 
    12861312p.form-note.info { 
    1287      background: #eef url(info.png) no-repeat .3em .2em; 
    1288      border: 1px solid #99f; 
    1289 } 
    1290 .form-note a {border-bottom: 1px solid #99f;} 
    1291  
     1313     background: #f5eaff url(info.png) no-repeat .3em .2em; 
     1314     border: 1px solid #ddbaff; 
     1315} 
     1316.form-note a {border-bottom: 1px solid #ddbaff;} 
     1317 
     1318label.ib { 
     1319     display: inline-block; 
     1320} 
    12921321label.classic { 
    12931322     display: inline; 
     
    13381367a.form-control { 
    13391368     display: none; 
    1340      font-weight: bold; 
    1341      background: url(magnifier.png) no-repeat 0 0; 
    1342      color: green; 
     1369     background: url(../images/expand.png) no-repeat .4rem center; 
    13431370     padding-left: 20px; 
     1371     color: #000; 
    13441372} 
    13451373.constrained { 
     
    14191447input[type=submit].delete { 
    14201448     color: #c00; 
    1421      padding-bottom: .1em; 
     1449     padding-bottom: .2rem; 
    14221450} 
    14231451#entry-content .delete { 
     
    14471475     border:1px solid #83c41a; 
    14481476     padding:.6rem 1.8rem; 
    1449      text-shadow:1px 1px 0 #689324; 
    14501477     color: #000; 
    14511478     text-shadow: 1px 1px 0 #BBDB58; 
     
    14621489.button-add:focus { 
    14631490     outline: dotted 1px; 
    1464 } 
    1465 .button.add:active { 
    1466      position:relative; 
    1467      top:1px; 
    14681491} 
    14691492 
     
    15011524} 
    15021525 
     1526/* ------------------------------------------------------- Filters */ 
     1527#filters-form { 
     1528     border: 1px dashed #999; 
     1529     border-radius: .6rem; 
     1530     margin-bottom: 2em; 
     1531     padding: .5em 1em 0; 
     1532} 
     1533#filters-form .table { 
     1534     display: table; 
     1535     width: 100%; 
     1536     padding: 0; 
     1537     margin-bottom: 1em; 
     1538     margin-top: 1.5em; 
     1539} 
     1540#filters-form .cell { 
     1541     padding: 0 2em 0 0; 
     1542     display: table-cell; 
     1543     vertical-align: top; 
     1544} 
     1545#filters-form .filters-options { 
     1546     padding-left: 2em; 
     1547     border-left: 1px solid #ccc; 
     1548} 
     1549#filters-form label.ib, span.ib { 
     1550     width:7em; 
     1551     display: inline-block; 
     1552} 
     1553#filters-form label.ibw, span.ibw { 
     1554     width: 9em; 
     1555     display: inline-block; 
     1556} 
     1557#filters-form select { 
     1558     width: 14em; 
     1559} 
     1560 
     1561/* ---------------------------------------------------- Pagination */ 
     1562.pagination { 
     1563     height: 22px; 
     1564     margin-top: 1em; 
     1565     line-height: 22px; 
     1566     padding: 0 1rem;  
     1567     border: 1px solid #ddd; 
     1568     overflow: hidden;  
     1569     background: #e1e1e1;  
     1570     background: -moz-linear-gradient(center top , #f2f2f2, #e1e1e1);  
     1571     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e1e1e1));  
     1572     -moz-border-radius: 4px;  
     1573     -webkit-border-radius: 4px;  
     1574     border-radius: 4px;  
     1575} 
     1576.pagination a, .pagination strong { 
     1577     height: 20px; 
     1578     border: none; 
     1579     padding: 2px 6px;  
     1580     background-color : transparent; 
     1581     background-position : 50% 50%; 
     1582     background-repeat: no-repeat; 
     1583} 
     1584.pagination a:hover, .pagination strong { 
     1585     border-color : #ccc; 
     1586     background-color: #fff; 
     1587} 
     1588 
    15031589/* --------------------------------------------------------------------------- 
    15041590     Media queries vite fait en attendant la reprise complète du layout 
    15051591---------------------------------------------------------------------------- */ 
    15061592@media screen and (max-width: 920px) { 
    1507      #top, #top h1 a {width: 42px !important; height:100%; overflow: hidden;} 
     1593     #top, #top h1 a {width: 42px !important; height:100%; overflow: hidden; 
     1594} 
    15081595     #top h1 a:link { 
    15091596          background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px;  
     
    15231610          line-height: 3.2rem; 
    15241611     } 
     1612     #info-box1 {margin-left: 1rem;} 
    15251613     #info-box1 select {width: 14rem;} 
    15261614     #main-menu, #main, #content, #content h2, #entry-wrapper, #entry-sidebar, #entry-content, .two-cols .col, .two-cols .col:first-child { 
     
    15411629     .smallscreen {display: none;} 
    15421630     #help-button {width:20px; overflow: hidden;} 
    1543      #info-box1 {margin-left: 1rem;} 
     1631     #info-box2 {float:none;} 
     1632     #dashboard-items div {display: block;margin-bottom: 1em; padding: 0 1em;} 
    15441633} 
    15451634@media screen and (max-width: 492px) { 
     
    15481637     .page-title, #info-boxes, .media-item {display: inline-block;} 
    15491638     div.media-list .media-item {width: 90%; float: none} 
     1639     #info-box1 select {width: 12rem; margin-right: .6rem;} 
    15501640     #info-box1 p.nomobile, label.nomobile {display: none;} 
    15511641     #help-button {height:26px; width:26px; background-color: #A2CBE9; padding: 0; margin:0;font-size: 1rem;line-height: 68px} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map