diff options
| author | hukl <contact@smyck.org> | 2009-09-01 23:13:45 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-01 23:13:45 +0200 |
| commit | cae5b4accca2f880bbd4a5ffae265f78c689075c (patch) | |
| tree | 1688c0e655559999b4963846a80ba34b95b79c7f /public/stylesheets/admin.css | |
| parent | 656af6c97987e103c30946ec944cac433252fe75 (diff) | |
Added javascript goodness to add and sort and drag and drop images on pages
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index a2da502..d414b94 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -355,4 +355,30 @@ table#content th.content { | |||
| 355 | 355 | ||
| 356 | .ui-state-highlight td{ | 356 | .ui-state-highlight td{ |
| 357 | height: 20px; | 357 | height: 20px; |
| 358 | } \ No newline at end of file | 358 | } |
| 359 | |||
| 360 | #metadata ul#image_box { | ||
| 361 | margin: 0; | ||
| 362 | padding-left: 0; | ||
| 363 | height: 100px; | ||
| 364 | width: 690px; | ||
| 365 | padding-top: 10px; | ||
| 366 | padding-bottom: 10px; | ||
| 367 | border: 1px solid #989898; | ||
| 368 | } | ||
| 369 | |||
| 370 | #metadata ul#image_box li { | ||
| 371 | float: left; | ||
| 372 | list-style-type: none; | ||
| 373 | margin: 5px; | ||
| 374 | } | ||
| 375 | |||
| 376 | div#asset_toolbox { | ||
| 377 | position: absolute; | ||
| 378 | top: 40px; | ||
| 379 | left: 800px; | ||
| 380 | } | ||
| 381 | |||
| 382 | div#asset_toolbox ul li { | ||
| 383 | list-style-type: none; | ||
| 384 | } | ||
