From 32d2c260abc7ed42c706d43e55dfdcdb785463ab Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 17 Aug 2015 11:50:31 +0200 Subject: [PATCH] Move appstore badges out of the way for the app titles --- webadmin/src/theme.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 1273a9a83..7b734af48 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -195,8 +195,8 @@ html { .appstore-item-badge-testing { position: absolute; - right: 15px; - top: 15px; + right: 0; + top: 2px; } .appstore-item-content-testing { @@ -330,6 +330,10 @@ html { background-color: #5CB85C; } +.badge-warning { + background-color: #EFBD48; +} + .badge-danger { background-color: $brand-danger; }