From cae5b4accca2f880bbd4a5ffae265f78c689075c Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 1 Sep 2009 23:13:45 +0200 Subject: Added javascript goodness to add and sort and drag and drop images on pages --- public/stylesheets/admin.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'public/stylesheets/admin.css') 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 { .ui-state-highlight td{ height: 20px; -} \ No newline at end of file +} + +#metadata ul#image_box { + margin: 0; + padding-left: 0; + height: 100px; + width: 690px; + padding-top: 10px; + padding-bottom: 10px; + border: 1px solid #989898; +} + +#metadata ul#image_box li { + float: left; + list-style-type: none; + margin: 5px; +} + +div#asset_toolbox { + position: absolute; + top: 40px; + left: 800px; +} + +div#asset_toolbox ul li { + list-style-type: none; +} -- cgit v1.3