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

Unified Diff: Source/devtools/front_end/sources/sourcesPanel.css

Issue 732603002: DevTools: align more status bar button usages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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: Source/devtools/front_end/sources/sourcesPanel.css
diff --git a/Source/devtools/front_end/sources/sourcesPanel.css b/Source/devtools/front_end/sources/sourcesPanel.css
index 7a41b58f5596242c15f849417bf6883909eacf9c..1495eb480010826f11cdd20cbd6ea8978a2149f4 100644
--- a/Source/devtools/front_end/sources/sourcesPanel.css
+++ b/Source/devtools/front_end/sources/sourcesPanel.css
@@ -40,8 +40,8 @@
top: 0;
width: 100%;
background-color: #eee;
- overflow: hidden;
- white-space: nowrap;
+ border-bottom: 1px solid rgb(163, 163, 163);
+ margin-top: -1px;
}
.scripts-debug-toolbar-drawer {
@@ -146,8 +146,8 @@
.panel.sources button.status-bar-item.scripts-navigator-show-hide-button {
display: block;
- top: 4px;
- left: 4px;
+ top: 3px;
+ left: 3px;
}
.panel.sources .navigator-tabbed-pane .tabbed-pane-header {
« no previous file with comments | « Source/devtools/front_end/sources/SourcesPanel.js ('k') | Source/devtools/front_end/sources/sourcesView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698