summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-04-27 16:11:47 +0200
committerhukl <contact@smyck.org>2009-04-27 16:11:47 +0200
commite9418758513fea6a83f63d31ecac316fdb6fc151 (patch)
tree0cddb6ca32f082837b6c2fb006e3ffe6f3c27b79 /public
parent704d002850d995e677bd550c774d9c950f8e7e9c (diff)
seperated admin overview into partials. included recent changes
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/admin.css35
1 files changed, 35 insertions, 0 deletions
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 {
261div#page_editor { 261div#page_editor {
262 margin-top: 0px; 262 margin-top: 0px;
263 margin-left: 10px; 263 margin-left: 10px;
264}
265
266div#draft_list {
267 border: 1px solid #000000;
268 padding: 5px;
269 overflow: auto;
270 height: 300px;
271}
272
273div#draft_list table {
274 border-collapse: collapse;
275}
276
277div#draft_list table tr.header:hover {
278 background-color: #ffffff;
279}
280
281div#draft_list table td.actions {
282 text-transform: lowercase;
283 white-space: nowrap;
284}
285
286div#draft_list table td.actions a {
287 letter-spacing: 1px;
288 padding-left: 5px;
289 padding-right: 5px;
290}
291
292div#draft_list table tr:hover {
293 background-color: #f1f1f1;
294}
295
296table tr.header {
297 height: 20px;
298 text-align: left;
264} \ No newline at end of file 299} \ No newline at end of file