aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/views/default/reportedcontent/admin_css.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/reportedcontent/views/default/reportedcontent/admin_css.php')
-rw-r--r--mod/reportedcontent/views/default/reportedcontent/admin_css.php36
1 files changed, 14 insertions, 22 deletions
diff --git a/mod/reportedcontent/views/default/reportedcontent/admin_css.php b/mod/reportedcontent/views/default/reportedcontent/admin_css.php
index 82566ff3a..02c235a99 100644
--- a/mod/reportedcontent/views/default/reportedcontent/admin_css.php
+++ b/mod/reportedcontent/views/default/reportedcontent/admin_css.php
@@ -7,32 +7,24 @@
?>
/* REPORTED CONTENT */
-.admin_settings.reported_content {
- margin:5px 0 0 0;
- padding:5px 7px 3px 9px;
+.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;
+.reported-content p {
+ margin: 0;
}
-.active_report {
- border:1px solid #D3322A;
- background:#F7DAD8;
+.reported-content-active {
+ border: 1px solid #D3322A;
+ background: #F7DAD8;
}
-.archived_report {
- border:1px solid #666666;
- background:#dedede;
+.reported-content-archived {
+ 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;
+.reported-content .controls {
+ float: right;
+ margin: 14px 5px 0 0;
}