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

Unified Diff: chrome_linux/resources/inspector/sidebarPane.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_linux/resources/inspector/sidebarPane.css
===================================================================
--- chrome_linux/resources/inspector/sidebarPane.css (revision 273864)
+++ chrome_linux/resources/inspector/sidebarPane.css (working copy)
@@ -29,14 +29,11 @@
.sidebar-pane {
position: relative;
- flex: auto;
}
.sidebar-pane > .body {
position: relative;
display: none;
- overflow-y: auto;
- overflow-x: hidden;
}
.sidebar-pane > .body .info {
@@ -80,6 +77,7 @@
background-origin: padding;
background-clip: padding;
margin-top: -1px;
+ white-space: nowrap;
}
.sidebar-pane-title:active {
@@ -104,7 +102,7 @@
@media (-webkit-min-device-pixel-ratio: 1.5) {
.sidebar-pane-title::before {
- background-image: url(Images/statusbarButtonGlyphs2x.png);
+ background-image: url(Images/statusbarButtonGlyphs_2x.png);
}
} /* media */
@@ -133,7 +131,7 @@
.sidebar-pane-toolbar > .pane-title-button,
.sidebar-pane-toolbar > label {
float: right;
- height: 17px;
+ height: 19px;
background-color: transparent;
border: none;
background-repeat: no-repeat;
@@ -169,12 +167,10 @@
background-image: url(Images/paneRefreshButtons.png);
}
-.sidebar-pane-toolbar > label > input {
- vertical-align: bottom;
-}
-
.sidebar-pane-toolbar > label.scripts-callstack-async {
+ margin: auto;
margin-right: 5px;
+ display: flex;
}
.sidebar-pane-subtitle {
@@ -186,7 +182,6 @@
padding-top: 1px;
}
-.sidebar-pane-subtitle input,
.section > .header input[type=checkbox] {
height: 1em;
width: 1em;
« no previous file with comments | « chrome_linux/resources/inspector/screencastView.css ('k') | chrome_linux/resources/inspector/sourcesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698