Changeset 10291 for main/ngren.theme/trunk/ngren/theme
- Timestamp:
- 11 Jun 2013, 10:25:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ngren.theme/trunk/ngren/theme/ngren_theme/css/style.css
r10242 r10291 24 24 select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { 25 25 height:16px; 26 } 27 28 input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { 29 float: left; 26 30 } 27 31 … … 391 395 .footer .address li { 392 396 list-style:none; 397 } 398 399 /** forms **/ 400 #content fieldset { 401 border: 0.1em solid; 402 border-color: -moz-use-text-color -moz-use-text-color #E5E5E5; 403 border-color: #E5E5E5; 404 } 405 406 #content legend { 407 border: 0.1em solid none; 408 font-weight: bold; 409 line-height: 30px; 410 margin: 1px; 411 passing: 0.0em 0.5em; 412 padding: 0.5em; 393 413 } 394 414
Note: See TracChangeset for help on using the changeset viewer.