diff options
Diffstat (limited to 'mod/reportedcontent')
-rw-r--r-- | mod/reportedcontent/views/default/reportedcontent/css.php | 2 | ||||
-rw-r--r-- | mod/reportedcontent/views/default/reportedcontent/form.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mod/reportedcontent/views/default/reportedcontent/css.php b/mod/reportedcontent/views/default/reportedcontent/css.php index 872ff36bb..e01399382 100644 --- a/mod/reportedcontent/views/default/reportedcontent/css.php +++ b/mod/reportedcontent/views/default/reportedcontent/css.php @@ -22,7 +22,7 @@ } /* admin area */ .admin_settings.reported_content { - margin:0 0 5px 0; + margin:5px 0 0 0; padding:5px 7px 3px 9px; -webkit-border-radius: 5px; -moz-border-radius: 5px; diff --git a/mod/reportedcontent/views/default/reportedcontent/form.php b/mod/reportedcontent/views/default/reportedcontent/form.php index 9b8049297..00ceeb074 100644 --- a/mod/reportedcontent/views/default/reportedcontent/form.php +++ b/mod/reportedcontent/views/default/reportedcontent/form.php @@ -22,7 +22,7 @@ $shares = array(); $owner = $vars['user']; ?> -<form action="<?php echo $vars['url']; ?>action/reportedcontent/add" method="post"> +<form action="<?php echo $vars['url']; ?>action/reportedcontent/add" method="post" class="margin_top"> <?php echo elgg_view('input/securitytoken'); ?> <p> |