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

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: no more space before Shortcuts on left menu 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 | « Source/devtools/front_end/components/ShortcutsScreen.js ('k') | 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
108
lushnikov 2015/08/13 04:21:55 stray line
109 .settings-tab .field-error-message { 109 .settings-tab .field-error-message {
110 color: DarkRed; 110 color: DarkRed;
111 height: 0; /* Avoid changing element height when content is set. */ 111 height: 0; /* Avoid changing element height when content is set. */
112 } 112 }
113 113
114 .help-line { 114 .help-line {
115 padding-bottom: 5px; 115 padding-bottom: 5px;
116 margin-bottom: 5px; 116 margin-bottom: 5px;
117 } 117 }
118 118
119 .help-key-cell { 119 .help-key-cell {
120 display: inline-block; 120 display: inline-block;
121 width: 270px; 121 width: 120px;
122 text-align: right; 122 white-space: nowrap;
123 } 123 }
124 124
125 .help-cell { 125 .help-cell {
126 display: inline-block; 126 display: inline-block;
127 width: 200px; 127 width: 168px;
128 vertical-align: middle; 128 vertical-align: middle;
129 text-align: right;
129 } 130 }
130 131
131 .help-section-title { 132 .help-section-title {
132 font-size: 120%; 133 font-size: 120%;
134 text-align: left;
133 } 135 }
134 136
135 .help-key { 137 .help-key {
136 padding: 0.1em 0.6em; 138 padding: 0.1em 0.6em;
137 border: 1px solid #ccc; 139 border: 1px solid #ccc;
138 font-size: 11px; 140 font-size: 11px;
139 background-color: #f7f7f7; 141 background-color: #f7f7f7;
140 color: #333; 142 color: #333;
141 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset; 143 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
142 border-radius: 3px; 144 border-radius: 3px;
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 222
221 #settings-screen .help-window-label { 223 #settings-screen .help-window-label {
222 font-size: 18px; 224 font-size: 18px;
223 color: inherit; 225 color: inherit;
224 padding: 1px 0 15px 17px; 226 padding: 1px 0 15px 17px;
225 } 227 }
226 228
227 .help-container-wrapper { 229 .help-container-wrapper {
228 position: absolute; 230 position: absolute;
229 top: 40px; 231 top: 40px;
230 left: 15px; 232 left: 0px;
231 right: 0; 233 right: 0;
232 bottom: 0; 234 bottom: 0;
233 overflow: auto; 235 overflow: auto;
234 } 236 }
235 237
236 .settings-tab.help-content { 238 .settings-tab.help-content {
237 margin: 0; 239 margin: 0;
238 padding: 0; 240 padding: 0;
239 } 241 }
240 242
(...skipping 12 matching lines...) Expand all
253 .settings-tab-container { 255 .settings-tab-container {
254 flex: auto; 256 flex: auto;
255 overflow: hidden; 257 overflow: hidden;
256 } 258 }
257 259
258 .settings-tab-container header { 260 .settings-tab-container header {
259 padding: 0 0 6px; 261 padding: 0 0 6px;
260 border-bottom: 1px solid #EEEEEE; 262 border-bottom: 1px solid #EEEEEE;
261 } 263 }
262 264
263 #tab-shortcuts {
264 margin-top: 25px !important;
265 }
266
267 #experiments-tab-content .help-container { 265 #experiments-tab-content .help-container {
268 -webkit-column-width: 470px; 266 -webkit-column-width: 470px;
269 } 267 }
270 268
271 #experiments-tab-content .help-block { 269 #experiments-tab-content .help-block {
272 width: 470px; 270 width: 470px;
271 margin-left: 0;
273 } 272 }
274 273
275 .settings-tab-container header > h3 { 274 .settings-tab-container header > h3 {
276 font-size: 18px; 275 font-size: 18px;
277 font-weight: normal; 276 font-weight: normal;
278 margin: 0; 277 margin: 0;
279 padding-bottom: 3px; 278 padding-bottom: 3px;
280 } 279 }
281 280
282 .settings-tab .help-section-title { 281 .settings-tab .help-section-title {
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 display: none; 550 display: none;
552 } 551 }
553 552
554 .settings-experiment-hidden label { 553 .settings-experiment-hidden label {
555 background-color: #ddd; 554 background-color: #ddd;
556 } 555 }
557 556
558 .settings-developer-mode .settings-experiment-hidden { 557 .settings-developer-mode .settings-experiment-hidden {
559 display: block; 558 display: block;
560 } 559 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/components/ShortcutsScreen.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698