From 5ac76af6362af823bf85ffca09a1d0a6a9d28866 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Fri, 20 May 2016 08:44:15 +0200 Subject: [PATCH] Fix contact actions floating --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 8ca8039..59f8162 100644 --- a/css/style.css +++ b/css/style.css @@ -95,7 +95,7 @@ } #ocsms-contact-actions { - float: left; + float: right; }