From 17bd43d921d2dbf6ca2dda33812faacf2fca1f41 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 25 Feb 2017 08:06:16 -0800 Subject: [PATCH] Fixes #2453, Fixes #2452 - button margin. --- e107_themes/bootstrap3/admin_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index d4dff57c6..c2c948cda 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -418,7 +418,7 @@ i.s-message-debug { background-position: -1480px 0; width: 32px; height: 32px; .s-message-body { padding-left: 42px; } .s-message-item {} -.s-message-item a.btn { margin-top: 15px; } +.s-message-item .btn { margin-top: 15px; } .e-footer-info { text-align: center }