diff options
| author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-04 23:55:43 +0000 | 
|---|---|---|
| committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-04 23:55:43 +0000 | 
| commit | 0c7e9ac803bc554d88f4ae88bebfb9e27a77f7ff (patch) | |
| tree | 1eb9ef48345975a8efb2c43d282a0539aca30c68 /views/default/css.php | |
| parent | eb1e51caecf6eb0779bb601d35dc14d6df0ddf3d (diff) | |
| download | elgg-0c7e9ac803bc554d88f4ae88bebfb9e27a77f7ff.tar.gz elgg-0c7e9ac803bc554d88f4ae88bebfb9e27a77f7ff.tar.bz2 | |
tiny rule added to make widget layout consistent across all widgets
git-svn-id: https://code.elgg.org/elgg/trunk@3087 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
| -rw-r--r-- | views/default/css.php | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/views/default/css.php b/views/default/css.php index 15e45c55c..d7ff63fc0 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -4,7 +4,7 @@  	 * Elgg v1.5 Default Theme  	 * core CSS file  	 *  -	 * Updated 27 Feb - v1.5 +	 * Updated 5 March 09  	 *   	 * @package Elgg  	 * @subpackage Core @@ -766,6 +766,9 @@ ul.topbardropdownmenu ul a {  	border-right: 1px solid #cccccc;  	border-bottom: 1px solid #cccccc;  } +.collapsable_box_content .contentWrapper { +	margin-bottom:5px; +}  .collapsable_box_editpanel {  	display: none;  	background: #a8a8a8; | 
