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

Unified Diff: chrome/browser/resources/shared/css/bubble.css

Issue 11857022: Bubble CSS: Replace relative positioning trickery with a margin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/css/bubble.css
diff --git a/chrome/browser/resources/shared/css/bubble.css b/chrome/browser/resources/shared/css/bubble.css
index 2befbf690e2f2ff75248e6cc33e29c51d7eee018..510423270d35b4b344f3260008ead1e3eb222645 100644
--- a/chrome/browser/resources/shared/css/bubble.css
+++ b/chrome/browser/resources/shared/css/bubble.css
@@ -12,13 +12,10 @@
.bubble-content {
color: black;
- left: 1px;
line-height: 150%;
+ margin: 1px;
padding: 8px 11px 12px;
position: relative;
- right: 1px;
- top: 1px;
- width: 298px;
z-index: 3;
}
@@ -66,7 +63,7 @@ html[dir='rtl'] .bubble-close {
}
.bubble-shadow {
- bottom: -2px;
+ bottom: 0;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
left: 0;
position: absolute;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698