Changeset 65089 in vbox
- Timestamp:
- Jan 3, 2017 9:33:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css
r65087 r65089 48 48 p, ul, ol { 49 49 margin-top: 0; 50 line-height: 180%;51 50 } 52 51 … … 61 60 font-weight: normal; 62 61 color: #2f2f2f; 62 line-height: 180%; 63 63 } 64 64 h1 { … … 268 268 */ 269 269 270 270 271 /* Side menu: */ 271 272 #side-menu { … … 352 353 font-size: 0.82em; 353 354 } 355 #side-filters li { 356 line-height: 0.7em; 357 } 358 354 359 355 360 #side-filters input[type=checkbox] { 356 vertical-align: text-top; 357 } 361 margin-right: 0.20em; 362 vertical-align: middle; 363 width: 1.0em; 364 height: 1.0em; 365 } 366 @supports(-moz-appearance:meterbar) { /* Mozilla hack for saving vertical space */ 367 #side-filters input[type=checkbox] { 368 vertical-align: bottom; 369 } 370 } 371 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE 10+ specific tweaks */ 372 #side-filters input[type=checkbox] { 373 vertical-align: bottom; 374 width: 1.1em; 375 height: 1.1em; 376 } 377 } 378 358 379 359 380 #side-filters ul { … … 698 719 */ 699 720 .tmform ul { 700 list-style: 721 list-style: none; 701 722 list-style-type: none; 702 723 } 724 725 .tmform li { 726 line-height: 160%; 727 } 728 703 729 704 730 .tmform-field {
Note:
See TracChangeset
for help on using the changeset viewer.