Changeset 65091 in vbox for trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css
- Timestamp:
- Jan 4, 2017 2:04:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css
r65090 r65091 324 324 } 325 325 326 327 326 /* Filters: */ 328 327 #side-filters p:first-child { … … 333 332 } 334 333 335 #side-filters dd.sf-collaps able {334 #side-filters dd.sf-collapsible { 336 335 display: block; 337 336 } … … 378 377 } 379 378 380 #side-filters ul {379 #side-filters dd > ul { 381 380 max-height: 22em; 382 381 overflow: auto; 382 } 383 384 #side-filters ul ul { 385 margin-left: 1.4em; 386 } 387 388 #side-filters li { 389 padding-top: 1px; 390 padding-bottom: 1px; 391 overflow-wrap: break-word; 392 } 393 394 ul.sf-checkbox-collapsible { 395 display: block; 396 } 397 398 ul.sf-checkbox-expandable { 399 display: none; 383 400 } 384 401 … … 407 424 margin-right: 3px; 408 425 margin-bottom: 0.5em; 426 font-family: Times New, Times, serif; 409 427 font-size: 0.86em; 428 font-style: normal; 429 font-weight: normal; 410 430 line-height: 1.2em; 411 font-style: normal;412 431 text-align: center; 413 432 }
Note:
See TracChangeset
for help on using the changeset viewer.