164 lines
2.6 KiB
CSS
164 lines
2.6 KiB
CSS
|
|
/*table {
|
|
font-size: 12px;
|
|
}*/
|
|
|
|
.gray_field {
|
|
background: #ddd;
|
|
}
|
|
|
|
b.red {
|
|
display: none;
|
|
font-weight: bold;
|
|
color: red;
|
|
padding-left: 4px;
|
|
}
|
|
|
|
.smaller {
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #2140fb;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:visited {
|
|
color: #2140fb;
|
|
}
|
|
|
|
.clear {
|
|
display: block;
|
|
clear: both;
|
|
height: 0;
|
|
}
|
|
|
|
.dialog .dialog-title .dialog-close {
|
|
float: right;
|
|
margin-right: 6px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.dialog .dialog-title .dialog-close:before {
|
|
content: '\e600';
|
|
}
|
|
|
|
.icon {
|
|
font-family: CalciteWebCoreIcons;
|
|
cursor: default;
|
|
}
|
|
|
|
.function_bar {
|
|
float: right;
|
|
}
|
|
|
|
.content_main {
|
|
padding: 0 4px;
|
|
}
|
|
|
|
.content_div {
|
|
padding: 0px;
|
|
overflow-y: auto;
|
|
height: 500px;
|
|
}
|
|
|
|
.ul_menu {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.ul_menu li {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
/*padding-left: 10px;*/
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.ul_menu li i {
|
|
font-size: 0.8em;
|
|
color: #999;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.ul_menu li:hover i,
|
|
.ul_menu li.selected i,
|
|
.ul_menu li.selected:hover i {
|
|
color: #444;
|
|
}
|
|
|
|
.ul_menu li.selected,
|
|
.ul_menu li.selected:hover {
|
|
background: #F78E1E;
|
|
}
|
|
|
|
.ul_menu li:hover {
|
|
background: #d7690E;
|
|
}
|
|
|
|
.ul_menu li a span {
|
|
display: table-cell;
|
|
width: 180px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.ul_menu li a,
|
|
.ul_menu li a:hover,
|
|
.ul_menu li a:visited {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.ul_menu li .icn {
|
|
font-family: CalciteWebCoreIcons;
|
|
font-weight: normal;
|
|
float: right;
|
|
font-style: normal;
|
|
min-width: 24px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.ul_menu li .expand:before {
|
|
content: '\e681';
|
|
}
|
|
|
|
.ul_menu li .collapse:before {
|
|
content: '\e62b';
|
|
}
|
|
|
|
.ul_header {
|
|
font-weight: bold;
|
|
background: rgb(244,244,244);
|
|
margin-bottom: 1px;
|
|
}
|
|
|
|
li.subitem {
|
|
text-indent: 10px;
|
|
}
|
|
|
|
.loading_icon {
|
|
color: white;
|
|
width: 70px;
|
|
height: 70px;
|
|
text-align: center;
|
|
line-height: 70px;
|
|
font-size: 54px;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
margin: -50px 0 0 -35px;
|
|
}
|
|
|
|
|
|
#div_text_holder {
|
|
display: none;
|
|
}
|