summaryrefslogtreecommitdiff
path: root/admin/static/style.css
blob: 1e66d2ef5f99c5af0c2fb517101ac8a94189018f (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
.hidden {
  display: none;
}

.tree li {
  margin: 0;
  list-style-type: none;
}

.tree .entry_node {
  cursor: pointer;
}

.tree .entry_node:after {
  content: ' >>';
}

#edit_update label {
  display: inline-block;
  min-width: 8em;
}

#page_teaser, #page_content {
  margin: 1em;
  width: 100%;
  min-height: 4em;
}