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:
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -46,4 +46,3 @@ body {
|
||||
#site-description p, #search-box {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user