From 53f91a95a1c889a8d276083a41794cbf8d7caf6a Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Mon, 3 Apr 2017 17:53:47 +0200 Subject: [PATCH] FEAT #5372 reduce width consigne --- modules/avis/css/module.css | 10 +++++----- modules/visa/css/module.css | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/avis/css/module.css b/modules/avis/css/module.css index 811f3db9d63..c408735e251 100755 --- a/modules/avis/css/module.css +++ b/modules/avis/css/module.css @@ -89,7 +89,7 @@ opacity: 1; } .avisUserInfo{ - width: 45%; + width: 55%; font-weight: bold; } @@ -123,12 +123,12 @@ } #dropZone,#dropZone:active{ - width: 10px; + width: 40px; + text-align: right; opacity: 0.5; visibility: hidden; - text-align: right; - margin: 5px; float: right; + margin: 5px; } #dropZone:hover{ cursor: grab; @@ -137,7 +137,7 @@ cursor: grabbing; } .avisUserConsigne{ - width: 40%; + width: 30%; } .avisUserAction{ color : red; diff --git a/modules/visa/css/module.css b/modules/visa/css/module.css index 4b49becb99f..bf508d8538a 100644 --- a/modules/visa/css/module.css +++ b/modules/visa/css/module.css @@ -171,7 +171,7 @@ opacity: 1; } .visaUserInfo{ - width: 45%; + width: 55%; font-weight: bold; } @@ -205,12 +205,12 @@ } #dropZone,#dropZone:active{ - width: 10px; + width: 40px; + text-align: right; opacity: 0.5; visibility: hidden; - text-align: right; + float: right; margin: 5px; - float: right; } #dropZone:hover{ cursor: grab; @@ -219,7 +219,7 @@ cursor: grabbing; } .visaUserConsigne{ - width: 40%; + width: 30%; } .visaUserAction{ color : red; -- GitLab