Fix UI issues
This commit is contained in:
@@ -49,6 +49,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.cp-checkmark-label {
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.cp-checkmark-mark {
|
||||
margin-right: 10px;
|
||||
position: relative;
|
||||
@@ -68,6 +73,7 @@
|
||||
transform: rotate(45deg);
|
||||
border: solid @colortheme_checkmark-col1;
|
||||
border-width: 0 @width @width 0;
|
||||
position: absolute;
|
||||
}
|
||||
&:focus {
|
||||
//border-color: #FF007C !important;
|
||||
@@ -114,6 +120,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cp-checkmark-label {
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@radio-size: @dim1 * 3;
|
||||
.cp-radio-mark {
|
||||
margin-right: 10px;
|
||||
|
||||
@@ -54,11 +54,7 @@
|
||||
}
|
||||
label.noTitle {
|
||||
display: inline-flex;
|
||||
vertical-align: top;
|
||||
& ~ .fa {
|
||||
line-height: 24px;
|
||||
height: 24px;
|
||||
vertical-align: top;
|
||||
.fa {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user