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

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

Issue 197823010: [DevTools] Add minimum size to WebInspector.View. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@splitdip2
Patch Set: fixed comments 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 | « Source/devtools/front_end/inspector.css ('k') | Source/devtools/front_end/splitView.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 html { 1 html {
2 height: 100%; 2 height: 100%;
3 } 3 }
4 4
5 body { 5 body {
6 cursor: default; 6 cursor: default;
7 position: absolute; 7 position: relative;
8 top: 0; 8 height: 100%;
9 bottom: 0; 9 width: 100%;
10 left: 0;
11 right: 0;
12 overflow: hidden; 10 overflow: hidden;
13 font-family: Lucida Grande, sans-serif; 11 font-family: Lucida Grande, sans-serif;
14 font-size: 12px; 12 font-size: 12px;
15 margin: 0; 13 margin: 0;
16 tab-size: 4; 14 tab-size: 4;
17 -webkit-user-select: none; 15 -webkit-user-select: none;
18 color: #222; 16 color: #222;
19 } 17 }
20 18
21 body.platform-linux { 19 body.platform-linux {
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 } 248 }
251 249
252 .pie-chart-foreground { 250 .pie-chart-foreground {
253 position: absolute; 251 position: absolute;
254 width: 100%; 252 width: 100%;
255 height: 100%; 253 height: 100%;
256 text-align: center; 254 text-align: center;
257 z-index: 10; 255 z-index: 10;
258 top: 0; 256 top: 0;
259 } 257 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/inspector.css ('k') | Source/devtools/front_end/splitView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698