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

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

Issue 210243005: DevTools: polish Mac UI (borders, alignment, line heights, images). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | « Source/devtools/front_end/sidebarPane.css ('k') | Source/devtools/front_end/splitView.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sourcesPanel.css
diff --git a/Source/devtools/front_end/sourcesPanel.css b/Source/devtools/front_end/sourcesPanel.css
index b9978e045d72dc510925f97c12cda5c7e2704762..2040a2c6e775410f2f4d9ef7fce4ad9cdbbd6252 100644
--- a/Source/devtools/front_end/sourcesPanel.css
+++ b/Source/devtools/front_end/sourcesPanel.css
@@ -70,6 +70,7 @@
.scripts-debug-toolbar-drawer > label {
display: flex;
padding-left: 3px;
+ border-top: 1px solid rgb(196,196,196);
}
#scripts-editor-toolbar {
@@ -140,8 +141,10 @@
.panel.sources .split-view #scripts-debug-sidebar-resizer-widget.ns-resizer-widget {
-webkit-transform: rotate(90deg);
right: 17px;
- bottom: 0;
+ bottom: 1px;
top: auto;
+ height: 16px;
+ width: 24px;
}
.panel.sources .split-view.hbox #scripts-debug-sidebar-resizer-widget {
@@ -154,6 +157,7 @@
.panel.sources button.status-bar-item.scripts-navigator-show-hide-button {
display: block;
+ left: 4px;
}
.panel.sources .navigator-tabbed-pane .tabbed-pane-header {
« no previous file with comments | « Source/devtools/front_end/sidebarPane.css ('k') | Source/devtools/front_end/splitView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698