aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-19 19:11:03 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-19 19:11:03 +0000
commitf42382e0bff1692e2ddcd1c8eb316836e3020f1e (patch)
treebd11cb29bbae69f0daff3c0cd9c273203c788dc9 /views/default/css.php
parentb70654070d83323853f808beccc6780cfcd51ce4 (diff)
downloadelgg-f42382e0bff1692e2ddcd1c8eb316836e3020f1e.tar.gz
elgg-f42382e0bff1692e2ddcd1c8eb316836e3020f1e.tar.bz2
users can delete widgets from layout
git-svn-id: http://code.elgg.org/elgg/trunk@7349 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php18
1 files changed, 14 insertions, 4 deletions
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;