Dotclear


Ignore:
Timestamp:
11/14/12 19:27:33 (13 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Parents:
1004:1c1f8b410a12 (diff), 1009:867afbf9f1be (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:

Remerge default branche and lasts commits

Location:
admin/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r870 r1011  
    148148     height: 2em; 
    149149} 
     150#info-box1 p { 
     151     margin: 0; 
     152     display: inline; 
     153} 
    150154#info-box1 select { 
    151155     width: 15em; 
     
    195199     -webkit-border-radius: .5em; 
    196200     -moz-border-radius: .5em; 
     201     -o-border-radius: .5em; 
    197202     border-radius: .5em; 
    198203     border: 1px solid #ddd; 
     
    279284     float: left; 
    280285     margin-top: 1.2em; 
    281      margin-bottom: 1em; 
     286     margin-bottom: 3em; 
    282287} 
    283288#main-menu h3 { 
     
    337342#footer { 
    338343     clear: both; 
    339      padding: .75em 2em; 
    340      margin: 6em 15px .5em 15px; 
    341      -webkit-border-radius: .3em; 
    342      -moz-border-radius: .3em; 
    343      border-radius: .3em; 
    344      background: #575859 url(dc_logo_small.png) no-repeat right bottom; 
     344     padding: .75em 0; 
     345     background: #575859 url(dc_logo_small.png) no-repeat 8px bottom; 
    345346     color: #fff; 
    346347} 
     
    375376     border: 1px solid #999; 
    376377     padding: 1em 1em 0 1em; 
     378     -o-border-radius: 4px; 
    377379     -moz-border-radius: 4px; 
    378380     -webkit-border-radius: 4px; 
     
    509511     border: 1px solid #ccc; 
    510512     border-left: 1em solid #E5E3DA; 
     513     -o-border-radius: .3em; 
    511514     -moz-border-radius: .3em; 
    512515     -webkit-border-radius: .3em; 
     
    661664     border: 1px solid #ddd; 
    662665     padding: .2em; 
     666     -o-border-radius: .5em; 
    663667     -moz-border-radius: .5em; 
    664668     -webkit-border-radius: .5em; 
     
    757761     border: 1px solid #f3f3f3; 
    758762     cursor: pointer; 
     763     -o-border-radius: 4px; 
    759764     -moz-border-radius: 4px; 
    760765     -webkit-border-radius: 4px; 
     
    797802} 
    798803#help-button { 
    799      position: absolute; 
    800      top: 6.2em; 
     804     position: fixed; 
     805     top: 3.2em; 
    801806     right: 0px; 
    802807     cursor: pointer; 
     
    873878div.message, p.message,  
    874879div.static-msg, p.static-msg { 
    875      padding: 0.5em 0.5em 0.5em 40px; 
     880     padding: 0.5em 0.5em 0.5em 48px; 
    876881     margin-bottom: 1em; 
     882     -o-border-radius: 8px; 
    877883     -moz-border-radius: 8px; 
    878884     -webkit-border-radius: 8px; 
     
    884890} 
    885891div.error, p.error { 
    886      background: #e5bfbf url(msg-error.png) no-repeat 5px 5px; 
    887      color: #600; 
     892     background: #ffdec8 url(msg-error.png) no-repeat .7em .7em; 
     893     color: #000; 
    888894} 
    889895div.message, p.message,  
    890896div.static-msg, p.static-msg { 
    891      background: #666 url(msg-std.png) no-repeat 5px 5px; 
     897     background: #666 url(msg-std.png) no-repeat .7em .7em; 
    892898     color: #fff; 
    893899} 
     
    10051011     right: 0; 
    10061012} 
     1013.distrib img { 
     1014     display: block; 
     1015     float: right; 
     1016     margin-top: -1em; 
     1017} 
    10071018/* TABLES 
    10081019-------------------------------------------------------- */ 
     
    11401151     border-color: #000 #ccc #ccc #000; 
    11411152} 
     1153input.invalid, textarea.invalid, select.invalid { 
     1154     border: 1px solid red; 
     1155     background: #fff;  
     1156     color: red; 
     1157     box-shadow: 0 0 0 1px rgba(218, 62, 90, 0.3) 
     1158} 
    11421159input, textarea, select, option { 
    11431160     font: 1em "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; 
     
    11701187     color: #666; 
    11711188} 
     1189span.form-note { 
     1190     font-style:italic; 
     1191     font-weight: normal; 
     1192     color: #666; 
     1193} 
    11721194p.form-note.warn, p.form-note.info, p.warning { 
    11731195     font-style: normal; 
     
    11751197} 
    11761198p.form-note.warn, p.warning { 
    1177      background: #ffd url(warning.png) no-repeat .2em .2em; 
     1199     background: #ffd url(warning.png) no-repeat .3em .3em; 
    11781200     border: 1px solid #f0c020; 
    11791201} 
    11801202p.form-note.info { 
    1181      background: #eef url(info.png) no-repeat .2em .2em; 
     1203     background: #eef url(info.png) no-repeat .3em .2em; 
    11821204     border: 1px solid #99f; 
    11831205} 
     
    12671289     -webkit-border-radius: .2em; 
    12681290     -moz-border-radius: .2em; 
     1291     -o-border-radius: .2em; 
    12691292     border-radius: .2em; 
    12701293     margin-bottom: .1em; 
     
    13501373     -webkit-border-radius: .5em; 
    13511374     -moz-border-radius: .5em; 
     1375     -o-border-radius: .5em; 
    13521376     border-radius: .5em; 
    13531377     margin-bottom: .1em;      
  • admin/style/install.css

    r870 r1011  
    1919     padding:1em 2em; 
    2020     border:1px #ccc solid; 
     21     -o-border-radius:8px; 
    2122     -moz-border-radius:8px; 
    2223     -webkit-border-radius:8px; 
     
    4849     padding:10px 10px 10px 60px; 
    4950     border-radius:8px; 
     51     -o-border-radius:8px; 
    5052     -moz-border-radius:8px; 
    5153     -webkit-border-radius:8px; 
     
    7072     margin-bottom: 1em; 
    7173     border-radius: 8px; 
     74     -o-border-radius: 8px; 
    7275     -moz-border-radius: 8px; 
    7376     -webkit-border-radius: 8px; 
     
    132135     padding: 0 10px; 
    133136     border-radius: 2px; 
     137     -o-border-radius: 2px; 
    134138     -moz-border-radius: 2px; 
    135139     -webkit-border-radius: 2px; 
     
    147151     -webkit-border-radius: .2em; 
    148152     -moz-border-radius: .2em; 
     153     -o-border-radius: .2em; 
    149154     border-radius: .2em; 
    150155     margin-bottom: .1em; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map