summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/dom_ui2.css
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/dom_ui2.css')
-rw-r--r--chrome/browser/resources/dom_ui2.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/chrome/browser/resources/dom_ui2.css b/chrome/browser/resources/dom_ui2.css
new file mode 100644
index 0000000..13e3756
--- /dev/null
+++ b/chrome/browser/resources/dom_ui2.css
@@ -0,0 +1,32 @@
+body {
+ background-color:white;
+ 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