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

Unified Diff: chrome/test/data/extensions/samples/set_page_color/popup.html

Issue 259065: Add an BubbleBorder to BrowserAction popups and fix positioning of the (Closed)
Patch Set: cleanup Created 11 years, 2 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 | « chrome/test/data/extensions/samples/set_page_color/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/samples/set_page_color/popup.html
diff --git a/chrome/test/data/extensions/samples/set_page_color/popup.html b/chrome/test/data/extensions/samples/set_page_color/popup.html
index 3de4f36bee2bc7eaa33529f651ea59ffbab8bc1a..62de0edf99c6c44dcf77cfb2a56defce743ca535 100755
--- a/chrome/test/data/extensions/samples/set_page_color/popup.html
+++ b/chrome/test/data/extensions/samples/set_page_color/popup.html
@@ -3,15 +3,21 @@ body {
overflow: hidden;
margin: 0px;
padding: 0px;
- background: #cccccc;
- border: 1px solid black;
+ background: white;
+}
+
+div:first-child {
+ margin-top: 0px;
}
+
div {
cursor: pointer;
text-align: center;
padding: 1px 3px;
font: menu;
width: 100px;
+ margin-top: 1px;
+ background: #cccccc;
}
div:hover {
background: #aaaaaa;
« no previous file with comments | « chrome/test/data/extensions/samples/set_page_color/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698