Changeset 83360 in vbox for trunk/src/VBox/ValidationKit/testmanager/htdocs/css
- Timestamp:
- Mar 21, 2020 1:43:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css
r82968 r83360 528 528 } 529 529 530 /* 531 * Time navigation forms on a line with some padding between them. 532 */ 533 .tmtimenav form { 534 display: inline-block; 535 } 536 537 .tmtimenav form + form { 538 padding-left: 0.6em; 539 } 540 541 /* 542 * Items per page and next. 543 */ 544 .tmnextanditemsperpage form { 545 display: inline-block; 546 padding-left: 1em; 547 } 530 548 531 549 /*
Note:
See TracChangeset
for help on using the changeset viewer.