add latst sources of cbsn platform archive.

This commit is contained in:
Yoshihiro OKUMURA
2019-06-17 15:39:52 +09:00
parent 438a529c3a
commit bbaef3d810
274 changed files with 11130 additions and 528 deletions
+78
View File
@@ -0,0 +1,78 @@
.indexTree {
border-top: 1px solid #9ab5cf;
border-left: 1px solid #9ab5cf;
border-bottom: 1px solid #404040;
border-right: 1px solid #404040;
background-color: white;
height: 250px;
width: 190px;
overflow: auto;
padding: 3px;
}
.formButton {
margin: 3px 3px 10px;
}
.indexTree li span {
color: #6075aa;
font-size: 12px;
font-weight: bold;
}
.indexTree li span:hover {
color: #ff9900;
}
.indexTree:global(.rc-tree li ul) {
padding: 0 0 0 10px;
}
.indexTree:global(.rc-tree li span.rc-tree-switcher) {
height: 19px;
width: 21px;
}
.indexTree:global(.rc-tree > li:first-child > span.rc-tree-switcher-noop) {
background: url(../assets/images/tree_root_normal.gif);
width: 14px;
}
.indexTree:global(.rc-tree > li:first-child > span.rc-tree-switcher.rc-tree-switcher_open) {
background: url(../assets/images/tree_root_open.gif);
width: 14px;
}
.indexTree:global(.rc-tree > li:first-child > span.rc-tree-switcher.rc-tree-switcher_close) {
background: url(../assets/images/tree_root_close.gif);
width: 14px;
}
.indexTree:global(.rc-tree > li:first-child > ul) {
padding: 0 0 0 5px;
}
.indexTree:global(.rc-tree li:not(:last-child) ul.rc-tree-child-tree.rc-tree-child-tree-open) {
background: url(../assets/images/tree_line_normal.gif) repeat-y;
}
.indexTree:global(.rc-tree li:not(:last-child) > span.rc-tree-switcher-noop) {
background: url(../assets/images/tree_folder_middle_normal.gif);
}
.indexTree:global(.rc-tree li:last-child > span.rc-tree-switcher-noop) {
background: url(../assets/images//tree_folder_end_normal.gif);
}
.indexTree:global(.rc-tree li:not(:last-child) > span.rc-tree-switcher_open) {
background: url(../assets/images//tree_folder_middle_open.gif);
}
.indexTree:global(.rc-tree li:not(:last-child) > span.rc-tree-switcher_close) {
background: url(../assets/images/tree_folder_middle_close.gif);
}
.indexTree:global(.rc-tree li:last-child > span.rc-tree-switcher_open) {
background: url(../assets/images/tree_folder_end_open.gif);
}
.indexTree:global(.rc-tree li:last-child > span.rc-tree-switcher_close) {
background: url(../assets/images/tree_folder_end_close.gif);
}