diff options
| author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-18 22:41:53 +0000 | 
|---|---|---|
| committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-18 22:41:53 +0000 | 
| commit | 6087e0511126842a48bbfc6f3077fb62d008ec1b (patch) | |
| tree | 05922e2d5d99676f7ac81e90fab1873cc2a9bf03 /views/default/css.php | |
| parent | 6abb9ff637c04e54272cfeaaca503d2347560952 (diff) | |
| download | elgg-6087e0511126842a48bbfc6f3077fb62d008ec1b.tar.gz elgg-6087e0511126842a48bbfc6f3077fb62d008ec1b.tar.bz2  | |
widget description popups added
git-svn-id: https://code.elgg.org/elgg/trunk@983 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
| -rw-r--r-- | views/default/css.php | 18 | 
1 files changed, 17 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 38249c0af..ea7fef5e5 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -255,7 +255,7 @@ h6 { font-size: 0.8em; }    CUSTOMISE PANEL (PROFILE & DASHBOARD)  *************************************** */  #customise_editpanel { -	/* display:none;*/ +	display:none;  	margin: -20px 0 20px 20px;  	padding:20px;  	background: #dedede; @@ -329,6 +329,14 @@ h6 { font-size: 0.8em; }  #customise_editpanel img.more_info {  	padding-top: 4px;  } +#widget_moreinfo { +	position:absolute; +	border:1px solid #333333; +	background:#e4ecf5; +	color:#333333; +	padding:5px; +	display:none; +}  .droppable-active {  } @@ -680,3 +688,11 @@ input[type="submit"] {  *************************************** */ +	 +	 +	 +	 +	 +	 +	 +	
\ No newline at end of file  | 
