From 3df48b25f719de2532a6dc3ec4aba88e8e36cd83 Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Thu, 29 Mar 2018 13:06:50 +0200
Subject: [PATCH] Increase ifneedbe choice width

Closes #292 for good
Also a few syntax typos

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 css/style.css | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/css/style.css b/css/style.css
index 4e98ab09..046284c4 100644
--- a/css/style.css
+++ b/css/style.css
@@ -353,11 +353,11 @@ table.results .btn-link.btn-sm {
     position: absolute;
     width: 1px;
     height: 1px;
-    padding: 0px;
+    padding: 0;
     margin: -1px;
     overflow: hidden;
     clip: rect(0px, 0px, 0px, 0px);
-    border: 0px none;
+    border: 0 none;
 }
 
 .choice input:focus + label {
@@ -365,7 +365,7 @@ table.results .btn-link.btn-sm {
     outline-offset: -2px;
 }
 .choice {
-    width:32px;
+    width: 35px;
     margin:0 auto !important;
 }
 
@@ -382,8 +382,8 @@ span.edit-username-left {
 }
 
 .yes .btn, .ifneedbe .btn, .no .btn {
-    width:32px;
-    color:#555;
+    width: 35px;
+    color: #555;
 }
 
 .yes .btn,.yes .btn:hover {
@@ -561,4 +561,4 @@ table.results > tbody > tr:hover > td .glyphicon {
 /* Buttons */
 .btn {
     white-space: normal;
-}
\ No newline at end of file
+}
-- 
GitLab