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

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

Issue 9584038: [uber] fix up header (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 c3c1921a0eb927efd7c2c77f65046dfb56fd3b73..c414edcbe46c2883272efc5967d8884ee19995d6 100644
--- a/chrome/browser/resources/shared/css/chrome_shared2.css
+++ b/chrome/browser/resources/shared/css/chrome_shared2.css
@@ -114,24 +114,6 @@ html[touch-optimized] input[type='search']::-webkit-search-cancel-button {
-webkit-transform: scale(1.5);
}
-header > .search-field-container,
-header > button {
- position: absolute;
- right: 100px;
- top: 21px;
-}
-
-html[dir='rtl'] header > .search-field-container,
-html[dir='rtl'] header > button {
- left: 100px;
- right: auto;
-}
-
-header input,
-header button {
- margin: 0;
-}
-
/* Elements that need to be LTR even in an RTL context, but should align
* right. (Namely, URLs, search engine names, etc.)
*/

Powered by Google App Engine
This is Rietveld 408576698