From 7fe358bfb11f1cba4ee9237c4ef4b7efc3cfba87 Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 16 Apr 2009 12:14:45 +0200 Subject: added autosave to node edit view. saves every 15 seconds --- public/stylesheets/admin.css | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'public/stylesheets/admin.css') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index c3030d6..0495f65 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -23,6 +23,25 @@ th { width: 899px; } +#flash { + height: 12px; + line-height: 20px; + margin-top: 40px; + margin-bottom: 20px; + margin-left: 5px; +} + +#flash span { + letter-spacing: 1px; + margin-right: 10px; +} + + +#flash img { + height: 12px; + width: 12px; +} + /* Pagination */ div.pagination { @@ -41,7 +60,7 @@ div.pagination span.current, div.pagination a:hover { } #navigation { - margin-left: -5px; + margin-left: 0px; float: left; } @@ -104,6 +123,11 @@ table#node_table td { padding-left: 0px; } +table#node_table .node_id { + padding-left: 10px; + padding-right: 15px; +} + table#node_table tr.header:hover { background-color: #ffffff; } @@ -218,6 +242,6 @@ td.description { } div#page_editor { - margin-top: 40px; + margin-top: 0px; margin-left: 15px; } \ No newline at end of file -- cgit v1.3