Browse Source
limit max-width to have never more than two input fields next to each other
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
pull/1946/head
Bjoern Schiessle
10 years ago
committed by
Roeland Jago Douma
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with
1 additions and
0 deletions
-
settings/css/settings.css
|
|
|
@ -68,6 +68,7 @@ input#openid, input#webdav { width:20em; } |
|
|
|
position: relative; |
|
|
|
float: left; |
|
|
|
min-width: 280px; |
|
|
|
max-width: 700px; |
|
|
|
width: calc(100% - 200px); |
|
|
|
} |
|
|
|
#personal-settings-container:after { |
|
|
|
|