From 497c3a3e57b126b777aa77d945351f53a72e18b9 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Wed, 12 Jul 2017 09:10:23 +0200 Subject: [PATCH] Fix css board can't be centered and add/delete cols button need to be visible on mobiles --- client/css/framemo.css | 4 ++++ client/script.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/client/css/framemo.css b/client/css/framemo.css index b33975a..222cc58 100644 --- a/client/css/framemo.css +++ b/client/css/framemo.css @@ -41,3 +41,7 @@ h1 a.banner { #revisions-list { margin-top: 10px; } + +#add-col[style], #delete-col[style] { + display:inline !important; // No mouvehover effect on mobile +} diff --git a/client/script.js b/client/script.js index f4af603..58be44f 100644 --- a/client/script.js +++ b/client/script.js @@ -1064,7 +1064,7 @@ $(document).ready(function(){ .wrap( '
' ) - .css('margin','auto'); + //.css('margin','auto'); $('.names').css({'margin':'auto','width':'auto'}).addClass('pull-right');