[ticket/11957] More responsive forms adjustments

PHPBB3-11957
This commit is contained in:
Vjacheslav Trushkin 2013-10-26 11:02:16 +03:00
parent b107b4c0e2
commit 7b3f63e8a3

View file

@ -934,7 +934,6 @@ input, textarea {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.90em;
font-weight: normal;
cursor: text;
vertical-align: middle;
padding: 2px;
color: #111111;
@ -1101,6 +1100,10 @@ select#full_folder_action {
fieldset {
padding: 5px;
}
fieldset.quick, p.quick {
text-align: center;
}
}
/* Definition list layout for forms
@ -1305,6 +1308,13 @@ fieldset.submit-buttons legend {
display: none;
}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
p.submit-buttons {
margin-top: 0;
}
}
/* Input field styles
---------------------------------------- */