Commit 294187b8 authored by Romain DELEAU's avatar Romain DELEAU

fix css : reposition character and interrupt icons on tasks

parent fe81a337
...@@ -322,7 +322,7 @@ ...@@ -322,7 +322,7 @@
&-interrupt { &-interrupt {
transform: scale(1.2); transform: scale(1.2);
position: absolute; position: absolute;
right: 41%; right: 35%;
bottom: 25px; bottom: 25px;
border-radius: 50%; border-radius: 50%;
background-color: white; background-color: white;
...@@ -332,7 +332,7 @@ ...@@ -332,7 +332,7 @@
&-character { &-character {
transform: scale(1.2); transform: scale(1.2);
position: absolute; position: absolute;
left: 40%; left: 45%;
bottom: 25px; bottom: 25px;
border-radius: 50%; border-radius: 50%;
padding: 4px; padding: 4px;
......
...@@ -362,7 +362,7 @@ ...@@ -362,7 +362,7 @@
&-interrupt { &-interrupt {
transform: scale(1.2); transform: scale(1.2);
position: absolute; position: absolute;
right: 41%; right: 35%;
bottom: 25px; bottom: 25px;
border-radius: 50%; border-radius: 50%;
background-color: white; background-color: white;
...@@ -372,7 +372,7 @@ ...@@ -372,7 +372,7 @@
&-character { &-character {
transform: scale(1.2); transform: scale(1.2);
position: absolute; position: absolute;
left: 40%; left: 45%;
bottom: 25px; bottom: 25px;
border-radius: 50%; border-radius: 50%;
padding: 4px; padding: 4px;
......
...@@ -373,7 +373,7 @@ ...@@ -373,7 +373,7 @@
&-interrupt { &-interrupt {
transform: scale(1.2); transform: scale(1.2);
position: absolute; position: absolute;
right: 41%; right: 35%;
bottom: 25px; bottom: 25px;
border-radius: 50%; border-radius: 50%;
background-color: white; background-color: white;
...@@ -383,7 +383,7 @@ ...@@ -383,7 +383,7 @@
&-character { &-character {
transform: scale(1.2); transform: scale(1.2);
position: absolute; position: absolute;
left: 40%; left: 45%;
bottom: 25px; bottom: 25px;
border-radius: 50%; border-radius: 50%;
padding: 4px; padding: 4px;
......
...@@ -362,7 +362,7 @@ ...@@ -362,7 +362,7 @@
&-interrupt { &-interrupt {
transform: scale(1.2); transform: scale(1.2);
position: absolute; position: absolute;
right: 41%; right: 35%;
bottom: 25px; bottom: 25px;
border-radius: 50%; border-radius: 50%;
background-color: white; background-color: white;
...@@ -372,7 +372,7 @@ ...@@ -372,7 +372,7 @@
&-character { &-character {
transform: scale(1.2); transform: scale(1.2);
position: absolute; position: absolute;
left: 40%; left: 45%;
bottom: 25px; bottom: 25px;
border-radius: 50%; border-radius: 50%;
padding: 4px; padding: 4px;
......
...@@ -372,7 +372,7 @@ ...@@ -372,7 +372,7 @@
&-interrupt { &-interrupt {
transform: scale(1.2); transform: scale(1.2);
position: absolute; position: absolute;
right: 41%; right: 35%;
bottom: 25px; bottom: 25px;
border-radius: 50%; border-radius: 50%;
background-color: white; background-color: white;
...@@ -382,7 +382,7 @@ ...@@ -382,7 +382,7 @@
&-character { &-character {
transform: scale(1.2); transform: scale(1.2);
position: absolute; position: absolute;
left: 40%; left: 45%;
bottom: 25px; bottom: 25px;
border-radius: 50%; border-radius: 50%;
padding: 4px; padding: 4px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment