diff options
| author | hukl <contact@smyck.org> | 2009-02-17 21:56:20 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-17 21:56:20 +0100 |
| commit | 0b8cfc272d883e7865461d8ce05cd5c6aabec90e (patch) | |
| tree | 9c7032a704d6806c8839b32854e110399fc0f6ff /public/stylesheets/admin.css | |
| parent | ea8c12c74c332f6b4c12f3e582baf3cbe901e87d (diff) | |
a little style here and there
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 40 |
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 @@ | |||
| 1 | body { | 1 | body { |
| 2 | font-family: Arial, sans-serif; | 2 | font-family: Arial, sans-serif; |
| 3 | font-size: 10pt; | 3 | font-size: 10pt; |
| 4 | } | ||
| 5 | |||
| 6 | a { | ||
| 7 | color: #009cff; | ||
| 8 | } | ||
| 9 | |||
| 10 | table {} | ||
| 11 | |||
| 12 | table#node_table { | ||
| 13 | width: 800px; | ||
| 14 | } | ||
| 15 | |||
| 16 | tr.odd { | ||
| 17 | background-color: #f1f1f1; | ||
| 18 | } | ||
| 19 | |||
| 20 | th { | ||
| 21 | text-align: left; | ||
| 22 | } | ||
| 23 | |||
| 24 | th.title { | ||
| 25 | width: 450px; | ||
| 26 | } | ||
| 27 | |||
| 28 | th.path { | ||
| 29 | width: 300px; | ||
| 30 | } | ||
| 31 | |||
| 32 | th.actions { | ||
| 33 | width: 150px; | ||
| 34 | } | ||
| 35 | |||
| 36 | td {} | ||
| 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 |
