]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #3809 implemented Evan's suggestion for button spacing
authorcash <cash.costello@gmail.com>
Wed, 5 Oct 2011 02:52:55 +0000 (22:52 -0400)
committercash <cash.costello@gmail.com>
Wed, 5 Oct 2011 02:52:55 +0000 (22:52 -0400)
mod/reportedcontent/views/default/object/reported_content.php
views/default/css/admin.php

index b0176c11f1146a1bfab9f3f182a4e6da09dd2385..6bcbf6e5d7747426acd6fd70d1eda4bb4b199482 100644 (file)
@@ -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);
        }
index 7efdf4249f456723e16e1f08a1cd874cf31a9826..90d151bc6abfecbebc99c8616518ab35812a76e6 100644 (file)
@@ -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;