summaryrefslogtreecommitdiff
path: root/admin/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'admin/static/style.css')
-rw-r--r--admin/static/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/admin/static/style.css b/admin/static/style.css
new file mode 100644
index 00000000..1e66d2ef
--- /dev/null
+++ b/admin/static/style.css
@@ -0,0 +1,27 @@
1.hidden {
2 display: none;
3}
4
5.tree li {
6 margin: 0;
7 list-style-type: none;
8}
9
10.tree .entry_node {
11 cursor: pointer;
12}
13
14.tree .entry_node:after {
15 content: ' >>';
16}
17
18#edit_update label {
19 display: inline-block;
20 min-width: 8em;
21}
22
23#page_teaser, #page_content {
24 margin: 1em;
25 width: 100%;
26 min-height: 4em;
27}