VirtualBox

Ignore:
Timestamp:
Dec 27, 2016 12:25:07 AM (8 years ago)
Author:
vboxsync
Message:

testmanager/webui: Shrunk the layout a little. Proper fix for scrolling main content with the arrow down and up keys.

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

Legend:

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

    r64986 r65010  
    102102 */
    103103
     104html, body {
     105    height:         100%;
     106}
     107
     108#wrap {
     109    position:       relative;
     110    width:          100%;
     111    height:         100%;
     112}
     113
     114#head-wrap {
     115    position:       fixed;
     116    top:            0;
     117    left:           0;
     118    height:         74px; /**< header + top-menu. */
     119    width:          100%;
     120    background:     #f9f9f9;
     121}
     122
    104123#logo {
    105     position:       fixed;
    106     width:          100%;
    107     height:         92px;
     124    width:          42px;
     125    height:         46px;
    108126    top:            0;
    109127    left:           0;
    110128    right:          0;
    111129    bottom:         auto;
     130    /* Center the image in both directions. */
     131    display:        flex;
     132    align-items:    center;
     133    justify-content: center;
     134    justify-content: flex-end;
    112135}
    113136
    114137#logo img {
    115     height:         64px;
    116     width:          64px;
     138    height:         36px;
     139    width:          36px;
    117140}
    118141
     
    120143    position:       fixed;
    121144    width:          100%;  /** @todo this is too wide, darn! */
    122     height:         92px;
     145    height:         46px;
     146    left:           42px;
    123147    top:            0;
    124     left:           118px;
    125148    right:          0;
    126149    bottom:         auto;
     150    margin-top:     0px;
     151    margin-left:    0px;
     152    text-align:     left;
     153    /* Center the h1 child vertically: */
     154    display:        flex;
     155    align-items:    center;
    127156}
    128157
     
    131160    top:            0;
    132161    left:           auto;
    133     right:          0;
    134     right:          10px;
     162    right:          2px;
     163    bottom:         auto;
     164    height:         auto;
     165}
     166
     167#top-menu {
     168    position:       fixed;
     169    padding:        0px;
     170    width:          99%;
     171    height:         auto;
     172    max-height:     22px;
     173    top:            46px;
     174    left:           0px;
     175    right:          0px;
    135176    bottom:         auto;
    136177}
     
    140181    width:          116px;
    141182    height:         auto;
    142     top:            92px;
     183    top:            46px;
    143184    left:           0;
    144185    right:          auto;
     
    146187}
    147188
    148 #top-menu {
    149     position:       fixed;
    150     width:          auto;
    151     height:         auto;
    152     max-height:     28px;
    153     top:            92px;
    154     left:           0px;
    155     right:          0;
    156     bottom:         auto;
    157 }
    158 
    159189#main {
    160     position:       fixed;
    161     width:          auto;
    162     height:         auto;
    163     top:            124px;  /**< header + top-menu + padding. */
    164     right:          0;
    165     bottom:         0;
    166     left:           124px;
    167     overflow:       auto;
    168     padding-top:    16px;
    169     padding-left:   10px;
    170     padding-right:  10px;
    171 }
    172 
    173 
    174 /*
    175  * Header and logo.
    176  */
    177 #logo {
    178     padding:        16px 32px 16px 32px;
    179 }
    180 
    181 #header {
    182     margin-top:     22px;
    183     margin-left:    10px;
    184     text-align:     left;
     190    height:         100%;
     191    margin-top:     74px;  /**< header + top-menu + padding. */
     192    margin-left:    124px;
     193/*    overflow:       auto;*/
     194    padding-left:   2px;
     195    padding-right:  2px;
     196    padding-top:    2px;
     197    padding-bottom: 2px;
     198}
     199
     200
     201/*
     202 * Header and logo specifics.
     203 */
     204#header h1 {
     205    margin-left:    8px;
     206    margin-top:     0px;
     207    margin-right:   0px;
     208    margin-bottom:  0px;
     209    font-weight:    bold;
     210    font-size:      2.2em;
     211    font-family:    Times New, Times, serif;
     212}
     213
     214#login p {
     215    line-height:    100%;
    185216}
    186217
     
    303334#top-menu {
    304335   margin:          0 auto;
    305    margin-right:    10px;
    306    margin-left:     10px;
    307336}
    308337
  • trunk/src/VBox/ValidationKit/testmanager/htdocs/css/details.css

    r56295 r65010  
    3535    left:           0;
    3636}
     37#main {
     38    margin-left:    0px;
     39}
    3740
    3841.tmtbl-events {
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