summaryrefslogtreecommitdiff
path: root/public/stylesheets/admin.css
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-04-16 12:14:45 +0200
committerhukl <contact@smyck.org>2009-04-16 12:14:45 +0200
commit7fe358bfb11f1cba4ee9237c4ef4b7efc3cfba87 (patch)
treea4ee5095b0ff151891d0ec402dc5b00bedb9a565 /public/stylesheets/admin.css
parent7176edae9b93eb00e7982ec2d9a69f5b28633907 (diff)
added autosave to node edit view. saves every 15 seconds
Diffstat (limited to 'public/stylesheets/admin.css')
-rw-r--r--public/stylesheets/admin.css28
1 files changed, 26 insertions, 2 deletions
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 {
23 width: 899px; 23 width: 899px;
24} 24}
25 25
26#flash {
27 height: 12px;
28 line-height: 20px;
29 margin-top: 40px;
30 margin-bottom: 20px;
31 margin-left: 5px;
32}
33
34#flash span {
35 letter-spacing: 1px;
36 margin-right: 10px;
37}
38
39
40#flash img {
41 height: 12px;
42 width: 12px;
43}
44
26/* Pagination */ 45/* Pagination */
27 46
28div.pagination { 47div.pagination {
@@ -41,7 +60,7 @@ div.pagination span.current, div.pagination a:hover {
41} 60}
42 61
43#navigation { 62#navigation {
44 margin-left: -5px; 63 margin-left: 0px;
45 float: left; 64 float: left;
46} 65}
47 66
@@ -104,6 +123,11 @@ table#node_table td {
104 padding-left: 0px; 123 padding-left: 0px;
105} 124}
106 125
126table#node_table .node_id {
127 padding-left: 10px;
128 padding-right: 15px;
129}
130
107table#node_table tr.header:hover { 131table#node_table tr.header:hover {
108 background-color: #ffffff; 132 background-color: #ffffff;
109} 133}
@@ -218,6 +242,6 @@ td.description {
218} 242}
219 243
220div#page_editor { 244div#page_editor {
221 margin-top: 40px; 245 margin-top: 0px;
222 margin-left: 15px; 246 margin-left: 15px;
223} \ No newline at end of file 247} \ No newline at end of file