Skip to content
Snippets Groups Projects
Commit e85ab019 authored by Armand Bahi's avatar Armand Bahi
Browse files

Review Checkbox CSS

parent bdae6533
Branches
Tags
No related merge requests found
...@@ -2438,7 +2438,3 @@ div.vmap-select-scale-alert{ ...@@ -2438,7 +2438,3 @@ div.vmap-select-scale-alert{
min-height: 55px; min-height: 55px;
padding-top: 15px !important; padding-top: 15px !important;
} }
.checkbox-inline label::before, .checkbox-inline label::after{
top: 3px;
}
...@@ -206,11 +206,6 @@ and open the template in the editor. ...@@ -206,11 +206,6 @@ and open the template in the editor.
-o-user-select: none; -o-user-select: none;
} }
// décalage pour les checkbox et radio
.checkbox_margin {
margin-left: 30px;
}
// Permet à code Mirror de prendre toute la place dans la div // Permet à code Mirror de prendre toute la place dans la div
.CodeMirror { .CodeMirror {
border: 1px solid #eee; border: 1px solid #eee;
...@@ -343,15 +338,6 @@ and open the template in the editor. ...@@ -343,15 +338,6 @@ and open the template in the editor.
font-size:11px font-size:11px
} }
.checkbox label::before, .checkbox label::after{
width:13px;
height: 13px;
}
.checkbox {
padding-left: 12px;
}
.collapser-form-wab-modal{ .collapser-form-wab-modal{
font-size: 40px; font-size: 40px;
padding-top: 10px; padding-top: 10px;
......
...@@ -1046,3 +1046,24 @@ div[data-app-html-form]>div[app-form-reader]>.modal>.modal-dialog{ ...@@ -1046,3 +1046,24 @@ div[data-app-html-form]>div[app-form-reader]>.modal>.modal-dialog{
/*@supports (-ms-accelerator:true) and (not (color:unset)) { /*@supports (-ms-accelerator:true) and (not (color:unset)) {
.selector { property:value; } .selector { property:value; }
}*/ }*/
.checkbox {
padding-left: 12px;
}
.checkbox_margin {
margin-left: 30px;
}
.checkbox-inline label::before{
top: 3px;
left: 1px
}
.checkbox-inline label::after{
top: 2px;
}
.checkbox label::before, .checkbox label::after{
width:13px;
height: 13px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment