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

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

Issue 7661027: ntp4: make bubble wider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | chrome/browser/resources/shared/js/cr/ui/bubble.js » ('j') | 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 3fbfafe63694f8f951db166a3f1d098df126a969..69cc3892cd232d5605ff49462f242649d192b3dd 100644
--- a/chrome/browser/resources/shared/css/bubble.css
+++ b/chrome/browser/resources/shared/css/bubble.css
@@ -10,7 +10,7 @@
margin-top: -8px;
position: absolute;
/* Height is dynamic, width fixed. */
- width: 200px;
+ width: 300px;
z-index: 9999;
}
@@ -20,7 +20,7 @@
position: relative;
text-align: left;
top: 1px;
- width: 198px;
+ width: 298px;
z-index: 3;
}
« no previous file with comments | « no previous file | chrome/browser/resources/shared/js/cr/ui/bubble.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698