Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(765)

Side by Side Diff: Source/devtools/front_end/ui/helpScreen.css

Issue 1291483002: DevTools: improved layout for Kbd Shortcuts & Settings (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 15 matching lines...) Expand all
26 .help-window-title { 26 .help-window-title {
27 font-size: 16px; 27 font-size: 16px;
28 margin: 0; 28 margin: 0;
29 padding-top: 1px; 29 padding-top: 1px;
30 margin-bottom: -1px; 30 margin-bottom: -1px;
31 } 31 }
32 32
33 .help-content { 33 .help-content {
34 overflow-y: auto; 34 overflow-y: auto;
35 overflow-x: hidden; 35 overflow-x: hidden;
36 margin: 8px; 36 margin: 8px 8px 8px 0;
37 padding: 0 4px; 37 padding: 0 4px;
38 flex: auto; 38 flex: auto;
39 } 39 }
40 40
41 .help-footnote { 41 .help-footnote {
42 border-top: 1px solid #EEEEEE; 42 border-top: 1px solid #EEEEEE;
43 margin: 0; 43 margin: 0;
44 padding: 12px; 44 padding: 12px;
45 } 45 }
46 46
(...skipping 29 matching lines...) Expand all
76 z-index: 10; 76 z-index: 10;
77 } 77 }
78 78
79 body.dock-to-bottom .help-content { 79 body.dock-to-bottom .help-content {
80 margin-bottom: 8px; 80 margin-bottom: 8px;
81 } 81 }
82 82
83 .help-container { 83 .help-container {
84 width: 100%; 84 width: 100%;
85 -webkit-user-select: auto; 85 -webkit-user-select: auto;
86 -webkit-column-width: 470px; 86 -webkit-column-width: 288px;
87 } 87 }
88 88
89 .help-no-columns { 89 .help-no-columns {
90 -webkit-column-width: initial !important; 90 -webkit-column-width: initial !important;
91 } 91 }
92 92
93 .help-block { 93 .help-block {
94 display: block; 94 display: block;
95 padding-bottom: 9px; 95 padding-bottom: 9px;
96 width: 470px; 96 width: 288px;
97 -webkit-column-break-inside: avoid; 97 -webkit-column-break-inside: avoid;
98 } 98 }
99 99
100 .settings-tab.help-container { 100 .settings-tab.help-container {
101 -webkit-column-width: 410px; 101 -webkit-column-width: 308px;
102 } 102 }
103 103
104 .settings-tab .help-block { 104 .settings-tab .help-block {
105 width: 410px;
106 margin-left: 20px; 105 margin-left: 20px;
107 } 106 }
108 107
109 .settings-tab .field-error-message { 108 .settings-tab .field-error-message {
110 color: DarkRed; 109 color: DarkRed;
111 height: 0; /* Avoid changing element height when content is set. */ 110 height: 0; /* Avoid changing element height when content is set. */
112 } 111 }
113 112
114 .help-line { 113 .help-line {
115 padding-bottom: 5px; 114 padding-bottom: 5px;
116 margin-bottom: 5px; 115 margin-bottom: 5px;
117 } 116 }
118 117
119 .help-key-cell { 118 .help-key-cell {
120 display: inline-block; 119 display: inline-block;
121 width: 270px; 120 width: 153px;
121 white-space: nowrap;
122 text-align: right; 122 text-align: right;
123 vertical-align: middle;
124 padding-right: 6px;
123 } 125 }
124 126
125 .help-cell { 127 .help-cell {
126 display: inline-block; 128 display: inline-block;
127 width: 200px; 129 width: 135px;
128 vertical-align: middle; 130 vertical-align: middle;
129 } 131 }
130 132
131 .help-section-title { 133 .help-section-title {
132 font-size: 120%; 134 font-size: 120%;
135 text-align: left;
133 } 136 }
134 137
135 .help-key { 138 .help-key {
136 padding: 0.1em 0.6em; 139 padding: 0.1em 0.6em;
137 border: 1px solid #ccc; 140 border: 1px solid #ccc;
138 font-size: 11px; 141 font-size: 11px;
139 background-color: #f7f7f7; 142 background-color: #f7f7f7;
140 color: #333; 143 color: #333;
141 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset; 144 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
142 border-radius: 3px; 145 border-radius: 3px;
143 display: inline-block; 146 display: inline-block;
144 margin: 0 0.1em; 147 margin: 0 0.1em;
145 text-shadow: 0 1px 0 #fff; 148 text-shadow: 0 1px 0 #fff;
146 line-height: 1.5; 149 line-height: 1.5;
147 white-space: nowrap; 150 white-space: nowrap;
148 font-family: Lucida Grande, sans-serif; 151 font-family: Lucida Grande, sans-serif;
149 } 152 }
150 153
151 .help-combine-keys, 154 .help-combine-keys,
152 .help-key-delimiter { 155 .help-key-delimiter {
153 font-size: 9px; 156 font-size: 9px;
154 } 157 }
155 158
156 .help-combine-keys { 159 .help-combine-keys {
157 margin: 0 0.3em; 160 margin: 0 0.3em;
158 } 161 }
159 162
160 .help-key-delimiter { 163 .help-key-delimiter {
161 margin: 0 0.5em; 164 margin: 0 0.5em;
165 display: none;
162 } 166 }
163 167
164 .help-window-outer fieldset { 168 .help-window-outer fieldset {
165 margin: 0; 169 margin: 0;
166 padding: 0; 170 padding: 0;
167 border: none; 171 border: none;
168 } 172 }
169 173
170 .settings-tab label { 174 .settings-tab label {
171 padding-right: 4px; 175 padding-right: 4px;
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 224
221 #settings-screen .help-window-label { 225 #settings-screen .help-window-label {
222 font-size: 18px; 226 font-size: 18px;
223 color: inherit; 227 color: inherit;
224 padding: 1px 0 15px 17px; 228 padding: 1px 0 15px 17px;
225 } 229 }
226 230
227 .help-container-wrapper { 231 .help-container-wrapper {
228 position: absolute; 232 position: absolute;
229 top: 40px; 233 top: 40px;
230 left: 15px; 234 left: 0px;
231 right: 0; 235 right: 0;
232 bottom: 0; 236 bottom: 0;
233 overflow: auto; 237 overflow: auto;
234 } 238 }
235 239
236 .settings-tab.help-content { 240 .settings-tab.help-content {
237 margin: 0; 241 margin: 0;
238 padding: 0; 242 padding: 0;
239 } 243 }
240 244
(...skipping 12 matching lines...) Expand all
253 .settings-tab-container { 257 .settings-tab-container {
254 flex: auto; 258 flex: auto;
255 overflow: hidden; 259 overflow: hidden;
256 } 260 }
257 261
258 .settings-tab-container header { 262 .settings-tab-container header {
259 padding: 0 0 6px; 263 padding: 0 0 6px;
260 border-bottom: 1px solid #EEEEEE; 264 border-bottom: 1px solid #EEEEEE;
261 } 265 }
262 266
263 #tab-shortcuts {
264 margin-top: 25px !important;
265 }
266
267 #experiments-tab-content .help-container { 267 #experiments-tab-content .help-container {
268 -webkit-column-width: 470px; 268 -webkit-column-width: 470px;
269 } 269 }
270 270
271 #experiments-tab-content .help-block { 271 #experiments-tab-content .help-block {
272 width: 470px; 272 width: 470px;
273 margin-left: 0;
273 } 274 }
274 275
275 .settings-tab-container header > h3 { 276 .settings-tab-container header > h3 {
276 font-size: 18px; 277 font-size: 18px;
277 font-weight: normal; 278 font-weight: normal;
278 margin: 0; 279 margin: 0;
279 padding-bottom: 3px; 280 padding-bottom: 3px;
280 } 281 }
281 282
282 .settings-tab .help-section-title { 283 .settings-tab .help-section-title {
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 display: none; 552 display: none;
552 } 553 }
553 554
554 .settings-experiment-hidden label { 555 .settings-experiment-hidden label {
555 background-color: #ddd; 556 background-color: #ddd;
556 } 557 }
557 558
558 .settings-developer-mode .settings-experiment-hidden { 559 .settings-developer-mode .settings-experiment-hidden {
559 display: block; 560 display: block;
560 } 561 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698