aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-10-17 21:07:41 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-17 21:07:41 +0300
commit744a91dc7b7e020bf6eb8bb439756fd075c35dc9 (patch)
tree52171b1dcf2c181722047d041b8b8b5b27c166ac /phpBB/styles/prosilver/theme/common.css
parenta189c38853ede323a0dc7ef170c788a7f687326c (diff)
downloadforums-744a91dc7b7e020bf6eb8bb439756fd075c35dc9.tar
forums-744a91dc7b7e020bf6eb8bb439756fd075c35dc9.tar.gz
forums-744a91dc7b7e020bf6eb8bb439756fd075c35dc9.tar.bz2
forums-744a91dc7b7e020bf6eb8bb439756fd075c35dc9.tar.xz
forums-744a91dc7b7e020bf6eb8bb439756fd075c35dc9.zip
[ticket/11552] Responsive breadcrumbs
PHPBB3-11552
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 4dbcc6f455..6142fe39a7 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -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;
}
-