diff options
-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%; |