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

Unified Diff: chrome/browser/resources/ntp4/new_tab.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 | « no previous file | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 79d0ddbbf790e9f43b1dcb640c61c0525680b15e..1be1e0c0577cad90d777003e4db472b16897d767 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/chrome/browser/resources/ntp4/new_tab.css
@@ -128,19 +128,13 @@ html[dir='rtl'] #notification-container {
#attribution {
bottom: 0;
- left: auto;
margin-left: 8px;
/* Leave room for the scrollbar. */
margin-right: 13px;
position: absolute;
- right: 0;
- text-align: left;
z-index: -5;
}
-/* For themes that right-align their images, we flip the attribution to the
- * left to avoid conflicts. */
-html[themegravity='right'] #attribution,
html[dir='rtl'] #attribution {
left: 0;
right: auto;
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698