🎨 Style des champs de saisie de salaire

pull/206/head
Mael 2018-03-19 18:35:13 +01:00 committed by Laurent Bossavit
parent 855c379d72
commit 74cf7d5bb2
1 changed files with 10 additions and 7 deletions

View File

@ -91,21 +91,24 @@ border-bottom: 1px dashed #ffffff91}
#targetSelection input[type='text'] {
width: 5em !important;
display: inline-block;
height: 1.4em;
height: 1.5em;
text-align: right;
font-weight: 600;
padding: 0;
padding: 0em 0.3em;
padding: 0em 0.5em;
background: white;
border-radius: 0.1em;
border: none;
color: #4b4b66;
border-radius: 0.2em;
border: none;
box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.45);
color: #333;
font-size: inherit
}
#targetSelection input[type='text'] {
#targetSelection .unit {
margin-left: .6em;
font-size: 120%;
vertical-align: middle;
}
#targetSelection .valueTypeIcon {
display: none;
margin: 0 0.4em;