397 lines
6.2 KiB
CSS
397 lines
6.2 KiB
CSS
/* New Added */
|
|
|
|
.sub_header {
|
|
padding: 0 6px;
|
|
background: #eee;
|
|
font-weight: bold;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
border-bottom: 2px solid #d4d4d4;
|
|
}
|
|
|
|
.tab_holder {
|
|
position: relative;
|
|
}
|
|
|
|
.tab_top {
|
|
height: 29px;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
.tab_header {
|
|
list-style: none;
|
|
padding: 0 0 0 10px;
|
|
margin: 0;
|
|
border-bottom: 1px solid #ccc;
|
|
height: 29px;
|
|
}
|
|
.tab_header [data-href] {
|
|
float: left;
|
|
height: 12px;
|
|
padding: 6px 14px;
|
|
margin-right: -1px;
|
|
margin-top: 4px;
|
|
margin-bottom: -1px;
|
|
border: 1px solid #ccc;
|
|
line-height: 12px;
|
|
cursor: default;
|
|
}
|
|
|
|
.tab_header [data-href]:hover {
|
|
background: #eee;
|
|
}
|
|
|
|
.tab_header [data-href].selected {
|
|
height: 16px;
|
|
margin-top: 0;
|
|
border-bottom: 1px solid #fff;
|
|
line-height: 17px;
|
|
}
|
|
|
|
.tab_header [data-href].selected:hover {
|
|
background: none;
|
|
}
|
|
|
|
div[data-page] {
|
|
padding: 6px 6px 0 6px;
|
|
}
|
|
|
|
.tab_panel {
|
|
position: absolute;
|
|
display: none;
|
|
width: 100%;
|
|
min-height: 400px;
|
|
border: 1px solid #ccc;
|
|
border-top: none;
|
|
}
|
|
|
|
/* table start */
|
|
table.fixed {
|
|
table-layout: fixed;
|
|
}
|
|
.dialog-content table td .ctl_button {
|
|
width: 36px;
|
|
}
|
|
/* table end */
|
|
|
|
.tab {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: absolute;
|
|
}
|
|
|
|
.tab .header {
|
|
width: 100%;
|
|
height: 40px;
|
|
/*border: 1px solid gray;*/
|
|
}
|
|
|
|
.tabHeader {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
float: left;
|
|
cursor: pointer;
|
|
-ms-border-radius: 5px;
|
|
border-radius: 5px;
|
|
border: 1px solid grey;
|
|
border-bottom: none;
|
|
background-color: #CFD5DA;
|
|
margin-right: 1px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.headerselect {
|
|
background-color: #FFF;
|
|
-webkit-box-shadow: #666 0 0 10px;
|
|
-ms-box-shadow: #666 0 0 10px;
|
|
box-shadow: #666 0 0 10px;
|
|
}
|
|
|
|
.content {
|
|
border: 1px solid grey;
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 30px;
|
|
bottom: 0;
|
|
}
|
|
|
|
.tabContent {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: none;
|
|
}
|
|
|
|
.Contentselect {
|
|
display: block;
|
|
}
|
|
|
|
|
|
.DataConnection {
|
|
background: #E5F5F9;
|
|
margin: 2px;
|
|
}
|
|
|
|
.DataConnection .span {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.DataConnection .topDiv {
|
|
height: 26px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.DataConnection .topDiv span {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
display: block;
|
|
float: left;
|
|
}
|
|
|
|
.DataConnection .topDiv .dcName {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
-o-text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.DataConnection .radio {
|
|
vertical-align: -3px;
|
|
}
|
|
|
|
.DataConnection .buttonDiv {
|
|
height: 30px;
|
|
margin-top: 7px;
|
|
}
|
|
|
|
.DataConnection .buttonDiv input {
|
|
margin-right: 20px;
|
|
float: right;
|
|
}
|
|
|
|
.DataConnection .leftdiv {
|
|
float: left;
|
|
width: 30%;
|
|
height: 100%;
|
|
}
|
|
|
|
.DataConnection .leftdiv .leftmenu {
|
|
border: 1px solid #BBBDBE;
|
|
margin-top: 5px;
|
|
text-align: center;
|
|
margin-left: 20px;
|
|
border-right: none;
|
|
font-weight: bold;
|
|
color: #858686;
|
|
}
|
|
|
|
.DataConnection .leftdiv .nowStep {
|
|
background: #FFF;
|
|
color: #000;
|
|
}
|
|
|
|
.DataConnection .leftdiv label {
|
|
display: block;
|
|
text-align: left;
|
|
padding: 3px;
|
|
padding-left: 10px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
|
|
.DataConnection .rightDiv {
|
|
float: left;
|
|
width: 70%;
|
|
height: 100%;
|
|
}
|
|
|
|
.DataConnection .rightDiv .rightcontent {
|
|
height: 100%;
|
|
background: #FFF;
|
|
border: 1px solid #BBBDBE;
|
|
}
|
|
|
|
.rightcontent table tr {
|
|
height: 25px;
|
|
}
|
|
|
|
.txtright {
|
|
text-align: right;
|
|
}
|
|
|
|
.firstTd {
|
|
width: 60px;
|
|
}
|
|
|
|
.mtop20 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.mtop20 .txtright {
|
|
width: 93px;
|
|
}
|
|
|
|
.mleft50 {
|
|
margin-left: 50px;
|
|
padding-right: 2px;
|
|
}
|
|
|
|
.label {
|
|
width: 80px;
|
|
/*display: inline-block;*/
|
|
text-align: right;
|
|
padding-right: 2px;
|
|
}
|
|
|
|
.urlwidth {
|
|
width: 300px;
|
|
}
|
|
|
|
.customContent {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.customtop {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.custombottom {
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.customtableTd {
|
|
width: 154px;
|
|
text-align: right;
|
|
}
|
|
|
|
.radiotd {
|
|
padding-left: 45px;
|
|
}
|
|
|
|
.externalContent {
|
|
padding-left: 10px;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.externaltablediv {
|
|
padding-left: 36px;
|
|
}
|
|
|
|
.odbcfirsttd {
|
|
width: 80px;
|
|
}
|
|
|
|
.odbcsecondtd {
|
|
/*width: 85px;*/
|
|
/*display: inline;*/
|
|
}
|
|
|
|
.oraclefirsttd {
|
|
width: 80px;
|
|
}
|
|
|
|
.oraclesecondtd {
|
|
}
|
|
|
|
.radioleft {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.testConnection {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.commonContent {
|
|
padding-left: 20px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.maringCenter {
|
|
margin: 0px auto;
|
|
}
|
|
|
|
.desc {
|
|
width: 300px;
|
|
}
|
|
|
|
|
|
/* Trees */
|
|
.ultree,
|
|
.ultree ul {
|
|
list-style: none;
|
|
padding: 0 0 0 30px;
|
|
}
|
|
|
|
.ultree li {
|
|
line-height: 22px;
|
|
position: relative;
|
|
}
|
|
|
|
.ultree li span {
|
|
display: inline-block;
|
|
padding-right: 6px;
|
|
white-space: nowrap;
|
|
min-height: 22px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.ultree li span:hover {
|
|
/*background: #f4f4f4;*/
|
|
background: rgb(220, 238, 244);
|
|
}
|
|
|
|
.ultree li.selected > span {
|
|
border: 1px solid rgb(174,217,230);
|
|
background: rgb(203,230,239);
|
|
border-radius: 3px;
|
|
line-height: 20px;
|
|
min-height: 20px;
|
|
padding-left: 4px;
|
|
/*white-space: nowrap;*/
|
|
}
|
|
|
|
.ultree li input {
|
|
margin: 5px 4px 4px 4px;
|
|
padding: 0;
|
|
/*height: 22px;*/
|
|
line-height: 22px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.ultree em.icn {
|
|
cursor: pointer;
|
|
font-family: FontAwesome;
|
|
font-style: normal;
|
|
position: absolute;
|
|
font-size: 14px;
|
|
padding: 0;
|
|
left: -12px;
|
|
top: 0;
|
|
width: 16px;
|
|
}
|
|
|
|
.ultree em.collapse:before {
|
|
content: '\f0da';
|
|
}
|
|
|
|
.ultree em.expand:before {
|
|
content: '\f0d7';
|
|
}
|
|
|
|
|
|
/* selector */
|
|
.data-selector-table {
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
}
|
|
.data-selector-control {
|
|
width: 30px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
.data-selector-control button {
|
|
width: 30px;
|
|
padding: 0;
|
|
margin: 3px 0;
|
|
height: 23px;
|
|
} |