Changeset 450:d6b8e3e74f10 for admin/style
- Timestamp:
- 06/29/11 13:45:04 (14 years ago)
- Branch:
- formfilters
- Parents:
- 449:b564ccaefd86 (diff), 438:5197b0c2826f (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/default.css
r438 r450 1021 1021 background: transparent url(drag.png) no-repeat 0 50%; 1022 1022 padding-left: 15px; 1023 } 1024 1025 div.pagination { 1026 padding-bottom: 1em; 1027 } 1028 div.pagination a { 1029 padding: 0 0.3em 0 0.3em; 1030 } 1031 div.pagination span{ 1032 margin-left: 2em; 1023 1033 } 1024 1034 -
admin/style/default.css
r449 r450 1329 1329 form#filters .col30 h3 {margin-left: 1em;} 1330 1330 p.line, li.line { position: relative; padding: 3px 0 0 28px; margin: 0 0 1em 0;} 1331 p.line input[type=submit] {position: absolute; left:0;top:0; padding: 0 .1em; margin: 0;}1332 p.line input[type=checkbox], li.line input[type=checkbox] {position: absolute; left: 0; top: .2em; padding: 0 .1em; margin: 0;}1333 p.line select { margin-right: 2em;}1334 p.line label { display: block; width: 8em; float: left;}1335 p.line label img {margin-right: 8px;}1336 p.line label.or {1331 li.line input[type=submit] {position: absolute; left:0;top:0; padding: 0 .1em; margin: 0;} 1332 li.line input[type=checkbox], li.line input[type=checkbox] {position: absolute; left: 0; top: .2em; padding: 0 .1em; margin: 0;} 1333 li.line select { margin-right: 2em;} 1334 li.line label { display: block; width: 8em; float: left;} 1335 li.line label img {margin-right: 8px;} 1336 li.line span.or { 1337 1337 text-align: right; 1338 1338 margin-left: 5em;
Note: See TracChangeset
for help on using the changeset viewer.