summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-04-13 20:37:16 +0200
committerhukl <contact@smyck.org>2009-04-13 20:37:16 +0200
commit06dee9ab33701e40a5adfcf87767fb807621fa32 (patch)
tree73a7fc1307dcd2f9e41a42d575511bda1b5c0296 /public
parent22aa8523ef5864d736faf6595ef258adc0689703 (diff)
beautified the revision and diff interface. so pretty and so functional. i'm happy
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/admin.css62
1 files changed, 56 insertions, 6 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index bd5c354..a23eea5 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -8,12 +8,21 @@ a {
8 text-decoration: none; 8 text-decoration: none;
9} 9}
10 10
11th {
12 text-transform: lowercase;
13}
14
15#wrapper {
16 margin-left: 125px;
17 width: 899px;
18}
19
11.right { 20.right {
12 text-align: right; 21 text-align: right;
13} 22}
14 23
15#navigation { 24#navigation {
16 padding-left: 125px; 25 margin-left: -5px;
17 float: left; 26 float: left;
18} 27}
19 28
@@ -48,6 +57,39 @@ a {
48 background-color: #000000; 57 background-color: #000000;
49} 58}
50 59
60/* Revisions */
61
62table#revisions {
63 border-collapse: collapse;
64}
65
66table#revisions td {
67 padding-right: 25px;
68}
69
70table#revisions td.title {
71 width: 450px;
72}
73
74table#revisions tr.header:hover {
75 background-color: #ffffff;
76}
77
78table#revisions tr:hover {
79 background-color: #f1f1f1;
80}
81
82table#revisions tr.header {
83 height: 20px;
84 text-align: left;
85}
86
87table#revisions tr {
88 height: 45px
89}
90
91/* Page Editor */
92
51input[type=text], textarea { 93input[type=text], textarea {
52 font-size: 12px; 94 font-size: 12px;
53 font-family: Helvetica; 95 font-family: Helvetica;
@@ -69,8 +111,18 @@ input[type=text]#page_title {
69 font-weight: bold; 111 font-weight: bold;
70} 112}
71 113
114input[type=text]#tag_list {
115 width: 690px;
116 padding: 5px;
117}
118
119input[type=text]#node_slug {
120 width: 690px;
121 padding: 5px;
122}
123
72input[type=submit] { 124input[type=submit] {
73 width: 65px; 125 min-width: 65px;
74 border: 1px solid #989898; 126 border: 1px solid #989898;
75 background-color: #ffffff; 127 background-color: #ffffff;
76} 128}
@@ -86,12 +138,10 @@ textarea#page_abstract {
86 width: 700px; 138 width: 700px;
87} 139}
88 140
89select { 141#page_editor #metadata, #page_editor #content {
90 b 142 margin-left: -125px;
91} 143}
92 144
93table {}
94
95tr {} 145tr {}
96 146
97td { 147td {