From ab7c0ecfe89eef8bb05894d34791aafd343f6138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 15 Feb 2017 15:19:58 +0100 Subject: [PATCH] Added style for admin-panel badges --- public/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index 42b62e1b..b822eb8c 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -27,6 +27,11 @@ padding: 0 5px; } +.badge.admin-panel{ + margin: 0px; + margin-top: 13px; +} + .width25{ width: 25% !important; }