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

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: Created 7 years, 1 month 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
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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 -webkit-box-pack: center; 672 -webkit-box-pack: center;
674 display: -webkit-box; 673 display: -webkit-box;
675 z-index: 2000 !important; 674 z-index: 2000 !important;
676 padding: 5px; 675 padding: 5px;
677 background-color: rgba(255, 255, 255, 0.4) !important; 676 background-color: rgba(255, 255, 255, 0.4) !important;
678 } 677 }
679 678
680 #overrides-tab-content .help-container { 679 #overrides-tab-content .help-container {
681 -webkit-column-width: auto !important; 680 -webkit-column-width: auto !important;
682 } 681 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698