Dotclear


Ignore:
Timestamp:
08/30/13 10:37:08 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Parents:
1619:5d925866b5b3 (diff), 1593:0c884219a872 (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 2.5 into default

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/install.css

    r1583 r1620  
    66     Please see http://dotclear.net/ for more details. 
    77*/ 
     8html { 
     9     font-size: 62.5%; 
     10} 
    811body.install { 
    9      font: 0.875em Helvetica,Arial,sans-serif; 
    10      color: #000; 
    11      background-color: #fff; 
    12      line-height: 1.5em; 
     12     font: 1.2rem/1.5 Arial,Helvetica,sans-serif; 
     13     color: #333; 
     14     background: #fff; 
     15     margin: 0; 
     16     padding: 0; 
    1317} 
    1418body.install #content { 
     
    2226} 
    2327body.install h1,h2 { 
    24      font-family: Helvetica,arial,sans-serif; 
     28     font-family: arial,Helvetica,sans-serif; 
    2529} 
    2630body.install h1 { 
  • admin/style/install.css

    r1330 r1620  
    158158     border: 1px solid #2C8FD1; 
    159159} 
     160 
     161 
     162/* --------------------------------------------------------------- password indcator */ 
     163.pw-table { 
     164     display: table; 
     165     margin-bottom: 1em; 
     166} 
     167.pw-cell { 
     168     display: table-cell; 
     169     margin-bottom: 1em; 
     170} 
     171#pwindicator { 
     172     display: table-cell; 
     173     vertical-align: bottom; 
     174     padding-left: 1.5em; 
     175     height: 3.8em; 
     176} 
     177#pwindicator .bar { 
     178     height: 6px; 
     179     margin-bottom: 4px; 
     180} 
     181.pw-very-weak .bar { 
     182     background: #900; 
     183     width: 30px; 
     184} 
     185.pw-weak .bar { 
     186     background: #c00; 
     187     width: 60px; 
     188} 
     189.pw-mediocre .bar { 
     190     background: #f60; 
     191     width: 90px; 
     192} 
     193.pw-strong .bar { 
     194     background: #060; 
     195     width: 120px; 
     196} 
     197.pw-very-strong .bar { 
     198     background: #0c0; 
     199     width: 150px; 
     200} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map