1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

[ticket/11552] Change breadcrumbs structure

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin
2013-09-15 00:40:37 +03:00
parent 284fb30958
commit b84f0791b2
3 changed files with 11 additions and 11 deletions

View File

@@ -380,19 +380,19 @@ ul.linklist.bulletin li.no-bulletin:before {
/* Responsive breadcrumbs
----------------------------------------*/
.breadcrumbs a {
.breadcrumbs .crumb {
display: inline-block;
vertical-align: bottom;
}
.breadcrumbs a.wrapped {
.breadcrumbs .crumb.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; }
.breadcrumbs .crumb.wrapped-wide { max-width: 120px; }
.breadcrumbs .crumb.wrapped-medium { max-width: 80px; }
.breadcrumbs .crumb.wrapped-small { max-width: 30px; }
/* Table styles
----------------------------------------*/