summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/dom_ui.css
blob: d1eab85ca84f99e7d3bef779eab42e7e7ce2782e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
body {
  background-color:white;
  color:black;
  margin:10px;
}

.header {
  overflow:auto;
  clear:both;
}

.header .logo {
  float:left;
}

.header .form {
  float:left;
  margin-top:22px;
  -webkit-margin-start:12px;
}

html[dir='rtl'] .logo {
  float:right;
}

html[dir='rtl'] .form {
  float:right;
}

.page-navigation {
  padding:8px;
  background-color:#ebeff9;
  -webkit-margin-end:4px;
}

.footer {
  height:24px;
}