1@font-face { 2 font-family: 'Open Sans'; 3 font-style: normal; 4 font-weight: 300; 5 src: local('Open Sans Light'), local('OpenSans-Light'), url('./Open+Sans:300.woff') format('woff'); 6} 7 8@font-face { 9 font-family: 'Roboto'; 10 font-style: normal; 11 font-weight: 300; 12 src: local('Roboto Light'), local('Roboto-Light'), url('./Roboto+Light:300.woff') format('woff'); 13} 14 15@font-face { 16 font-family: 'Roboto'; 17 font-style: normal; 18 font-weight: 400; 19 src: local('Roboto Regular'), local('Roboto-Regular'), url('./Roboto+Regular:400.woff') format('woff'); 20} 21 22@font-face { 23 font-family: 'Roboto'; 24 font-style: normal; 25 font-weight: 500; 26 src: local('Roboto Medium'), local('Roboto-Medium'), url('./Roboto+Medium:500.woff') format('woff'); 27} 28 29@font-face { 30 font-family: 'Roboto'; 31 font-style: normal; 32 font-weight: 700; 33 src: local('Roboto Bold'), local('Roboto-Bold'), url('./Roboto+Bold:700.woff') format('woff'); 34} 35 36body { 37 margin: 0px; 38 font-family: Roboto, sans-serif; 39 padding: 3px; 40 font-size: 10pt; 41 font-weight: 300; 42} 43 44table { 45 font-size: 10pt; 46 font-weight: 400; 47 max-width: 100%; 48} 49 50h1, h2, h3, h4, q { 51 font-family: "open sans",arial,sans-serif; 52} 53 54button .gwt-Button { 55 margin: 0px; 56 font-family: Roboto, sans-serif; 57} 58 59.nav-header { 60 background: #f5f5f5; 61 border-bottom: 1px solid #eee; 62 padding: 14px 30px 13px; 63 margin-bottom: 10px; 64 color: #63666a; 65} 66 67.nav-header h1 { 68 font-size: 30pt; 69 font-weight: 300; 70 line-height: 100px; 71 margin-left: 20px; 72 margin-left: 280px; 73 margin-bottom: 0px; 74} 75 76.nav-header img.logo { 77 height: 100px; 78 float: left; 79} 80 81.nav-header .links-box { 82 float: right; 83} 84 85.motd { 86 color: black; 87 text-align: right; 88} 89 90#footer { 91 background: #444; 92 min-height: 44px; 93 padding: 14px 30px 13px; 94 color: white; 95 text-align: center; 96 margin-top: 50px; 97} 98 99#footer a { 100 color: white; 101 text-decoration: none; 102} 103 104#footer a:hover { 105 text-decoration: underline; 106} 107 108.gwt-TabBar .gwt-TabBarItem { 109 font-size: 12pt; 110 background: white; 111 font-weight: 300; 112 margin-left: 3px; 113 margin-right: 3px; 114} 115 116.gwt-TabBar .gwt-TabBarItem-selected { 117 background: white; 118 color: black; 119 font-weight: 400; 120 border-color: black; 121} 122 123.gwt-TabBar .gwt-TabBarItem:hover { 124 background: #f5f5f5; 125} 126 127.gwt-TabPanelBottom { 128 border: 0px; 129 margin: 10px; 130 border-top: 1px solid #888; 131} 132 133.gwt-ListBox, .filter-box { 134 font-size: 10pt; 135} 136 137table .custom-tab-top { 138 margin-bottom: 30px; 139} 140 141.data-table { 142 empty-cells: show; 143} 144 145.data-table-outlined { 146 border: 1px solid #eee; 147} 148 149.data-table-outlined-gray { 150 border: 1px solid gray; 151} 152 153.data-table td { 154 margin: 0; 155 padding: 4px 12px; 156 display: block; 157 display: table-cell; 158 float: none; 159} 160 161.data-row-header { 162 background-color: #6199df; 163 font-weight: bold; 164 color: white; 165 border: 1px solid #4d90fe; 166} 167 168.data-row-header-sortable { 169 cursor: pointer; 170} 171 172.data-row-header-sortable td:hover { 173 background: #f4f4f4; 174} 175 176.data-row { 177 background: #fafafa; 178} 179 180.data-row-alternate { 181 background: white; 182} 183 184tr.data-row-clickable { 185 cursor: pointer; 186} 187 188tr.data-row-clickable:hover { 189 background: #FFFFBB; 190} 191 192.data-row-highlighted { 193 background: #FFFFBB; 194} 195 196.job-control { 197 margin-bottom: 0.5em; 198} 199 200.job-filter-links .gwt-TabBarItem { 201 padding: 0.3em; 202 margin-right: 1em; 203 color: blue; 204 text-decoration: underline; 205 cursor: pointer; 206} 207 208.job-filter-links .gwt-TabBarItem-selected { 209 background: #f4f4f4; 210} 211 212.selected-link { 213 background-color: #f4f4f4; 214} 215 216.box { 217 border: 1px solid #55679e; 218 padding: 0.2em; 219 margin: 0.2em; 220} 221 222.box-full { 223 background: #f4f4f4; 224 padding: 0.2em; 225 margin: 0.2em; 226} 227 228.title { 229 font-weight: bold; 230 font-size: larger; 231} 232 233#job_id_fetch { 234 padding: 0.2em 0.2em 0.4em 0.2em; 235 margin: 0.1em; 236} 237 238.gwt-CheckBox { 239 margin-right: 1em; 240} 241 242.field-name { 243 font-weight: bold; 244 white-space: nowrap; 245} 246 247.gwt-DisclosurePanel { 248 border: 1px solid gray; 249 padding: 0.2em; 250} 251 252.gwt-DisclosurePanel .header { 253 cursor: pointer; 254} 255 256.gwt-DisclosurePanel a.header { 257 text-decoration: none; 258} 259 260.filter-box { 261 margin-left: 1em; 262} 263 264.gwt-Button { 265 margin: 0.2em; 266} 267 268.gwt-DialogBox { 269 background: white; 270 border: 2px solid #f4f4f4; 271 width: 30em; 272 text-align: center; 273 cursor: default; 274} 275 276.gwt-DialogBox .Caption { 277 background: #f4f4f4; 278 font-weight: bold; 279 text-align: center; 280} 281 282.notify { 283 vertical-align: middle; 284 width: 100%; 285} 286 287.notify-inner { 288 background: #FEF0A7; 289 padding: 0.2em; 290 vertical-align: middle; 291 margin: 0 auto; 292} 293 294.error { 295 color: red; 296 white-space: pre; 297} 298 299.gwt-TextArea { 300 border: 1px solid black; 301} 302 303.gwt-TextArea-readonly { 304 background: #F0F0F0; 305} 306 307.help { 308 font-style: italic; 309 text-align: left; 310 width: 100%; 311} 312 313.hidden { 314 display: none; 315} 316 317.paginator-link { 318 padding: 0 0.2em; 319} 320 321.SimpleHyperlink { 322 display: inline; 323 white-space: nowrap; 324} 325 326.test-description { 327 white-space: pre; 328} 329 330.gwt-HorizontalSplitPanel { 331 border: 1px solid #ACF; 332} 333 334.gwt-HorizontalSplitPanel .hsplitter { 335 cursor: move; 336 background: #55679e; 337} 338 339.radio-chooser .gwt-RadioButton { 340 white-space: nowrap; 341 margin-right: 1em; 342} 343 344td .has-tooltip * { 345 float: left; 346 display: inline-block; 347} 348 349.tooltip_label { 350 color: white; 351 font-weight: bold; 352 font-size: 10pt; 353 border-radius: 40px; 354 -moz-border-radius: 40px; 355 -webkit-border-radius: 40px; 356 padding: 0px 6px 0px 6px; 357 background-color: #6199df; 358 margin-left: 5px; 359} 360 361.tooltip { 362 background: #FEF0A7; 363 padding: 4px; 364} 365 366.test-selector { 367 max-width: 1024px; 368} 369 370.nowrap { 371 white-space: nowrap; 372} 373 374.panel-boundedwidth { 375 width: 75%; 376 max-width: 1024px; 377} 378 379.jobname-image-boundedwidth { 380 width: 35em; 381 max-width: 90%; 382} 383 384.noborder { 385 border: none; 386} 387 388.config-layout { 389 width: 100%; 390} 391 392.wizard-header { 393} 394 395.config-wizard { 396 width: 100%; 397} 398 399.config-wizard .wizard-view-panel { 400 width: 100%; 401 border-spacing: 0px 20px; 402} 403 404.config-wizard .wizard-edit-panel { 405 width: 100%; 406} 407 408.config-wizard .card-edit-status { 409 background-color: red; 410 height: 25px; 411 boarder-radius: 3px; 412} 413 414.config-wizard .card-edit-title { 415 background-color: #7CA0C7; 416 height: 25px; 417 boarder-radius: 3px; 418} 419 420.config-wizard .wizard-card-panel { 421 border-spacing: 0px 10px; 422} 423 424.config-wizard .wizard-card-panel .wizard-card-property-name-col { 425 width: 200px; 426} 427 428.config-wizard .wizard-card-panel .wizard-card-property-value-col { 429 width: 300px; 430} 431 432.config-wizard .wizard-card-panel .wizard-card-property-value { 433 width: 300px; 434} 435