themes MDL-22108 Removed horizontal scroll bars from navigation and settings blocks. Thanks Patrick

This commit is contained in:
Sam Hemelryk
2010-04-19 01:39:05 +00:00
parent bfe8fb8a4d
commit f1d12a2fa7
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
.block_global_navigation_tree .block_tree {margin:5px;padding-left:0px;overflow-x:auto;overflow-y:visible;}
.block_global_navigation_tree .block_tree li {margin:0;list-style: none;}
.block_global_navigation_tree .block_tree li ul {padding-left:16px;margin:0;}
.block_global_navigation_tree .block_tree .tree_item {white-space:nowrap;margin:2px 0px;padding-left: 16px;margin:3px 0px;white-space:nowrap;text-align:left;}
.block_global_navigation_tree .block_tree .tree_item {padding-left: 16px;margin:3px 0px;text-align:left;}
.block_global_navigation_tree .block_tree .tree_item.branch {background-image: url([[pix:t/expanded]]);background-position: center left;background-repeat: no-repeat;}
.block_global_navigation_tree .block_tree .root_node.leaf {padding-left:0px;}
.block_global_navigation_tree .block_tree .current_branch {font-weight:bold;}
+2 -2
View File
@@ -4,10 +4,10 @@
.jsenabled .block_settings_navigation_tree .block_tree_box .requiresjs {display:inline;}
/** General display rules **/
.block_settings_navigation_tree .block_tree {margin:5px;padding-left:0px;overflow-x:auto;overflow-y:visible;}
.block_settings_navigation_tree .block_tree {margin:5px;padding-left:0px;overflow:visible;}
.block_settings_navigation_tree .block_tree li {margin:0;list-style: none;}
.block_settings_navigation_tree .block_tree li ul {padding-left:16px;margin:0;}
.block_settings_navigation_tree .block_tree .tree_item {white-space:nowrap;margin:2px 0px;padding-left: 16px;margin:3px 0px;white-space:nowrap;text-align:left;}
.block_settings_navigation_tree .block_tree .tree_item {padding-left: 16px;margin:3px 0px;text-align:left;}
.block_settings_navigation_tree .block_tree .tree_item.branch {background-image: url([[pix:t/expanded]]);background-position: center left;background-repeat: no-repeat;}
.block_settings_navigation_tree .block_tree .root_node.leaf {padding-left:0px;}
.block_settings_navigation_tree .block_tree .current_branch {font-weight:bold;}
-1
View File
@@ -215,7 +215,6 @@ a.skip:active {position: static;display: block;}
/**
* Navigation
*/
.block_js_expansion .block_tree {overflow-x:scroll;}
.block_js_expansion.mouseover .content {width:200%;z-index:1000;position:relative;}
.block_js_expansion.mouseover .content .block_tree {width:100%;background-color:#fcfcfc;padding-bottom:0;}
.ie6 .block_js_expansion.mouseover .content,