From 078d930d12f450f32f1b7d1976e5d3fe0aa01808 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 20 Nov 2010 15:35:14 +0000 Subject: Refs #472 not allowing widgets to be added if only single instance allowed git-svn-id: http://code.elgg.org/elgg/trunk@7384 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 286beeece..e0be90b2b 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -894,13 +894,19 @@ li.navigation_more ul li { float: left; margin: 2px 10px; list-style: none; -} -.widgets_add_panel li a { - display: block; width: 200px; padding: 4px; background-color: #cccccc; } +.widgets_add_panel li a { + display: block; +} +.widget_available { + cursor: pointer; +} +.widget_unavailable { + color: #888888; +} .widget { background-color: #dedede; padding: 2px; -- cgit v1.2.3