From 2ac7fb49b6567f31644da99da5b43fabf09fe067 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Fri, 18 Apr 2014 15:08:16 +0000 Subject: This should fix the preview allignment permantly. --- view/theme/redbasic/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c43ed5a7e..74738c537 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2291,7 +2291,10 @@ blockquote { .btn-default.btn-sm:hover, .btn-default.btn-sm:focus, .btn-default.btn-sm:active .btn-default.btn-sm.active { text-decoration: none; - z-index: 0; +} + +.btn-preview, .btn-preview:hover, .btn-preview:focus, .btn-preview:active { + margin-right: 1px; } @media screen and (max-width: 767px) { -- cgit v1.2.3