From 0b8cfc272d883e7865461d8ce05cd5c6aabec90e Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 17 Feb 2009 21:56:20 +0100 Subject: a little style here and there --- public/stylesheets/admin.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'public') 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 @@ body { font-family: Arial, sans-serif; font-size: 10pt; +} + +a { + color: #009cff; +} + +table {} + +table#node_table { + width: 800px; +} + +tr.odd { + background-color: #f1f1f1; +} + +th { + text-align: left; +} + +th.title { + width: 450px; +} + +th.path { + width: 300px; +} + +th.actions { + width: 150px; +} + +td {} + +.page_editor input[type=text] { + width: 600px; +} + +.page_editor textarea { + width: 600px; } \ No newline at end of file -- cgit v1.3