From 6da68ea87ea5f0d0a6745f60163c9802682a3807 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Sat, 5 Jan 2013 22:17:18 +0100 Subject: [PATCH] Some layout for editing dirs in media db. --- include/admin/tpl/images.inc.tpl | 36 +++++++++++++++++--------------- templates/2k11/admin/style.css | 8 ++++++- 2 files changed, 26 insertions(+), 18 deletions(-) diff --git a/include/admin/tpl/images.inc.tpl b/include/admin/tpl/images.inc.tpl index 151c8641..9fd4d68c 100644 --- a/include/admin/tpl/images.inc.tpl +++ b/include/admin/tpl/images.inc.tpl @@ -119,24 +119,26 @@ -
- - -
+
+
+ + +
-
- - +
+ + +
diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index f10c1101..5e9200e7 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -662,7 +662,8 @@ figcaption { font-weight: bold; } .block_level, .form_multiselect label, -label > span { display: block; } +label > span, +#image_directory_edit_form .form_select label { display: block; } label > span, input[type=checkbox] + label, @@ -1108,6 +1109,11 @@ fieldset p, width: 48%; } + #image_directory_edit_form>.clearfix>div { + float: left; + margin: 0 5% 0 0; + } + #template_select .odd, .media_pane .odd { clear: left; } }