misc: adjust spacings (#20908)

This commit is contained in:
Frédéric Péters 2017-12-27 20:17:46 +01:00
parent 2b4eb7cd54
commit ec650b321e
1 changed files with 6 additions and 4 deletions

View File

@ -229,7 +229,7 @@ ul.result {
.contacts ul.formdatas li,
.qualif ul.formdatas li,
ul.result li {
margin: -1px 1em 0 2px;
margin: -1px 0 0 2px;
list-style: none;
border: 1px solid #ccc;
position: relative;
@ -446,7 +446,7 @@ div.add-formdef-reference {
div.add-formdef-reference > div {
display: inline-block;
width: calc(100% - 6em);
width: 100%;
}
div#postit {
@ -479,8 +479,9 @@ div#postit > div.content {
}
form#note textarea {
width: calc(100% - 2em);
width: 100%;
height: 8em;
font-family: inherit;
}
#category-filter {
@ -664,7 +665,7 @@ p.required label::after {
ul.select-formdata {
margin-top: 0;
width: calc(100% - 6ex);
width: 100%;
}
ul.select-formdata ul {
@ -701,6 +702,7 @@ ul.select-formdata ul {
content: "✖";
position: absolute;
right: 1ex;
padding: 0 1ex;
}
ul.select-formdata li.on ul {