aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/views/default/reportedcontent/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/reportedcontent/views/default/reportedcontent/css.php')
-rw-r--r--mod/reportedcontent/views/default/reportedcontent/css.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/mod/reportedcontent/views/default/reportedcontent/css.php b/mod/reportedcontent/views/default/reportedcontent/css.php
new file mode 100644
index 000000000..c3cdbe098
--- /dev/null
+++ b/mod/reportedcontent/views/default/reportedcontent/css.php
@@ -0,0 +1,10 @@
+.reported_content {
+ background:#efefef;
+ border:1px solid #ccc;
+ padding:5px;
+}
+
+span.reported_detail {
+ width:200px;
+ border-left:1px solid #ccc;
+} \ No newline at end of file