Commit e8d4b7e6 authored by Romain Courteaud's avatar Romain Courteaud

erp5_no_style: css

parent b986c7fb
......@@ -36,6 +36,15 @@ body main {
body main fieldset {
border: none;
}
body main fieldset > div {
display: flex;
flex-flow: row nowrap;
}
body main fieldset > div > label {
margin-right: 1em;
font-weight: bold;
min-width: 10%;
}
body > nav#language {
grid-row: 3;
background-color: #DDD;
......
......@@ -43,6 +43,15 @@ body {
fieldset {
border: none;
> div {
display: flex;
flex-flow: row nowrap;
> label {
margin-right: 1em;
font-weight: bold;
min-width: 10%;
}
}
}
}
......
Markdown is supported
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