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

Unified Diff: chrome/browser/resources/ntp4/apps_page.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: fixing margin 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
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/most_visited_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/apps_page.css
diff --git a/chrome/browser/resources/ntp4/apps_page.css b/chrome/browser/resources/ntp4/apps_page.css
index 7d7239ddead5638b3634275706a323aa49c65530..c2f51c6dc2f45b3521a80123a4938dd8ab971d96 100644
--- a/chrome/browser/resources/ntp4/apps_page.css
+++ b/chrome/browser/resources/ntp4/apps_page.css
@@ -35,10 +35,10 @@
}
.app-img-container {
+ /* -webkit-mask-image set by JavaScript to the image source. */
+ -webkit-mask-size: 100% 100%;
margin-left: auto;
margin-right: auto;
- /* -webkit-mask-image set by JavaScript to the image source */
- -webkit-mask-size: 100% 100%;
}
.app-img-container > * {
@@ -47,6 +47,8 @@
}
.app-icon-div {
+ -webkit-box-align: center;
+ -webkit-box-pack: center;
background-color: white;
border: 1px solid #d5d5d5;
border-radius: 5px;
@@ -56,8 +58,6 @@
position: relative;
vertical-align: middle;
z-index: 0;
- -webkit-box-align: center;
- -webkit-box-pack: center;
}
.app-icon-div .app-img-container {
@@ -92,11 +92,11 @@
/* Notifications */
.app-notification {
+ -webkit-transition: color 150ms linear;
color: #999;
display: block;
font-size: 11px;
white-space: nowrap;
- -webkit-transition: color 150ms linear;
}
.app-notification:hover {
@@ -148,12 +148,13 @@ html[dir='rtl'] .apps-promo-extras {
}
.apps-promo-heading {
+ -webkit-margin-start: 3px;
font-weight: bold;
margin-bottom: 5px;
- -webkit-margin-start: 3px;
}
.g-button-basic {
+ -webkit-border-image: url('images/app_promo_button.png') 6 10 12 6;
border-width: 6px 10px 12px 6px;
color: #fff !important;
display: inline-block;
@@ -163,7 +164,6 @@ html[dir='rtl'] .apps-promo-extras {
text-align: center;
text-decoration: none;
white-space: nowrap;
- -webkit-border-image: url('images/app_promo_button.png') 6 10 12 6;
}
.app .invisible {
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/most_visited_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698