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

Unified Diff: chrome_linux64/resources/inspector/inspectorCommon.css

Issue 310483004: Roll reference builds to 35.0.1916.114. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome_linux64/resources/inspector/inspectorCommon.css
===================================================================
--- chrome_linux64/resources/inspector/inspectorCommon.css (revision 273864)
+++ chrome_linux64/resources/inspector/inspectorCommon.css (working copy)
@@ -4,11 +4,9 @@
body {
cursor: default;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
+ position: relative;
+ height: 100%;
+ width: 100%;
overflow: hidden;
font-family: Lucida Grande, sans-serif;
font-size: 12px;
@@ -32,7 +30,7 @@
font-family: 'Segoe UI', Tahoma, sans-serif;
}
-* {
+*, *::before, *::after {
box-sizing: border-box;
}
@@ -196,6 +194,12 @@
padding: 0;
}
+.network-timing-table td.caution {
+ font-weight: bold;
+ color: rgb(255, 128, 0);
+ padding: 2px 0;
+}
+
.network-timing-row {
position: relative;
height: 16px;
@@ -239,3 +243,15 @@
font-size: 11px;
}
+.pie-chart {
+ position: relative;
+}
+
+.pie-chart-foreground {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ text-align: center;
+ z-index: 10;
+ top: 0;
+}
« no previous file with comments | « chrome_linux64/resources/inspector/inspector.css ('k') | chrome_linux64/resources/inspector/layersPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698