From dac62f7d7de3359fc1da0d47b43cd07a5b50167a Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Mon, 27 Jan 2014 22:31:01 +0000 Subject: Aspect ratio of images in interactive tree --- modules_v3/tree/css/treeview.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules_v3/tree/css/treeview.css b/modules_v3/tree/css/treeview.css index d6aef26ef3..3b79d7b854 100644 --- a/modules_v3/tree/css/treeview.css +++ b/modules_v3/tree/css/treeview.css @@ -209,11 +209,11 @@ table#tvTreeBorder td, #tv_tree { padding:2px; } #tv_tree div.tv_box img { - max-width:50px; - _width:50px; /* hack for IE versions that do not understand max-width */ - max-height:50px; - margin:2px; - float:left; + float: left; + margin: 2px; + max-height: 50px; + max-width: 80px; + width: auto; } html[dir=rtl] #tv_tree div.tv_box img { float:right; -- cgit v1.3