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

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

Issue 206373002: [DevTools] Remove unnecessary scrollbar in settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
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