VirtualBox

Changeset 65090 in vbox for trunk/src


Ignore:
Timestamp:
Jan 3, 2017 9:50:35 PM (8 years ago)
Author:
vboxsync
Message:

TestManager: More CSS tweaking,

Location:
trunk/src/VBox/ValidationKit/testmanager
Files:
2 edited

Legend:

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

    r65089 r65090  
    352352#side-filters dd {
    353353    font-size:      0.82em;
    354 }
    355 #side-filters li {
    356     line-height: 0.7em;
    357 }
    358 
     354    font-family:    "Arial Narrow", Arial, sans-serif;
     355    font-weight:    normal;
     356}
     357
     358#side-filters li, #side-filters input[type=checkbox], #side-filters p {
     359    line-height:    0.9em;
     360    vertical-align: text-bottom;
     361}
    359362
    360363#side-filters input[type=checkbox] {
    361364    margin-right:   0.20em;
    362     vertical-align: middle;
    363365    width:          1.0em;
    364366    height:         1.0em;
    365367}
    366 @supports(-moz-appearance:meterbar) { /* Mozilla hack for saving vertical space */
     368@supports(-moz-appearance:meterbar) {
    367369    #side-filters input[type=checkbox] {
    368         vertical-align: bottom;
     370        /* not currently used */
    369371    }
    370372}
    371373@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE 10+ specific tweaks */
    372374    #side-filters input[type=checkbox] {
    373         vertical-align: bottom;
    374375        width:          1.1em;
    375376        height:         1.1em;
     
    377378}
    378379
    379 
    380380#side-filters ul {
    381381    max-height:     22em;
     
    388388}
    389389.side-filter-count {
    390     font-size:      0.72em;
     390    font-size:      smaller;
     391    vertical-align: text-top;
    391392}
    392393
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuimain.py

    r65080 r65090  
    955955                               oCrit.sVarNm, oDesc.oValue, ' checked' if fChecked else '',
    956956                               webutils.escapeElem(oDesc.sDesc),
    957                                ' <span class="side-filter-count">(%u)</span>' % (oDesc.cTimes) if oDesc.cTimes is not None
     957                               '<span class="side-filter-count"> [%u]</span>' % (oDesc.cTimes) if oDesc.cTimes is not None
    958958                               else '', );
    959959
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