From f42382e0bff1692e2ddcd1c8eb316836e3020f1e Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 19 Nov 2010 19:11:03 +0000 Subject: users can delete widgets from layout git-svn-id: http://code.elgg.org/elgg/trunk@7349 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 36c5c60ec..c78e7ebd2 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -861,7 +861,7 @@ li.navigation_more ul li { *************************************** */ .widget_column { float: right; - min-height: 15px; + min-height: 30px; } .widget_1_columns { width: 100%; @@ -879,11 +879,11 @@ li.navigation_more ul li { padding: 0px; text-align: right; margin-bottom: 15px; + margin-right: 5px; } .widgets_add { - width: 96%; - padding: 2%; - margin-bottom: 15px; + padding: 10px; + margin: 0 5px 15px; background: #dedede; } .widgets_add ul { @@ -911,8 +911,18 @@ li.navigation_more ul li { line-height: 30px; } .widget_title h3 { + float: left; padding: 0 5px; } +.widget_title ul, .widget_title li { + float: right; + margin: 0; + padding: 0; + list-style: none; +} +.widget_title li { + margin: 0 4px; +} .widget_content { background-color: #ffffff; padding: 10px; -- cgit v1.2.3