Changeset 65010 in vbox for trunk/src/VBox/ValidationKit/testmanager/htdocs/css
- Timestamp:
- Dec 27, 2016 12:25:07 AM (8 years ago)
- 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 102 102 */ 103 103 104 html, 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 104 123 #logo { 105 position: fixed; 106 width: 100%; 107 height: 92px; 124 width: 42px; 125 height: 46px; 108 126 top: 0; 109 127 left: 0; 110 128 right: 0; 111 129 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; 112 135 } 113 136 114 137 #logo img { 115 height: 64px;116 width: 64px;138 height: 36px; 139 width: 36px; 117 140 } 118 141 … … 120 143 position: fixed; 121 144 width: 100%; /** @todo this is too wide, darn! */ 122 height: 92px; 145 height: 46px; 146 left: 42px; 123 147 top: 0; 124 left: 118px;125 148 right: 0; 126 149 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; 127 156 } 128 157 … … 131 160 top: 0; 132 161 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; 135 176 bottom: auto; 136 177 } … … 140 181 width: 116px; 141 182 height: auto; 142 top: 92px;183 top: 46px; 143 184 left: 0; 144 185 right: auto; … … 146 187 } 147 188 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 159 189 #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%; 185 216 } 186 217 … … 303 334 #top-menu { 304 335 margin: 0 auto; 305 margin-right: 10px;306 margin-left: 10px;307 336 } 308 337 -
trunk/src/VBox/ValidationKit/testmanager/htdocs/css/details.css
r56295 r65010 35 35 left: 0; 36 36 } 37 #main { 38 margin-left: 0px; 39 } 37 40 38 41 .tmtbl-events {
Note:
See TracChangeset
for help on using the changeset viewer.