diff options
| author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-01 02:15:02 +0000 | 
|---|---|---|
| committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-01 02:15:02 +0000 | 
| commit | 47be5f99ce36672ca18e31e981c63fa7f44827ab (patch) | |
| tree | 8903b8588315414000686bac7c1d9cb25e3155da /views | |
| parent | 39ed76254bc4617b1564989ebdfd990f7767372a (diff) | |
| download | elgg-47be5f99ce36672ca18e31e981c63fa7f44827ab.tar.gz elgg-47be5f99ce36672ca18e31e981c63fa7f44827ab.tar.bz2 | |
yuck - have to reset all the styling from elgg-button for elgg-button-delete
git-svn-id: http://code.elgg.org/elgg/trunk@8524 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
| -rw-r--r-- | views/default/css/elements/buttons.php | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/views/default/css/elements/buttons.php b/views/default/css/elements/buttons.php index 3e9203e51..87b404290 100644 --- a/views/default/css/elements/buttons.php +++ b/views/default/css/elements/buttons.php @@ -99,7 +99,13 @@  	width:14px;  	height:14px;  	margin:0; +	padding:0; +	border:0;  	float:right; +	-webkit-box-shadow: 0 0 0; +	-moz-box-shadow: 0 0 0; +	-webkit-border-radius: 0; +	-moz-border-radius: 0;  }  .elgg-button-delete a {  	display:block; | 
