aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent
diff options
context:
space:
mode:
Diffstat (limited to 'mod/reportedcontent')
-rw-r--r--mod/reportedcontent/views/default/reportedcontent/admin_css.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/reportedcontent/views/default/reportedcontent/admin_css.php b/mod/reportedcontent/views/default/reportedcontent/admin_css.php
index 02c235a99..b1e96f56c 100644
--- a/mod/reportedcontent/views/default/reportedcontent/admin_css.php
+++ b/mod/reportedcontent/views/default/reportedcontent/admin_css.php
@@ -8,10 +8,12 @@
/* REPORTED CONTENT */
.reported-content {
- margin: 5px 0 0 0;
+ margin: 5px 0 0;
padding: 5px 7px 3px 9px;
+
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
+ border-radius: 5px;
}
.reported-content p {
margin: 0;