From 7c53e55d2c203279856a9b04e80b9c7b038bb00e Mon Sep 17 00:00:00 2001
From: echarp <emmanuel.charpentier@free.fr>
Date: Sat, 22 Nov 2014 16:09:30 +0100
Subject: [PATCH] =?UTF-8?q?Correction=20pour=20la=20largeur=20des=20=C3=A9?=
 =?UTF-8?q?l=C3=A9ments=20de=20type=20radio=20bouton?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/assets/stylesheets/events.css.sass | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app/assets/stylesheets/events.css.sass b/app/assets/stylesheets/events.css.sass
index 0871ea518..af9b46b88 100644
--- a/app/assets/stylesheets/events.css.sass
+++ b/app/assets/stylesheets/events.css.sass
@@ -181,13 +181,10 @@ aside#lug-list
       width: 20em
       &:after
         content: ''
-    input, .select2-container ul
+    input[type=text], input[type=url], input[type=email], .select2-container ul, .mce-tinymce
       width: 55em
-    input.ws-datetime-local
-      width: inherit !important
 
     .mce-tinymce
-      width: 55em
       font-size: inherit
       font-family: inherit
       +inline-block()
-- 
GitLab