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