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

Unified Diff: chrome_linux/resources/inspector/elementsPanel.css

Issue 42163002: Roll Linux reference build to official build 31.0.1650.34 (trunk r224845, branch r230433) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 2 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_linux/resources/inspector/elementsPanel.css
===================================================================
--- chrome_linux/resources/inspector/elementsPanel.css (revision 230844)
+++ chrome_linux/resources/inspector/elementsPanel.css (working copy)
@@ -184,6 +184,10 @@
border-top: 1px solid rgb(191, 191, 191);
}
+.styles-sidebar-placeholder {
+ height: 16px;
+}
+
.styles-section.read-only {
background-color: rgb(240, 240, 240);
}
@@ -541,7 +545,6 @@
-webkit-user-drag: auto;
}
-
.sidebar-pane.composite {
overflow: hidden;
position: absolute;
@@ -560,12 +563,37 @@
-webkit-justify-content: center;
}
+.sidebar-pane.composite .computed-style {
+ border-bottom: 1px solid rgb(64%, 64%, 64%);
+}
+
.sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar {
margin-top: 4px;
margin-bottom: -4px;
position: relative;
}
+.sidebar-pane.composite .platform-fonts {
+ padding: 1ex;
+ -webkit-user-select: text;
+}
+
+.sidebar-pane.composite .platform-fonts .stats-section {
+ margin-bottom: 5px;
+}
+
+.sidebar-pane.composite .platform-fonts .css-font-value {
+ margin-left: 1ex;
+}
+
+.sidebar-pane.composite .platform-fonts .font-stats-item {
+ padding-left: 1em;
+}
+
+.sidebar-pane.composite .platform-fonts .font-stats-item .delimeter {
+ margin: 0 1ex 0 1ex;
+}
+
.sidebar-pane.composite .metrics-and-styles .metrics {
border-top: 1px solid rgb(64%, 64%, 64%);
border-bottom: none;
« no previous file with comments | « chrome_linux/resources/inspector/devtools_extension_api.js ('k') | chrome_linux/resources/inspector/helpScreen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698