summaryrefslogtreecommitdiff
path: root/public/stylesheets/admin.css
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-02-22 11:27:51 +0100
committerhukl <contact@smyck.org>2009-02-22 11:27:51 +0100
commite0d5557a9e7f88050da2ccb42e02397952cded0d (patch)
treea2870b9ebab8081ab725d3ee6bbb851527f50067 /public/stylesheets/admin.css
parentea36234c990336cfa4a3ee1b6b80d5c9863c0676 (diff)
lots of view improvements - not ready though
Diffstat (limited to 'public/stylesheets/admin.css')
-rw-r--r--public/stylesheets/admin.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index e475f4c..242806f 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -33,7 +33,13 @@ th.actions {
33 width: 150px; 33 width: 150px;
34} 34}
35 35
36td {} 36td {
37 padding: 3px;
38}
39
40input[type=text] {
41 width: 300px;
42}
37 43
38.page_editor input[type=text] { 44.page_editor input[type=text] {
39 width: 600px; 45 width: 600px;
@@ -41,4 +47,15 @@ td {}
41 47
42.page_editor textarea { 48.page_editor textarea {
43 width: 600px; 49 width: 600px;
50}
51
52#navigation {
53 height: 40px;
54 border-bottom: 1px solid #f1f1f1;
55 font-size: 20px;
56 line-height: 30px;
57}
58
59#navigation a {
60 text-decoration: none;
44} \ No newline at end of file 61} \ No newline at end of file