From 600c18e65f00f0cff6e31f8c3adfaac29ee1fe0d Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 4 Oct 2011 22:52:55 -0400 Subject: Refs #3809 implemented Evan's suggestion for button spacing --- views/default/css/admin.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views/default/css/admin.php') 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; -- cgit v1.2.3