1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-02 04:24:56 +02:00

[ticket/11552] Responsive CP navigation

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin 2013-09-15 17:37:38 +03:00
parent 118b66534e
commit f655ca3e54

View File

@ -188,3 +188,19 @@ ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn {
.pagination {
margin: 5px 0;
}
/* *CP navigation
----------------------------------------*/
#cp-menu, #navigation, #cp-main {
float: none;
width: auto;
margin: 0;
}
#navigation {
padding: 0;
}
#navigation a {
background-image: none;
}