From 2c50ba62a28dfd401cc84f214fca18fa996eb5bb Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 23 Mar 2011 23:04:43 +1300 Subject: [PATCH] MINOR Removed unnecessary TreeDropdownField customizations in Image_iframe.css --- admin/css/Image_iframe.css | 86 -------------------------------------- 1 file changed, 86 deletions(-) diff --git a/admin/css/Image_iframe.css b/admin/css/Image_iframe.css index 186ec2c3a..466e41edb 100755 --- a/admin/css/Image_iframe.css +++ b/admin/css/Image_iframe.css @@ -55,92 +55,6 @@ h2 { font-weight: bold; } - - -/** - * TreeDropdownField styling - */ -.SelectionGroup div.TreeDropdownField { - width: 241px; - padding: 0; -} -html>body div.TreeDropdownField { - position:relative; -} - -.SelectionGroup div.TreeDropdownField .items { - display: block; - height: 100%; - border: 1px #7f9db9 solid; - cursor: pointer; - width: 214px; - float: left; - padding-top: 2px; - padding-bottom: 2px; - background-color: white; -} - -.SelectionGroup div.TreeDropdownField input.items { - height: 19px; -} - -.SelectionGroup div.TreeDropdownField div.tree_holder { - clear: left; - cursor: default; - border: 1px black solid; - margin: 0; - height: 180px; - overflow: auto; - background-color: white; - /** - * HACK IE6, see http://www.hedgerwow.com/360/bugs/css-select-free.html - */ - position:absolute; - z-index:10; - width:238px;/*must have for any value*/ -} - -html>body div.TreeDropdownField div.tree_holder { - top: 20px; - left: 0px; - z-index: 1000; -} - -/** - * HACK IE6, see http://www.hedgerwow.com/360/bugs/css-select-free.html - */ -.SelectionGroup div.TreeDropdownField div.tree_holder iframe { - display:none;/* IE5*/ - display/**/:block;/* IE5*/ - position:absolute; - top:0; - left:0; - z-index:-1; - filter:mask(); - width:180px; /*must have for any big value*/ - height:200px/*must have for any big value*/; - border: 0; -} - -div.TreeDropdownField a.editLink { - border-width: 1px 1px 1px 0; - background: url(../../sapphire/images/TreeDropdownField_button.gif) left top no-repeat; - width: 19px; - height: 21px; - margin: 0; - padding: 0; - float: left; - clear: right; - z-index: 0; - overflow: hidden; -} - -/* added block/width so tree values don't disappear in ie7 */ -.SelectionGroup div.TreeDropdownField ul.tree li { - display: block; - width: 100%; -} - .Actions { text-align: right; margin: 0;