[ticket/12553] Center the responsive CP menus instead of floating right.

PHPBB3-12553
This commit is contained in:
Cesar G 2014-05-29 19:13:26 -07:00
parent edd9c0e064
commit 0f4c947a03

View file

@ -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
*/