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

Unified Diff: chrome/browser/resources/shared/css/chrome_shared2.css

Issue 9513016: uber managed pref banners (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/shared/css/chrome_shared2.css
diff --git a/chrome/browser/resources/shared/css/chrome_shared2.css b/chrome/browser/resources/shared/css/chrome_shared2.css
index c9500560ac9fea11ad5ddb8190ed4fa627ecc95a..906f42eda17d15538dc356c8ab0c02684a8058ef 100644
--- a/chrome/browser/resources/shared/css/chrome_shared2.css
+++ b/chrome/browser/resources/shared/css/chrome_shared2.css
@@ -131,13 +131,13 @@ html[touch-optimized] input[type='search']::-webkit-search-cancel-button {
header > .search-field-container,
header > button {
position: absolute;
- right: 0;
- top: 18px;
+ right: 100px;
+ top: 21px;
}
html[dir='rtl'] header > .search-field-container,
html[dir='rtl'] header > button {
- left: 0;
+ left: 100px;
right: auto;
}

Powered by Google App Engine
This is Rietveld 408576698