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

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

Issue 23466010: Roll reference builds to r221697. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 3 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
« no previous file with comments | « chrome_linux64/resources/inspector/codemirror.css ('k') | chrome_linux64/resources/inspector/dataGrid.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux64/resources/inspector/cssNamedFlows.css
===================================================================
--- chrome_linux64/resources/inspector/cssNamedFlows.css (revision 221742)
+++ chrome_linux64/resources/inspector/cssNamedFlows.css (working copy)
@@ -46,11 +46,11 @@
}
.css-named-flow-collections-view .split-view-sidebar .sidebar-content {
- bottom: 0px;
- left: 0px;
- padding: 0px;
+ bottom: 0;
+ left: 0;
+ padding: 0;
position: absolute;
- right: 0px;
+ right: 0;
top: 23px;
}
@@ -63,7 +63,10 @@
position: relative;
}
-.css-named-flow-collections-view .split-view-sidebar .named-flow-overflow::before, .css-named-flow-collections-view .region-empty:before, .css-named-flow-collections-view .region-fit::before, .css-named-flow-collections-view .region-overset::before {
+.css-named-flow-collections-view .split-view-sidebar .named-flow-overflow::before,
+.css-named-flow-collections-view .region-empty:before,
+.css-named-flow-collections-view .region-fit::before,
+.css-named-flow-collections-view .region-overset::before {
cursor: default;
float: left;
height: 10px;
@@ -76,7 +79,7 @@
.css-named-flow-collections-view .split-view-sidebar .named-flow-overflow::before {
content: url(Images/namedFlowOverflow.png);
- margin: 2px 3px 0px -13px;
+ margin: 2px 3px 0 -13px;
}
.css-named-flow-collections-view .region-empty::before {
@@ -92,5 +95,5 @@
}
.css-named-flow-collections-view .split-view-contents .named-flow-element {
- margin: 0px 0px 0px -24px;
+ margin: 0 0 0 -24px;
}
« no previous file with comments | « chrome_linux64/resources/inspector/codemirror.css ('k') | chrome_linux64/resources/inspector/dataGrid.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698