From 0273ed81f97e84e1393d9be7621aea86bfa4c178 Mon Sep 17 00:00:00 2001 From: Kordan Date: Thu, 9 May 2013 13:35:16 +0200 Subject: [PATCH] MDL-39198 theme_formal_white: resized and relocated the "Add..." drop down menu of the "Add a block" pseudo block --- theme/formal_white/style/block.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme/formal_white/style/block.css b/theme/formal_white/style/block.css index d3c4eb2e694..5b7647d85d4 100644 --- a/theme/formal_white/style/block.css +++ b/theme/formal_white/style/block.css @@ -39,7 +39,10 @@ .block_navigation .block_tree .tree_item a:link, .block_navigation .block_tree .tree_item a:visited, .block_navigation .block_tree .tree_item a:active {color:#000;} - .block_navigation .block_tree .tree_item {padding-left:19px} +/* block_adminblock */ +.block_adminblock .content .singleselect {width: 100%;} +.block_adminblock .content .singleselect {margin:0} + .block.list_block .unlist > li > .column {margin-top:3px; margin-bottom:3px;}