css: 50% for non-director right layout columns

fixes #1134
This commit is contained in:
Thomas Gelf 2017-09-04 09:49:21 +02:00
parent 71057ef47a
commit c55d147ff0
1 changed files with 3 additions and 0 deletions

View File

@ -861,6 +861,9 @@ form {
#layout.twocols &#col2 { #layout.twocols &#col2 {
width: 50%; width: 50%;
} }
#layout.twocols &#col1 + #col2 {
width: 50%;
}
form dd { form dd {
padding: 0.3em 0.5em; padding: 0.3em 0.5em;