Dotclear

Changeset 1577:fc5150643e6b


Ignore:
Timestamp:
08/25/13 18:12:48 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Parents:
1576:5638c7934641 (diff), 1575:77a3bf7f8957 (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 BB and DC again

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1575 r1577  
    3434     text-decoration: underline; 
    3535} 
    36 a img, a:link img, a:visited img {  
     36a img, a:link img, a:visited img { 
    3737     border:none; 
    3838} 
     
    6262     padding: 0 18px 6px; /* ie < 9 sucks */ 
    6363     padding: 0 1.8rem .6rem; 
    64      margin: 0 -18px .5em; /* ie < 9 sucks */  
     64     margin: 0 -18px .5em; /* ie < 9 sucks */ 
    6565     margin: 0 -1.8rem 1rem; 
    6666     background: #fff url(bg_h2.png) repeat-x center bottom; 
     
    114114     cursor: help; 
    115115} 
     116 
     117.no-js .js-hidden { 
     118        display: block; 
     119} 
     120.no-js .no-js-hidden { 
     121        display: none; 
     122} 
     123.js-hidden { 
     124        display: none; 
     125} 
     126 
    116127/* LAYOUT 
    117128-------------------------------------------------------- */ 
     
    173184} 
    174185#top h1 a:hover, #top h1 a:focus { 
    175      background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 -94px;  
     186     background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 -94px; 
    176187} 
    177188#info-boxes { 
     
    244255#content { 
    245256     margin: 0 0 0 14.5em; 
    246      padding: 9px 18px 18px; /* ie < 9 sucks */  
     257     padding: 9px 18px 18px; /* ie < 9 sucks */ 
    247258     padding: .9rem 1.8rem 1.8rem; 
    248259     background: #fff; 
     
    376387#search-menu * { 
    377388     height: 20px; /* ie < 9 sucks */ 
    378      height: 2rem;   
     389     height: 2rem; 
    379390} 
    380391#search-menu p { 
     
    392403     background: transparent url(search.png) no-repeat 4px center; 
    393404     text-indent: 18px; 
    394      padding: 0 2px;  
     405     padding: 0 2px; 
    395406     border: none; 
    396407} 
    397 #search-menu input[type="submit"] {  
     408#search-menu input[type="submit"] { 
    398409     padding: 0 3px; 
    399410     padding: 0 .3rem; 
     
    648659#categories input[type="checkbox"] { 
    649660     margin-right: .8em; 
    650 }  
     661} 
    651662#categories h4 { 
    652663     margin: 0; 
     
    888899     display: table-cell; 
    889900     vertical-align: top; 
    890      padding: 0;  
     901     padding: 0; 
    891902     width: 312px; 
    892903     border: 1px solid #ccc; 
    893904     border-radius: 3px; 
    894905} 
    895 #theme-box .theme-shot,  
     906#theme-box .theme-shot, 
    896907#theme-box .theme-info, 
    897908#theme-box .theme-actions { 
     
    11461157     background: #fff; 
    11471158     border: 1px solid #aaa; 
    1148      border-radius: 6px;  
     1159     border-radius: 6px; 
    11491160     padding: 1em .7em .5em; 
    11501161     margin-bottom: 1em; 
     
    12951306     width: 80%; 
    12961307     border: 1px solid #999; 
    1297      margin-bottom: 3em;  
     1308     margin-bottom: 3em; 
    12981309} 
    12991310table.settings th, table.prefs th { 
     
    13901401input.invalid, textarea.invalid, select.invalid { 
    13911402     border: 1px solid red; 
    1392      background: #fff;  
     1403     background: #fff; 
    13931404     color: red; 
    13941405     box-shadow: 0 0 0 1px rgba(218, 62, 90, 0.3) 
     
    14771488p.field { 
    14781489     position: relative; 
    1479       
     1490 
    14801491} 
    14811492p.field label { 
     
    17071718     margin-top: 1em; 
    17081719     line-height: 22px; 
    1709      padding: 0 .75em;  
     1720     padding: 0 .75em; 
    17101721     border: 1px solid #ddd; 
    1711      overflow: hidden;  
    1712      background: #e1e1e1;  
    1713      background: -moz-linear-gradient(center top , #f2f2f2, #e1e1e1);  
    1714      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e1e1e1));  
    1715      -moz-border-radius: 4px;  
    1716      -webkit-border-radius: 4px;  
    1717      border-radius: 4px;  
     1722     overflow: hidden; 
     1723     background: #e1e1e1; 
     1724     background: -moz-linear-gradient(center top , #f2f2f2, #e1e1e1); 
     1725     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e1e1e1)); 
     1726     -moz-border-radius: 4px; 
     1727     -webkit-border-radius: 4px; 
     1728     border-radius: 4px; 
    17181729     clear: left; 
    17191730} 
     
    17211732     height: 20px; 
    17221733     border: none; 
    1723      padding: 2px 6px;  
     1734     padding: 2px 6px; 
    17241735     background-color : transparent; 
    17251736     background-position : 50% 50%; 
     
    17781789} 
    17791790     #top h1 a:link { 
    1780           background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px;  
     1791          background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px; 
    17811792          border-right: 1px solid #ccc; 
    17821793     } 
  • admin/style/default.css

    r1576 r1577  
    12381238     background: transparent url(package.png) no-repeat 0 50%; 
    12391239     padding: 5px 0 5px 20px; 
     1240} 
     1241.distrib img { 
     1242     display: block; 
     1243     float: right; 
     1244     margin-top: -1em; 
    12401245} 
    12411246/* TABLES 
Note: See TracChangeset for help on using the changeset viewer.

Sites map