diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-18 16:13:34 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-18 16:13:34 +0000 |
commit | c5854870424d87372bcc86a7edf75b9bf8841825 (patch) | |
tree | 99dc5d53e82ba6decf27846e574ac9826f5743b2 /views/default/css.php | |
parent | 522fccf9ed173e3a5a68b3a616a3b7e1961bc22b (diff) | |
download | elgg-c5854870424d87372bcc86a7edf75b9bf8841825.tar.gz elgg-c5854870424d87372bcc86a7edf75b9bf8841825.tar.bz2 |
Refs #1793 added ability to add widgets to layout through ajax
git-svn-id: http://code.elgg.org/elgg/trunk@7338 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/views/default/css.php b/views/default/css.php index edb0ebe07..d5b96bf59 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -863,28 +863,28 @@ li.navigation_more ul li { float: right; min-height: 15px; } -.widget_col_1 { +.widget_1_columns { width: 100%; } -.widget_col_2 { +.widget_2_columns { width: 48%; margin-right: 4%; } -.widget_col_3 { +.widget_3_columns { width: 32%; margin-right: 2%; } -.widget_col_4 { +.widget_4_columns { width: 23.5%; margin-right: 2%; } -.widget_first_col { +.widget_col_1 { margin-right: 0; } #widget_add_button { padding: 0px; - background-color: transparent; text-align: right; + margin-bottom: 15px; } .widgets_add { width: 100%; |