Skip to content
Snippets Groups Projects
Commit 93c5fc85 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

CIP #57952 improve form css

parent fcd6533a
Branches
Tags
2 merge requests!2334Master,!2079Dev#57952 cip priorisation des ecrans de config
Pipeline #1049 passed with stage
in 11 minutes and 41 seconds
......@@ -28,11 +28,11 @@
line-height: 1.5em;
}
body .admin-form {
.admin-form {
padding: 0;
}
body .admin-form td.droite {
.admin-form td.droite {
width: 15em;
}
......@@ -43,3 +43,7 @@ body .admin-form td.droite {
.admin-form table {
width: 100%;
}
.admin-form [type="checkbox"] {
-webkit-appearance: checkbox;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment