OLD | NEW |
1 .help-window-outer { | 1 .help-window-outer { |
2 position: absolute !important; | 2 position: absolute !important; |
3 top: 0; | 3 top: 0; |
4 left: 0; | 4 left: 0; |
5 right: 0; | 5 right: 0; |
6 bottom: 0; | 6 bottom: 0; |
7 z-index: 2000; | 7 z-index: 2000; |
8 } | 8 } |
9 | 9 |
10 .help-window-main { | 10 .help-window-main { |
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 color: #444444; | 343 color: #444444; |
344 padding: 3px; | 344 padding: 3px; |
345 } | 345 } |
346 | 346 |
347 .settings-tab input.numeric { | 347 .settings-tab input.numeric { |
348 text-align: right; | 348 text-align: right; |
349 } | 349 } |
350 | 350 |
351 .settings-tab-container { | 351 .settings-tab-container { |
352 flex: auto; | 352 flex: auto; |
| 353 overflow: hidden; |
353 } | 354 } |
354 | 355 |
355 .settings-tab-container header { | 356 .settings-tab-container header { |
356 padding: 14px 0 6px; | 357 padding: 14px 0 6px; |
357 border-bottom: 1px solid #EEEEEE; | 358 border-bottom: 1px solid #EEEEEE; |
358 } | 359 } |
359 | 360 |
360 #tab-shortcuts { | 361 #tab-shortcuts { |
361 margin-top: 25px !important; | 362 margin-top: 25px !important; |
362 } | 363 } |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
671 } | 672 } |
672 | 673 |
673 .help-field-note { | 674 .help-field-note { |
674 opacity: 0.6; | 675 opacity: 0.6; |
675 padding-left: 19px; | 676 padding-left: 19px; |
676 } | 677 } |
677 | 678 |
678 .edit-file-system-dialog .section { | 679 .edit-file-system-dialog .section { |
679 min-width: 400px; | 680 min-width: 400px; |
680 } | 681 } |
OLD | NEW |