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

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

Issue 9325059: [Clean up] Fix style guide nits in chrome/browser/resources/ntp4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/new_tab.css
diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css
index c1f53e65a335c33138648d6862fc729912028249..f8f4b56b7b8225507c1d3c7760c3443e4761ba92 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/chrome/browser/resources/ntp4/new_tab.css
@@ -1,7 +1,6 @@
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
+ * found in the LICENSE file. */
html {
font-family: segoe ui, arial, helvetica, sans-serif;
@@ -105,8 +104,8 @@ body {
#page-list {
/* fill the apps-frame */
- height: 100%;
display: -webkit-box;
+ height: 100%;
}
#attribution {
@@ -247,8 +246,8 @@ html[dir='rtl'] .login-status-icon {
-webkit-transition-delay: 0, 200ms;
color: #222;
height: 100%;
- position: absolute;
opacity: 0;
+ position: absolute;
right: 0;
top: 50px;
width: auto;
@@ -313,12 +312,12 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
border: none;
bottom: 0;
font-size: 40px;
- padding: 0;
- position: absolute;
margin: 0;
max-width: 150px;
min-width: 90px;
outline: none;
+ padding: 0;
+ position: absolute;
top: 0;
z-index: 5;
}
@@ -339,8 +338,8 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
-webkit-padding-start: 16px;
background: url('chrome://theme/IDR_WEBSTORE_ICON_24') right 50% no-repeat;
display: inline-block;
- font-weight: bold;
font-size: 9pt;
+ font-weight: bold;
line-height: 49px;
}

Powered by Google App Engine
This is Rietveld 408576698