themes MDL-22108 Removed IE specific horizontal scroll bars from navigation and setti...
authorSam Hemelryk <sam@moodle.com>
Mon, 19 Apr 2010 02:05:07 +0000 (02:05 +0000)
committerSam Hemelryk <sam@moodle.com>
Mon, 19 Apr 2010 02:05:07 +0000 (02:05 +0000)
blocks/global_navigation_tree/styles.css
blocks/settings_navigation_tree/styles.css

index 5459cd1..33055a2 100644 (file)
@@ -17,6 +17,4 @@
 .jsenabled .block_global_navigation_tree .block_tree .collapsed .tree_item.branch {background-image: url([[pix:t/collapsed]]);}
 
 /** Internet explorer specific rules **/
-.ie6 .block_global_navigation_tree .block_tree,
-.ie7 .block_global_navigation_tree .block_tree {overflow-x:scroll;}
 .ie6 .block_global_navigation_tree .block_tree .tree_item {width:100%;}
\ No newline at end of file
index 41b1195..2545fcd 100644 (file)
@@ -17,6 +17,4 @@
 .jsenabled .block_settings_navigation_tree .block_tree .collapsed .tree_item.branch {background-image: url([[pix:t/collapsed]]);}
 
 /** Internet explorer specific rules **/
-.ie6 .block_settings_navigation_tree .block_tree,
-.ie7 .block_settings_navigation_tree .block_tree {overflow-x:scroll;}
 .ie6 .block_settings_navigation_tree .block_tree .tree_item {width:100%;}
\ No newline at end of file