VirtualBox

Changeset 65089 in vbox


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

TestManager: More CSS tweaking,

File:
1 edited

Legend:

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

    r65087 r65089  
    4848p, ul, ol {
    4949    margin-top:     0;
    50     line-height:    180%;
    5150}
    5251
     
    6160    font-weight:    normal;
    6261    color:          #2f2f2f;
     62    line-height:    180%;
    6363}
    6464h1 {
     
    268268 */
    269269
     270
    270271/* Side menu: */
    271272#side-menu {
     
    352353    font-size:      0.82em;
    353354}
     355#side-filters li {
     356    line-height: 0.7em;
     357}
     358
    354359
    355360#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
    358379
    359380#side-filters ul {
     
    698719 */
    699720.tmform ul {
    700     list-style:      none;
     721    list-style:     none;
    701722    list-style-type: none;
    702723}
     724
     725.tmform li {
     726    line-height:    160%;
     727}
     728
    703729
    704730.tmform-field {
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