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
parent
commit
fa87b2fbf2
No known key found for this signature in database GPG Key ID: F941078878347C0C
  1. 1
      settings/css/settings.css

1
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 {

Loading…
Cancel
Save