diff options
| author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-29 12:35:51 +0000 | 
|---|---|---|
| committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-29 12:35:51 +0000 | 
| commit | e7fd07af05e1812e08a2e5ea39912e61af17d2d1 (patch) | |
| tree | b5fbc7378fecfd9c82cb9d9a7381b07e14e9e9eb /views/default/css | |
| parent | aefce16b306505c6cfed8d87e975b2c9680559b4 (diff) | |
| download | elgg-e7fd07af05e1812e08a2e5ea39912e61af17d2d1.tar.gz elgg-e7fd07af05e1812e08a2e5ea39912e61af17d2d1.tar.bz2 | |
removed reported content css in admin css view
git-svn-id: http://code.elgg.org/elgg/trunk@7469 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css')
| -rw-r--r-- | views/default/css/admin.php | 35 | 
1 files changed, 0 insertions, 35 deletions
| diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 5a99ab3f8..b99325898 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -598,41 +598,6 @@ table.mceLayout {  	margin:0 0 5px 10px;  } - - -/* REPORTED CONTENT */ -.admin_settings.reported_content { -	margin:5px 0 0 0; -	padding:5px 7px 3px 9px; -	-webkit-border-radius: 5px; -	-moz-border-radius: 5px; -} -.admin_settings.reported_content p { -	margin:0; -} -.active_report { -	border:1px solid #D3322A; -	background:#F7DAD8; -} -.archived_report { -	border:1px solid #666666; -	background:#dedede; -} -.admin_settings.reported_content .controls { -	float:right; -	margin:14px 5px 0 0; -} -.admin_settings.reported_content a.action_button { -	display:inline; -	float:right; -	margin-left:15px; -} -.admin_settings.reported_content .details_link { -	cursor: pointer; -} - - -  /* ECML */  .ecml_admin_table {  	width:100%; | 
