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;
|
||||
}
|
||||
.label-removable {
|
||||
// The following match properties from regular btn's
|
||||
display:inline-block;
|
||||
font-size:1.3em;
|
||||
color:#666;
|
||||
background-color:#eee;
|
||||
font-size:14px;
|
||||
color:#333;
|
||||
background-color:#f8f8f8;
|
||||
border: #ddd 1px solid;
|
||||
font-weight: normal;
|
||||
margin-right:7px;
|
||||
margin-bottom:7px;
|
||||
margin-bottom:0;
|
||||
position: relative;
|
||||
top: -1.666px;
|
||||
height: 29.666px;
|
||||
vertical-align: middle;
|
||||
padding: 6px 12px;
|
||||
|
||||
margin-right:7px; // Spacing between labels
|
||||
|
||||
.label-separator {
|
||||
margin-left:7px;
|
||||
color:white;
|
||||
|
|
Loading…
Reference in a new issue