From e0d5557a9e7f88050da2ccb42e02397952cded0d Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 22 Feb 2009 11:27:51 +0100 Subject: lots of view improvements - not ready though --- public/stylesheets/admin.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'public/stylesheets/admin.css') 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 { width: 150px; } -td {} +td { + padding: 3px; +} + +input[type=text] { + width: 300px; +} .page_editor input[type=text] { width: 600px; @@ -41,4 +47,15 @@ td {} .page_editor textarea { width: 600px; +} + +#navigation { + height: 40px; + border-bottom: 1px solid #f1f1f1; + font-size: 20px; + line-height: 30px; +} + +#navigation a { + text-decoration: none; } \ No newline at end of file -- cgit v1.3