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

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

Issue 71633003: DevTools: added "overlayContents" mode, where DevTools content is placed around and underneath inse… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years 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/externs.js ('k') | Source/devtools/front_end/inspector.css » ('j') | 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; 2 position: absolute;
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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 left: 15px; 288 left: 15px;
289 right: 0; 289 right: 0;
290 bottom: 0; 290 bottom: 0;
291 overflow: auto; 291 overflow: auto;
292 } 292 }
293 293
294 #settings-screen .tabbed-pane-header { 294 #settings-screen .tabbed-pane-header {
295 border: none transparent; 295 border: none transparent;
296 height: auto; 296 height: auto;
297 width: 110px; 297 width: 110px;
298 position: relative; 298 margin-top: 14px;
299 top: 14px;
300 flex: auto; 299 flex: auto;
301 } 300 }
302 301
303 #settings-screen .tabbed-pane-header-contents { 302 #settings-screen .tabbed-pane-header-contents {
304 margin: 0; 303 margin: 0;
305 } 304 }
306 305
307 #settings-screen .tabbed-pane-header-tabs { 306 #settings-screen .tabbed-pane-header-tabs {
308 display: flex; 307 display: flex;
309 flex-direction: column; 308 flex-direction: column;
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 } 677 }
679 678
680 .help-indent-labels label { 679 .help-indent-labels label {
681 padding-left: 10px; 680 padding-left: 10px;
682 } 681 }
683 682
684 .help-field-note { 683 .help-field-note {
685 opacity: 0.6; 684 opacity: 0.6;
686 padding-left: 19px; 685 padding-left: 19px;
687 } 686 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/externs.js ('k') | Source/devtools/front_end/inspector.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698