Skip to content
Snippets Groups Projects
Commit 53f91a95 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #5372 reduce width consigne

parent d93aa037
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment