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

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

Issue 1312163007: Update the alignment of the chrome://apps theme attribution when theme is installed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@theme_handler_crash
Patch Set: Created 5 years, 3 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/browser/resources/ntp4/new_tab.html ('k') | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/new_tab_theme.css
diff --git a/chrome/browser/resources/ntp4/new_tab_theme.css b/chrome/browser/resources/ntp4/new_tab_theme.css
index 22b339e556cc219d2e91e6ed14a41e38fd8d4677..33a9563834df29701993caf3f164ff9017105150 100644
--- a/chrome/browser/resources/ntp4/new_tab_theme.css
+++ b/chrome/browser/resources/ntp4/new_tab_theme.css
@@ -10,6 +10,12 @@ html {
background-repeat: ${backgroundTiling};
}
+#attribution {
+ left: ${leftAlignAttribution};
+ right: ${rightAlignAttribution};
+ text-align: ${textAlignAttribution};
+}
+
#attribution-img {
content: url(chrome://theme/IDR_THEME_NTP_ATTRIBUTION?${themeId});
}
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.html ('k') | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698