175 lines
3.3 KiB
CSS
175 lines
3.3 KiB
CSS
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.upload-image {
|
|
height: 100%;
|
|
opacity: 0;
|
|
}
|
|
|
|
.upload-image-preview {
|
|
width: 200px;
|
|
height: 200px;
|
|
overflow: hidden;
|
|
margin: 0 20px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.radio label:after {
|
|
top: 3px !important;
|
|
}
|
|
|
|
.datagrid-mask-msg {
|
|
border: none;
|
|
background-color: rgba(0, 0, 0, 0.3) !important;
|
|
color: #fff;
|
|
}
|
|
|
|
.dept-selector {
|
|
padding-bottom: 44px;
|
|
}
|
|
|
|
.dept-selector .btn-xs {
|
|
margin: 1px;
|
|
}
|
|
|
|
.dept-selector .selector-title {
|
|
height: 70px;
|
|
padding: 4px 4px 0 4px;
|
|
}
|
|
|
|
.dept-selector .selector-title .selector-title-wrapper {
|
|
height: 100%;
|
|
padding: 4px;
|
|
border: 1px dashed silver;
|
|
overflow: auto;
|
|
}
|
|
|
|
.dept-selector .selector-tree {
|
|
width: 45%;
|
|
padding: 4px 2px 4px 4px;
|
|
}
|
|
|
|
.dept-selector .selector-tree .selector-tree-wrapper {
|
|
height: 100%;
|
|
border: 1px dashed silver;
|
|
}
|
|
|
|
.dept-selector .selector-body {
|
|
padding: 4px 4px 4px 2px;
|
|
}
|
|
|
|
.dept-selector .selector-body .selector-body-wrapper {
|
|
height: 100%;
|
|
border: 1px dashed silver;
|
|
}
|
|
|
|
.dept-selector .selector-body .selector-body-wrapper .selector-body-search {
|
|
padding: 4px 4px 2px 4px;
|
|
}
|
|
|
|
.dept-selector .selector-body .selector-body-wrapper .selector-body-search input {
|
|
height: 28px;
|
|
}
|
|
|
|
.dept-selector .selector-body .selector-body-wrapper .selector-body-search .list-group {
|
|
margin: 0px;
|
|
}
|
|
|
|
.dept-selector .selector-body .selector-body-wrapper .selector-body-content {
|
|
padding: 2px 4px 4px 4px;
|
|
}
|
|
|
|
.dept-selector .selector-body .selector-body-wrapper .selector-body-content .list-group-item {
|
|
padding: 2px 8px;
|
|
}
|
|
|
|
.dept-selector .selector-body .selector-body-wrapper .selector-body-content .list-group-item .user-avatar {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|
|
.tree-selector {
|
|
padding-bottom: 44px;
|
|
}
|
|
|
|
.tree-selector .btn-xs {
|
|
margin: 1px;
|
|
}
|
|
|
|
.tree-selector .selector-title {
|
|
height: 70px;
|
|
padding: 4px 4px 0 4px;
|
|
}
|
|
|
|
.tree-selector .selector-title .selector-title-wrapper {
|
|
height: 100%;
|
|
padding: 4px;
|
|
border: 1px dashed silver;
|
|
overflow: auto;
|
|
}
|
|
|
|
.tree-selector .selector-body {
|
|
padding: 4px;
|
|
}
|
|
|
|
.tree-selector .selector-body .selector-body-wrapper {
|
|
height: 100%;
|
|
border: 1px dashed silver;
|
|
}
|
|
|
|
.tree-selector .selector-body .selector-body-wrapper .selector-body-search input {
|
|
height: 28px;
|
|
}
|
|
|
|
.tree-selector .selector-body .selector-body-wrapper .selector-body-search .list-group {
|
|
margin: 0px;
|
|
}
|
|
|
|
.tree-selector .selector-body .selector-body-wrapper .selector-body-content {
|
|
padding: 2px 4px 4px 4px;
|
|
}
|
|
|
|
.tree-selector .selector-body .selector-body-wrapper .selector-body-content .list-group-item {
|
|
padding: 2px 8px;
|
|
}
|
|
|
|
.tree-selector .selector-body .selector-body-wrapper .selector-body-content .list-group-item .user-avatar {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|
|
.sub-table-frame {
|
|
width: 100%;
|
|
height: 300px;
|
|
border: 0;
|
|
}
|
|
|
|
.window-tree .tree-nodes-wrap {
|
|
margin: 0 5px;
|
|
height: 50px;
|
|
overflow: auto;
|
|
padding: 5px;
|
|
border: 1px dotted silver;
|
|
}
|
|
|
|
.window-tree .tree-nodes-wrap .selected-node {
|
|
margin-right: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.window-tree .tree-wrap {
|
|
margin: 0 5px;
|
|
height: 85%;
|
|
overflow: auto;
|
|
border: 1px dotted silver;
|
|
}
|
|
|
|
.full-height {
|
|
height: 100%;
|
|
} |