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

[ticket/12598] Improve search box styling

PHPBB3-12598
This commit is contained in:
PayBas
2014-07-07 15:49:56 +02:00
parent 3066cd700a
commit 470e6d5edf
13 changed files with 137 additions and 81 deletions

View File

@@ -351,6 +351,13 @@ fieldset.quick-login label[for="autologin"] {
}
}
@media only screen and (max-width: 430px), only screen and (max-device-width: 430px)
{
.section-viewtopic .search-box .inputbox {
width: 110px;
}
}
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px)
{
select, .inputbox {
@@ -511,9 +518,13 @@ fieldset.display-actions {
p.responsive-center {
float: none;
text-align: center;
margin: 0;
margin-bottom: 5px;
}
action-bar > div {
margin-bottom: 5px;
}
.action-bar > .pagination {
float: none;
clear: both;
@@ -525,7 +536,7 @@ fieldset.display-actions {
margin: 0 2px;
}
.action-bar > div.search-box, p.jumpbox-return {
p.jumpbox-return {
display: none;
}