1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-23 08:43:02 +02:00

Merge pull request #4015 from RMcGirr83/ticket_12649

[ticket/12649] Change sort & display options in footers to dropdown menu
This commit is contained in:
Marc Alexander
2015-11-25 13:39:58 +01:00
15 changed files with 100 additions and 118 deletions

View File

@@ -862,6 +862,10 @@ li.breadcrumbs span:first-child > a {
padding-right: 0;
}
.rtl .dropdown fieldset.display-options label {
text-align: left;
}
/* Display actions for ucp and mcp pages */
.rtl fieldset.display-actions {
text-align: left;

View File

@@ -183,6 +183,24 @@ fieldset.display-options a {
margin-top: 3px;
}
.dropdown fieldset.display-options {
font-size: 1em;
margin: 0;
padding: 0;
}
.dropdown fieldset.display-options label {
display: block;
margin: 4px;
padding: 0;
text-align: right;
white-space: nowrap;
}
.dropdown fieldset.display-options select {
min-width: 120px;
}
/* Display actions for ucp and mcp pages */
fieldset.display-actions {
text-align: right;