mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11552] Adjustments for CP navigation
PHPBB3-11552
This commit is contained in:
parent
f655ca3e54
commit
34fa93a153
1 changed files with 11 additions and 1 deletions
|
@ -199,8 +199,18 @@ ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn {
|
||||||
|
|
||||||
#navigation {
|
#navigation {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation a {
|
#navigation a {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#navigation li:first-child a {
|
||||||
|
border-radius: 5px 5px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation li:last-child a {
|
||||||
|
border-radius: 0 0 5px 5px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue