Changeset 1621:ee70ba4550a7 for admin/style/default.css
- Timestamp:
- 08/30/13 10:45:43 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1619 r1621 26 26 padding: 0; 27 27 } 28 28 29 a, a:link, a:visited { 29 30 color: #2373A8; … … 378 379 } 379 380 #search-menu * { 380 height: 20px; /* ie < 9 sucks */ 381 height: 2rem; 381 height: 22px; /* ie < 9 sucks */ 382 height: 2.2rem; 383 display: inline-block; 384 vertical-align: top; 385 line-height: 22px; 382 386 } 383 387 #search-menu p { 384 display: inline-block;385 388 border: 1px solid #999; 386 389 border-radius: .3em; … … 388 391 overflow: hidden; 389 392 } 390 # search-menu #qx {391 width: 12 0px; /* ie < 9 sucks */392 width: 12 rem;393 #qx { 394 width: 124px; /* ie < 9 sucks */ 395 width: 12.4rem; 393 396 border-bottom-left-radius: .3em; 394 397 border-top-left-radius: .3em; 395 398 background: transparent url(search.png) no-repeat 4px center; 396 399 text-indent: 18px; 397 padding: 0 2px;400 padding: 0; 398 401 border: none; 402 height: 22px; 403 height: 2.2rem; 404 } 405 #qx:focus { 406 border: 2px solid #BBDB58; 399 407 } 400 408 #search-menu input[type="submit"] { 401 409 padding: 0 3px; 402 410 padding: 0 .3rem; 411 margin-left: -4px; 403 412 background: #dfdfdf; 404 413 border-color: #999; … … 621 630 float: right; 622 631 } 623 #entry-sidebar input[type="text"],624 632 #entry-sidebar select { 625 width: 1 4em; /* to prevent inline with label */633 width: 100%; 626 634 } 627 635 #entry-sidebar input#post_position { … … 1181 1189 margin-top: 2em; 1182 1190 } 1191 p.clear.vertical-separator { 1192 padding-top: 2em; 1193 } 1183 1194 .border-top { 1184 1195 border-top: 1px solid #999; … … 1418 1429 background: #f9f9f9; 1419 1430 color: #000; 1420 border-width: 1px;1431 border-width: 2px; 1421 1432 border-style: solid; 1422 border-color: #666 #ccc #ccc #999; 1433 border-color: #ccc #ddd #ddd #ccc; 1434 } 1435 select { 1436 border-right: none; 1423 1437 } 1424 1438 input.invalid, textarea.invalid, select.invalid { … … 1547 1561 -webkit-box-sizing: border-box; 1548 1562 -moz-box-sizing: border-box; 1549 box-sizing: border-box; 1563 box-sizing: border-box; 1550 1564 border: 2px solid #BBDB58; 1551 1565 }
Note: See TracChangeset
for help on using the changeset viewer.