1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

Merge branch '3.1.x'

* 3.1.x:
  [ticket/14018] Update CSS for handling quick link menus
  [ticket/14018] Fix responsive quick link menus
This commit is contained in:
Tristan Darricau 2015-07-19 22:23:02 +02:00
commit 85f89a0417

View File

@ -327,6 +327,7 @@ ul.linklist li.responsive-menu {
ul.linklist li.responsive-menu a.responsive-menu-link {
display: inline-block;
margin: 0 5px;
font-size: 1.455em;
position: relative;
width: 16px;
line-height: 1.2em;
@ -1257,12 +1258,14 @@ ul.linklist:after,
}
#quick-links a.responsive-menu-link:before {
font-size: 1.6em;
font-size: 1.455em;
line-height: 16.5px;
}
.compact #quick-links a.responsive-menu-link {
font-size: 0;
width: 0;
overflow: hidden;
white-space: nowrap;
}
.compact .icon-notification > a > span, .compact .icon-pm > a > span {