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

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

Issue 401013002: DevTools: Freshen up popover styles. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/inspectorStyle.css ('k') | Source/devtools/front_end/spectrum.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/popover.css
diff --git a/Source/devtools/front_end/popover.css b/Source/devtools/front_end/popover.css
index 0d2e1efe338d5701eeadbd0fa0ecc54d2a7b89bd..0629a5198c16dcf2fb4d5f124e733a83b57238d3 100644
--- a/Source/devtools/front_end/popover.css
+++ b/Source/devtools/front_end/popover.css
@@ -33,7 +33,7 @@
width: 19px;
height: 19px;
margin-left: 15px;
- margin-top: -25px;
+ margin-top: -24px;
top: 0;
left: 0;
}
@@ -43,7 +43,7 @@
}
.popover.top-right-arrow .arrow {
- right: 25px;
+ right: 24px;
left: auto;
}
@@ -51,7 +51,7 @@
top: auto;
bottom: 0;
margin-top: 0;
- margin-bottom: -25px;
+ margin-bottom: -24px;
background-position: 0 -19px;
}
@@ -61,14 +61,14 @@
top: auto;
bottom: 0;
margin-top: 0;
- margin-bottom: -25px;
+ margin-bottom: -24px;
background-position: 0 -19px;
}
.popover.left-top-arrow .arrow {
top: 0;
margin-top: 15px;
- margin-left: -25px;
+ margin-left: -24px;
background-position: 0 -38px;
}
@@ -76,7 +76,7 @@
top: auto;
bottom: 0;
margin-bottom: 15px;
- margin-left: -25px;
+ margin-left: -24px;
background-position: 0 -38px;
}
@@ -85,7 +85,7 @@
left: auto;
top: 0;
margin-top: 15px;
- margin-right: -25px;
+ margin-right: -24px;
background-position: 0 -57px;
}
@@ -95,6 +95,6 @@
top: auto;
bottom: 0;
margin-bottom: 15px;
- margin-right: -25px;
+ margin-right: -24px;
background-position: 0 -57px;
}
« no previous file with comments | « Source/devtools/front_end/inspectorStyle.css ('k') | Source/devtools/front_end/spectrum.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698