From e4dd7a33a84d755f81fe5d07bcfb372f397f9cab Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 13 Apr 2009 21:43:18 +0200 Subject: now the node index page is sexy too ! --- public/stylesheets/admin.css | 53 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'public') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index a23eea5..802ad31 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -1,3 +1,5 @@ +/* Layout */ + body { font-family: Helvetica, Arial, sans-serif; font-size: 12px; @@ -8,6 +10,10 @@ a { text-decoration: none; } +a:hover { + color: #ff9600; +} + th { text-transform: lowercase; } @@ -17,6 +23,14 @@ th { width: 899px; } +/* Pagination */ + +div.pagination span.current, div.pagination a:hover { + color: #ff9600; +} + +/* Styles */ + .right { text-align: right; } @@ -57,6 +71,45 @@ th { background-color: #000000; } +/* Nodes */ + +table#node_table { + width: 899px; + border-collapse: collapse; +} + +table#node_table tr { + height: 65px; +} + +table#node_table th.title { + width: 450px; +} + +table#node_table tr.header { + height: 20px; + text-align: left; +} + +table#node_table td { + padding-top: 0px; + padding-bottom: 0px; + padding-right: 25px; + padding-left: 0px; +} + +table#node_table tr.header:hover { + background-color: #ffffff; +} + +table#node_table tr:hover { + background-color: #f1f1f1; +} + +table#node_table .actions { + text-transform: lowercase; +} + /* Revisions */ table#revisions { -- cgit v1.3