From 7fc68cf3da66b5fb20f2cb0ffc99fc2ec1463f2d Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Wed, 19 Oct 2016 09:32:45 -0400 Subject: [PATCH] Fix result checkbox RTL. --- themes/bootstrap3/css/vendor/bootstrap-rtl.min.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/bootstrap3/css/vendor/bootstrap-rtl.min.css b/themes/bootstrap3/css/vendor/bootstrap-rtl.min.css index e962f5238eb..6653eba1e14 100644 --- a/themes/bootstrap3/css/vendor/bootstrap-rtl.min.css +++ b/themes/bootstrap3/css/vendor/bootstrap-rtl.min.css @@ -85,6 +85,9 @@ body.rtl i.fa.fa-chevron-right {content: "\f053";} body.offcanvas.offcanvas-right.flip.active .offcanvas-toggle {left: 75%; right: auto;} } +/* Customization for search */ +.result .checkbox { float: right; } + /* Customization for sidebar */ .sidebar .list-group:not(.filters) .title:after {float: left;} .sidebar label:not(.list-group-item) { @@ -94,4 +97,4 @@ body.rtl i.fa.fa-chevron-right {content: "\f053";} /* Customization for typeahead */ span.twitter-typeahead, -.search-query {direction: RTL !important;} \ No newline at end of file +.search-query {direction: RTL !important;} -- GitLab