mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/11957] More responsive forms adjustments
PHPBB3-11957
This commit is contained in:
@@ -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
|
||||
---------------------------------------- */
|
||||
|
||||
|
Reference in New Issue
Block a user