VirtualBox

Ignore:
Timestamp:
Mar 21, 2020 1:43:17 PM (5 years ago)
Author:
vboxsync
Message:

TestManager/wui: More flexible time navigation input. Items-per-page for admin pages too. Currently making results and admin pages share time + page-count stuff via wuicontentbase.py, should probably find a better place long term though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css

    r82968 r83360  
    528528}
    529529
     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}
    530548
    531549/*
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette