aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-10-04 22:52:55 -0400
committercash <cash.costello@gmail.com>2011-10-04 22:52:55 -0400
commit600c18e65f00f0cff6e31f8c3adfaac29ee1fe0d (patch)
tree737e4e248392d65869efaa079604f53264804b51
parent25219468c2c0e76819a811fabf5d450ae425b79a (diff)
downloadelgg-600c18e65f00f0cff6e31f8c3adfaac29ee1fe0d.tar.gz
elgg-600c18e65f00f0cff6e31f8c3adfaac29ee1fe0d.tar.bz2
Refs #3809 implemented Evan's suggestion for button spacing
-rw-r--r--mod/reportedcontent/views/default/object/reported_content.php2
-rw-r--r--views/default/css/admin.php4
2 files changed, 5 insertions, 1 deletions
diff --git a/mod/reportedcontent/views/default/object/reported_content.php b/mod/reportedcontent/views/default/object/reported_content.php
index b0176c11f..6bcbf6e5d 100644
--- a/mod/reportedcontent/views/default/object/reported_content.php
+++ b/mod/reportedcontent/views/default/object/reported_content.php
@@ -29,7 +29,7 @@ if ($report->state == 'archived') {
'href' => $archive_url,
'text' => elgg_echo('reportedcontent:archive'),
'is_action' => true,
- 'class' => 'elgg-button elgg-button-action mrm',
+ 'class' => 'elgg-button elgg-button-action',
);
echo elgg_view('output/url', $params);
}
diff --git a/views/default/css/admin.php b/views/default/css/admin.php
index 7efdf4249..90d151bc6 100644
--- a/views/default/css/admin.php
+++ b/views/default/css/admin.php
@@ -467,6 +467,10 @@ a.elgg-button {
padding: 3px 6px;
}
+.elgg-button + .elgg-button {
+ margin-left: 5px;
+}
+
.elgg-button-submit,
.elgg-button-action {
color: white;