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

Review Checkbox CSS

parent ce3bb9c9
No related branches found
No related tags found
No related merge requests found
......@@ -206,11 +206,6 @@ and open the template in the editor.
-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
.CodeMirror {
border: 1px solid #eee;
......@@ -343,15 +338,6 @@ and open the template in the editor.
font-size:11px
}
.checkbox label::before, .checkbox label::after{
width:13px;
height: 13px;
}
.checkbox {
padding-left: 12px;
}
.collapser-form-wab-modal{
font-size: 40px;
padding-top: 10px;
......
......@@ -1046,3 +1046,24 @@ div[data-app-html-form]>div[app-form-reader]>.modal>.modal-dialog{
/*@supports (-ms-accelerator:true) and (not (color:unset)) {
.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