2007-09-27 22:56:55 +02:00
|
|
|
div.TreeDropdownField {
|
2011-03-02 20:38:02 +01:00
|
|
|
width: 200px;
|
2010-02-12 05:01:40 +01:00
|
|
|
height: 21px;
|
|
|
|
}
|
|
|
|
|
2011-03-07 20:30:08 +01:00
|
|
|
div.TreeDropdownField .title {
|
2011-03-02 20:38:02 +01:00
|
|
|
float: left;
|
|
|
|
overflow:hidden;
|
|
|
|
width: 174px;
|
2007-11-06 04:02:42 +01:00
|
|
|
height: 14px;
|
2007-09-27 22:56:55 +02:00
|
|
|
border: 1px #7f9db9 solid;
|
|
|
|
cursor: pointer;
|
2011-03-02 20:38:02 +01:00
|
|
|
padding: 2px 0 2px 4px;
|
2007-11-06 04:02:42 +01:00
|
|
|
background-color: #fff;
|
2007-09-27 22:56:55 +02:00
|
|
|
}
|
|
|
|
|
2011-03-02 20:38:02 +01:00
|
|
|
div.TreeDropdownField .panel {
|
|
|
|
position:relative;
|
|
|
|
overflow: auto;
|
|
|
|
display: none;
|
|
|
|
z-index: 1000;
|
2007-09-27 22:56:55 +02:00
|
|
|
cursor: default;
|
|
|
|
border: 1px black solid;
|
2011-03-02 20:38:02 +01:00
|
|
|
width: 200px;
|
2007-09-27 22:56:55 +02:00
|
|
|
height: 200px;
|
2007-11-06 04:02:42 +01:00
|
|
|
background-color: #fff;
|
2007-09-27 22:56:55 +02:00
|
|
|
}
|
|
|
|
|
2011-03-02 20:38:02 +01:00
|
|
|
div.TreeDropdownField .panel.loading {
|
2011-03-07 20:30:08 +01:00
|
|
|
background: #fff url(../images/network-save.gif) center center no-repeat;
|
2007-11-07 04:22:04 +01:00
|
|
|
}
|
|
|
|
|
2011-03-02 20:38:02 +01:00
|
|
|
div.TreeDropdownField .panel ul.tree a {
|
|
|
|
font-size: 12px;
|
2007-09-27 22:56:55 +02:00
|
|
|
}
|
|
|
|
|
2011-03-02 20:38:02 +01:00
|
|
|
div.TreeDropdownField .panel ul.tree {
|
|
|
|
margin-top: 0;
|
2007-09-27 22:56:55 +02:00
|
|
|
}
|
|
|
|
|
2011-03-07 20:30:08 +01:00
|
|
|
div.TreeDropdownField .toggle-panel-link {
|
2007-11-06 04:02:42 +01:00
|
|
|
border:none;
|
|
|
|
text-decoration: none;
|
2011-03-03 02:51:32 +01:00
|
|
|
background: url(../images/TreeDropdownField_button.gif) no-repeat left top;
|
2007-09-27 22:56:55 +02:00
|
|
|
width: 19px;
|
|
|
|
height: 21px;
|
|
|
|
margin: 0;
|
2007-11-06 04:02:42 +01:00
|
|
|
padding: 0 0 0 1px;
|
2007-09-27 22:56:55 +02:00
|
|
|
z-index: 0;
|
|
|
|
overflow: hidden;
|
2007-11-06 04:02:42 +01:00
|
|
|
float:right;
|
2011-03-03 02:51:32 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div.TreeDropdownField .jstree-themeroller a.jstree-loading .jstree-icon {
|
|
|
|
background:url("../images/network-save.gif") center center no-repeat !important;
|
2007-09-27 22:56:55 +02:00
|
|
|
}
|