summaryrefslogtreecommitdiff
path: root/public/stylesheets/admin.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/admin.css')
-rw-r--r--public/stylesheets/admin.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 398b736..e475f4c 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -1,4 +1,44 @@
1body { 1body {
2 font-family: Arial, sans-serif; 2 font-family: Arial, sans-serif;
3 font-size: 10pt; 3 font-size: 10pt;
4}
5
6a {
7 color: #009cff;
8}
9
10table {}
11
12table#node_table {
13 width: 800px;
14}
15
16tr.odd {
17 background-color: #f1f1f1;
18}
19
20th {
21 text-align: left;
22}
23
24th.title {
25 width: 450px;
26}
27
28th.path {
29 width: 300px;
30}
31
32th.actions {
33 width: 150px;
34}
35
36td {}
37
38.page_editor input[type=text] {
39 width: 600px;
40}
41
42.page_editor textarea {
43 width: 600px;
4} \ No newline at end of file 44} \ No newline at end of file