mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Improve cosmetic of removal labels
This commit is contained in:
parent
485b54b514
commit
d66a7f3651
1 changed files with 13 additions and 5 deletions
|
@ -688,14 +688,22 @@ input[type='radio'].nice-radio {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.label-removable {
|
.label-removable {
|
||||||
|
// The following match properties from regular btn's
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
font-size:1.3em;
|
font-size:14px;
|
||||||
color:#666;
|
color:#333;
|
||||||
background-color:#eee;
|
background-color:#f8f8f8;
|
||||||
border: #ddd 1px solid;
|
border: #ddd 1px solid;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-right:7px;
|
margin-bottom:0;
|
||||||
margin-bottom:7px;
|
position: relative;
|
||||||
|
top: -1.666px;
|
||||||
|
height: 29.666px;
|
||||||
|
vertical-align: middle;
|
||||||
|
padding: 6px 12px;
|
||||||
|
|
||||||
|
margin-right:7px; // Spacing between labels
|
||||||
|
|
||||||
.label-separator {
|
.label-separator {
|
||||||
margin-left:7px;
|
margin-left:7px;
|
||||||
color:white;
|
color:white;
|
||||||
|
|
Loading…
Reference in a new issue