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

Unified Diff: chrome/browser/resources/dom_ui.css

Issue 4245002: Add instant to tabbed options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: smorgan review Created 10 years, 1 month 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/dom_ui/options/browser_options_handler.cc ('k') | chrome/browser/resources/new_new_tab.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/dom_ui.css
diff --git a/chrome/browser/resources/dom_ui.css b/chrome/browser/resources/dom_ui.css
index 13e3756ac987644ff1ea3a0fbe6d9597fdb36d66..9eba4bcc5c737041ffeaf6d8b7c5f0fc770dac77 100644
--- a/chrome/browser/resources/dom_ui.css
+++ b/chrome/browser/resources/dom_ui.css
@@ -3,30 +3,37 @@ body {
color:black;
margin:10px;
}
+
.header {
overflow:auto;
clear:both;
}
+
.header .logo {
float:left;
}
+
.header .form {
float:left;
margin-top:22px;
margin-left:12px;
}
+
html[dir='rtl'] .logo {
float:right;
}
+
html[dir='rtl'] .form {
float:right;
margin-right:12px;
}
+
.page-navigation {
padding:8px;
background-color:#ebeff9;
margin-right:4px;
}
+
.footer {
height:24px;
-}
+}
« no previous file with comments | « chrome/browser/dom_ui/options/browser_options_handler.cc ('k') | chrome/browser/resources/new_new_tab.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698