From e9418758513fea6a83f63d31ecac316fdb6fc151 Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 27 Apr 2009 16:11:47 +0200 Subject: seperated admin overview into partials. included recent changes --- public/stylesheets/admin.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'public/stylesheets/admin.css') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 513a443..52d657e 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -261,4 +261,39 @@ td.description { div#page_editor { margin-top: 0px; margin-left: 10px; +} + +div#draft_list { + border: 1px solid #000000; + padding: 5px; + overflow: auto; + height: 300px; +} + +div#draft_list table { + border-collapse: collapse; +} + +div#draft_list table tr.header:hover { + background-color: #ffffff; +} + +div#draft_list table td.actions { + text-transform: lowercase; + white-space: nowrap; +} + +div#draft_list table td.actions a { + letter-spacing: 1px; + padding-left: 5px; + padding-right: 5px; +} + +div#draft_list table tr:hover { + background-color: #f1f1f1; +} + +table tr.header { + height: 20px; + text-align: left; } \ No newline at end of file -- cgit v1.3