Changeset 1620:542c321dc040 for admin/style
- Timestamp:
- 08/30/13 10:37:08 (12 years ago)
- 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. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/install.css
r1583 r1620 6 6 Please see http://dotclear.net/ for more details. 7 7 */ 8 html { 9 font-size: 62.5%; 10 } 8 11 body.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; 13 17 } 14 18 body.install #content { … … 22 26 } 23 27 body.install h1,h2 { 24 font-family: Helvetica,arial,sans-serif;28 font-family: arial,Helvetica,sans-serif; 25 29 } 26 30 body.install h1 { -
admin/style/install.css
r1330 r1620 158 158 border: 1px solid #2C8FD1; 159 159 } 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.