summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/dom_ui.css
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/dom_ui.css')
-rw-r--r--chrome/browser/resources/dom_ui.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/chrome/browser/resources/dom_ui.css b/chrome/browser/resources/dom_ui.css
index 13e3756..9eba4bc 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 newline at end of file
+}