mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12553] Center the responsive CP menus instead of floating right.
PHPBB3-12553
This commit is contained in:
parent
edd9c0e064
commit
0f4c947a03
1 changed files with 9 additions and 0 deletions
|
@ -723,6 +723,15 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
|||
float: right;
|
||||
}
|
||||
|
||||
/* Responsive *CP navigation
|
||||
----------------------------------------*/
|
||||
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
|
||||
{
|
||||
.rtl #cp-menu, .rtl #navigation, .rtl #cp-main {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* forms.css
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue