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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 -webkit-column-width: 410px; | 125 -webkit-column-width: 410px; |
126 } | 126 } |
127 | 127 |
128 .settings-tab .help-block { | 128 .settings-tab .help-block { |
129 width: 410px; | 129 width: 410px; |
130 margin-left: 20px; | 130 margin-left: 20px; |
131 } | 131 } |
132 | 132 |
133 .settings-tab .field-error-message { | 133 .settings-tab .field-error-message { |
134 color: DarkRed; | 134 color: DarkRed; |
| 135 height: 0px; // Avoid changing element height when content is set. |
135 } | 136 } |
136 | 137 |
137 .help-line { | 138 .help-line { |
138 padding-bottom: 5px; | 139 padding-bottom: 5px; |
139 margin-bottom: 5px; | 140 margin-bottom: 5px; |
140 } | 141 } |
141 | 142 |
142 .help-key-cell { | 143 .help-key-cell { |
143 display: inline-block; | 144 display: inline-block; |
144 width: 270px; | 145 width: 270px; |
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 } | 673 } |
673 | 674 |
674 .help-field-note { | 675 .help-field-note { |
675 opacity: 0.6; | 676 opacity: 0.6; |
676 padding-left: 19px; | 677 padding-left: 19px; |
677 } | 678 } |
678 | 679 |
679 .edit-file-system-dialog .section { | 680 .edit-file-system-dialog .section { |
680 min-width: 400px; | 681 min-width: 400px; |
681 } | 682 } |
OLD | NEW |