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

Unified Diff: chrome/browser/resources/new_new_tab.css

Issue 160606: NNTP: Update the position of the option menu.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.css
===================================================================
--- chrome/browser/resources/new_new_tab.css (revision 22379)
+++ chrome/browser/resources/new_new_tab.css (working copy)
@@ -635,9 +635,9 @@
position: absolute;
right: 0;
left: auto;
- top: 53px; /* Position this below the option button. The option button
- is positioned 35px from the top and has a height of 17px. We add
- one to get some spacing there as well: 35 + 17 + 1 = 53 */
+ top: 33px; /* Position this below the option button. The option button
+ is positioned 15px from the top and has a height of 17px. We add
+ one to get some spacing there as well: 15 + 17 + 1 = 33 */
cursor: default;
pointer-events: all;
min-width: 175px;
« 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