From a2c65d52ce671508508d2b732ea05a6b78cfb050 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 3984fbd8dc2..b46be5fd6a2 100644 --- a/theme/base/style/blocks.css +++ b/theme/base/style/blocks.css @@ -10,6 +10,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;} @@ -27,6 +28,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