mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Removed custom TreeDropdownField CSS styles (copypasted the entire block only to adjust widths), no longer necessary due to a flexible width system on the base styles
This commit is contained in:
parent
3dbe03c3f9
commit
8419ee8b3a
@ -55,92 +55,6 @@ h2 {
|
|||||||
font-weight: bold;
|
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 {
|
.Actions {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -513,14 +513,6 @@
|
|||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Content Panel
|
|
||||||
*/
|
|
||||||
#contentPanel div.TreeDropdownField a.editLink {
|
|
||||||
float: left;
|
|
||||||
margin: 0px;
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
#contentPanel div.tree_holder {
|
#contentPanel div.tree_holder {
|
||||||
width: 184px;
|
width: 184px;
|
||||||
height: 260px;
|
height: 260px;
|
||||||
|
@ -566,31 +566,7 @@ iframe {
|
|||||||
#contentPanel p#TargetBlank {
|
#contentPanel p#TargetBlank {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
#contentPanel div.TreeDropdownField {
|
|
||||||
width: 180px;
|
|
||||||
}
|
|
||||||
#contentPanel div.TreeDropdownField span.items {
|
|
||||||
width: 155px;
|
|
||||||
background: #fff;
|
|
||||||
font-size: 12px;
|
|
||||||
border:1px solid #A7A7A7;
|
|
||||||
border-right: none;
|
|
||||||
overflow: hidden;
|
|
||||||
height: 15px;
|
|
||||||
}
|
|
||||||
#contentPanel div.TreeDropdownField input.items {
|
|
||||||
float: left;
|
|
||||||
width: 155px;
|
|
||||||
background: #fff;
|
|
||||||
font-size: 12px;
|
|
||||||
border:1px solid #A7A7A7;
|
|
||||||
border-right: none;
|
|
||||||
height: 19px;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
#contentPanel div.TreeDropdownField a {
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
#contentPanel .thumbnailstrip {
|
#contentPanel .thumbnailstrip {
|
||||||
border: none;
|
border: none;
|
||||||
width: 190px;
|
width: 190px;
|
||||||
|
Loading…
Reference in New Issue
Block a user