1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 16:01:40 +02:00

[ticket/11956] Responsive quick login form

PHPBB3-11956
This commit is contained in:
Vjacheslav Trushkin
2013-10-22 22:23:49 +03:00
parent 1638ff3cba
commit 5eeaab562c
2 changed files with 27 additions and 3 deletions

View File

@@ -306,6 +306,30 @@ dl.pmlist dd:first-of-type {
display: inline-block !important;
}
fieldset.quick-login label {
display: block;
margin-bottom: 5px;
white-space: normal;
}
fieldset.quick-login label > span {
display: inline-block;
min-width: 100px;
}
fieldset.quick-login input.inputbox {
width: 85%;
max-width: 300px;
margin-left: 20px;
}
fieldset.quick-login label[for="autologin"] {
display: inline-block;
text-align: right;
min-width: 50%;
}
/* User profile
----------------------------------------*/
.column1, .column2, .left-box.profile-details {