From ceee90ae13c3d7c0f321c9bf8809a95523f16e44 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 22 Jul 2015 11:13:46 -0700 Subject: [PATCH] Minor styling of status label. --- e107_themes/bootstrap3/admin_style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index de03af074..666ae14e6 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -928,7 +928,8 @@ a.e-media-select ul#e-status { margin:0px 14px } ul#e-status li { padding-bottom:6px; font-size:85% } ul#e-status { line-height:20px } -ul#e-status li a span.badge { float:right; font-size:85% } +ul#e-status li a span.badge, +ul#e-status li a span.label { float:right; font-size:85% } ul#e-status li a:hover { text-decoration: none; } ul#e-latest { margin:0px 14px}