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

Unified Diff: chrome/browser/resources/ntp4/bookmarks_page.css

Issue 7794005: [ntp4] More UI refinements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: more code review updates 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
Index: chrome/browser/resources/ntp4/bookmarks_page.css
===================================================================
--- chrome/browser/resources/ntp4/bookmarks_page.css (revision 98659)
+++ chrome/browser/resources/ntp4/bookmarks_page.css (working copy)
@@ -46,9 +46,8 @@
.bookmark .color-stripe {
border-bottom-left-radius: 3px 3px;
border-bottom-right-radius: 3px 3px;
- bottom: 33px;
+ bottom: 31px;
height: 3px;
- opacity: 0.5;
position: absolute;
width: 100%;
z-index: 100;
@@ -58,9 +57,8 @@
cursor: pointer;
display: block;
height: 23px;
- line-height: 23px;
overflow: hidden;
- padding-top: 10px;
+ padding-top: 8px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
Evan Stade 2011/08/30 01:06:24 also get rid of underline?
csilv 2011/08/30 01:29:04 That's already there (text-decoration: none).
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/bookmarks_page.js » ('j') | chrome/browser/resources/ntp4/bookmarks_page.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698