diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-16 12:29:30 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-16 12:29:30 +0000 |
commit | 1ddb5626de8c1628cf4887a55cb1234dd346db39 (patch) | |
tree | 1259b5873891828c15b7cda0d316a69af358cfe4 /mod/reportedcontent | |
parent | d3e5645c4c74796469f198ec54a8fbe52f6908ff (diff) | |
download | elgg-1ddb5626de8c1628cf4887a55cb1234dd346db39.tar.gz elgg-1ddb5626de8c1628cf4887a55cb1234dd346db39.tar.bz2 |
Minor UI updates to reported content.
git-svn-id: http://code.elgg.org/elgg/trunk@5417 36083f99-b078-4883-b0ff-0f9b5a30f544
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> |