Changeset 251:152b093d9925 for admin/style
- Timestamp:
- 05/12/11 19:34:19 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r225 r251 1309 1309 form#filters .col30 {border-left: 1px solid #999;} 1310 1310 form#filters .col30 h3 {margin-left: 1em;} 1311 .line { position: relative; padding: 3px 0 0 28px; margin: 0 0 1em 0;}1312 .line input[type=submit] {position: absolute; left:0;top:0; padding: 0 .1em; margin: 0;}1313 .line input[type=checkbox] {position: absolute; left: 0; top: .2em; padding: 0 .1em; margin: 0;}1314 .line select { margin-right: 2em;}1315 .line label { display: block; width: 8em; float: left;}1316 .line label img {margin-right: 8px;}1317 .line label.or {1311 p.line, li.line { position: relative; padding: 3px 0 0 28px; margin: 0 0 1em 0;} 1312 p.line input[type=submit] {position: absolute; left:0;top:0; padding: 0 .1em; margin: 0;} 1313 p.line input[type=checkbox], li.line input[type=checkbox] {position: absolute; left: 0; top: .2em; padding: 0 .1em; margin: 0;} 1314 p.line select { margin-right: 2em;} 1315 p.line label { display: block; width: 8em; float: left;} 1316 p.line label img {margin-right: 8px;} 1317 p.line label.or { 1318 1318 text-align: right; 1319 1319 margin-left: 5em; 1320 1320 font-weight: bold; 1321 1321 } 1322 .line label.or + select {margin-left: 2em;}1322 p.line label.or + select {margin-left: 2em;} 1323 1323 li.line { padding: 0 0 0 20px; height: 1em;} 1324 1324 li.line label {width: auto;}
Note: See TracChangeset
for help on using the changeset viewer.