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

[ticket/11552] Responsive breadcrumbs

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin
2013-10-17 21:07:41 +03:00
parent a189c38853
commit 744a91dc7b
4 changed files with 68 additions and 3 deletions

View File

@@ -378,6 +378,22 @@ ul.linklist.bulletin li.no-bulletin:before {
display: none;
}
/* Responsive breadcrumbs
----------------------------------------*/
.breadcrumbs a {
display: inline-block;
}
.breadcrumbs a.wrapped {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
}
.breadcrumbs a.wrapped-wide { max-width: 120px; }
.breadcrumbs a.wrapped-medium { max-width: 80px; }
.breadcrumbs a.wrapped-small { max-width: 30px; }
/* Table styles
----------------------------------------*/
table.table1 {
@@ -835,4 +851,3 @@ form > p.post-notice strong {
.notification_list p.notifications_time {
font-size: 11px;
}

View File

@@ -46,4 +46,3 @@ body {
#site-description p, #search-box {
display: none;
}