🎨 Moins de place pour l'unite "euro", plus pour les saisies

Notamment sur mobile
pull/191/head
Mael 2018-04-30 11:06:33 +02:00
parent 1c76ff650d
commit a2a5f28db0
1 changed files with 4 additions and 3 deletions

View File

@ -78,9 +78,10 @@
}
#targetSelection .targetInputOrValue {
font-size: 120%;
font-size: 125%;
display: flex;
justify-content: flex-end;
margin-left: .6em;
}
#targetSelection .editable {
@ -107,8 +108,8 @@
}
#targetSelection .unit {
margin-left: 0.6em;
font-size: 125%;
margin-left: 0.4em;
font-size: 110%;
vertical-align: middle;
}