mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11957] More responsive forms adjustments
PHPBB3-11957
This commit is contained in:
parent
b107b4c0e2
commit
7b3f63e8a3
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
---------------------------------------- */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue