From b128ec82c4bd149beb6f4436b030e288ae75fb1d Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 17 Nov 2010 22:08:39 +0000 Subject: Refs #1793 - added a basic add new widgets view - it is not wired up yet git-svn-id: http://code.elgg.org/elgg/trunk@7333 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 8409ceb8b..edb0ebe07 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -881,6 +881,28 @@ li.navigation_more ul li { .widget_first_col { margin-right: 0; } +#widget_add_button { + padding: 0px; + background-color: transparent; + text-align: right; +} +.widgets_add { + width: 100%; + padding: 10px; + margin-bottom: 15px; + background: #dedede; +} +.widgets_add li { + float: left; + margin: 2px 10px; + list-style: none; +} +.widgets_add li a { + display: block; + width: 200px; + padding: 4px; + background-color: #cccccc; +} .widget { background-color: #dedede; padding: 2px; -- cgit v1.2.3