From b9b96143568813b75110880994d3ad72fad715ee Mon Sep 17 00:00:00 2001 From: Kordan Date: Thu, 10 Nov 2011 08:03:27 +0100 Subject: [PATCH] MDL-29830 theme_base: Fix overflow problems with navigation items --- theme/base/style/blocks.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/base/style/blocks.css b/theme/base/style/blocks.css index c238b19800d..512f2c06cf8 100644 --- a/theme/base/style/blocks.css +++ b/theme/base/style/blocks.css @@ -12,6 +12,7 @@ .block .content .list .c1 {margin-left:5px;display:inline;} .block .footer {margin-bottom: 4px;} .block .blockannotation {font-size:0.75em;margin: -1em 0 1em;} +.block_navigation .block_tree li {overflow:hidden;} /** block_list blocks need column stuffs **/ .block.list_block .unlist > li > .column {display:inline-block;} @@ -29,6 +30,6 @@ .block.hidden .block-hider-show {display:inline;} /** Overide for RTL layout **/ -.dir-rtl .block .header, +.dir-rtl .block .header, .dir-rtl .block h2.header {text-align:right;} .dir-rtl .block .header .commands { text-align: right;} \ No newline at end of file -- 2.43.0