summaryrefslogtreecommitdiff
path: root/modules_v3/tree
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3/tree')
-rw-r--r--modules_v3/tree/css/treeview.css10
1 files 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;