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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/glassPane.css

Issue 2768193002: [DevTools] Adjust popover arrow position. (Closed)
Patch Set: rebased Created 3 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 | « third_party/WebKit/Source/devtools/front_end/ui/GlassPane.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/glassPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/glassPane.css b/third_party/WebKit/Source/devtools/front_end/ui/glassPane.css
index 3a5cb15d8fbb83819bc66bf7773412072cbec6eb..31a72a8d1060d85a16dd84fc2b9afa9c6e2a963b 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/glassPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/glassPane.css
@@ -32,20 +32,20 @@
.arrow-top {
margin-top: -19px;
- margin-left: -10px;
+ margin-left: -9px;
}
.arrow-bottom {
- margin-left: -10px;
+ margin-left: -9px;
}
.arrow-left {
margin-left: -19px;
- margin-top: -10px;
+ margin-top: -9px;
}
.arrow-right {
- margin-top: -10px;
+ margin-top: -9px;
}
.arrow-none {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/GlassPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698