From 7ec664823d9aac99f53fe47a74ad8b3c06edc7b4 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 22 May 2013 10:23:42 +0100 Subject: [PATCH] Fixes whitespace to the left of 'Open Media Builder' button (CC-5166) --- airtime_mvc/public/css/bootstrap.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/airtime_mvc/public/css/bootstrap.css b/airtime_mvc/public/css/bootstrap.css index efe9abff7..2974d8cda 100644 --- a/airtime_mvc/public/css/bootstrap.css +++ b/airtime_mvc/public/css/bootstrap.css @@ -232,6 +232,9 @@ a.badge:hover { .btn-small [class^="icon-"] { margin-top: 0; } +#pl_edit.btn.btn-small { + margin-left: 10px; +} .btn-mini { padding: 2px 6px; font-size: 11px; @@ -2710,4 +2713,4 @@ fieldset .btn-toolbar { list-style-type: none; margin: 0; padding: 0; -} \ No newline at end of file +}