webclient.js-i2b2.cells.plugins.standard.Dem2Set.assets.vwDem2Set.css Maven / Gradle / Ivy
/*** CSS for main plugin wrapper ***/
DIV#Dem2Set-mainDiv {
padding: 0px;
}
/*** CSS for tab background ***/
DIV#Dem2Set-TABS DIV.yui-content {
background: #FFF;
}
DIV#Dem2Set-TABS DIV.Dem2Set-MainContent {
background:#FFF;
border:solid #63758C;
border-width:1px 0;
overflow:auto;
}
DIV#Dem2Set-TABS DIV.Dem2Set-MainContentPad {
padding:10px 10px;
}
/*** CSS for the Specify Data tab ***/
DIV#Dem2Set-mainDiv DIV.droptrgtlbl {
padding: 6px 0px;
width:80px;
text-align:right;
float: left;
font-weight:bold;
color:#666;
margin: 15px 10px 0px 0px;
}
DIV#Dem2Set-mainDiv DIV.droptrgt {
padding: 5px 10px;
background: #DEEBEF;
margin-top: 15px;
text-align:left;
border: 1px solid #63758C;
width:300px;
overflow:hidden;
}
/*** CSS for the View Results tab ***/
DIV#Dem2Set-TABS DIV.results-directions {
padding: 10px;
text-align:left;
}
DIV#Dem2Set-TABS DIV.results-working {
margin:10px;
text-align:left;
}
DIV#Dem2Set-TABS DIV.results-finished .intro {
margin:10px 10px 15px 10px;
}
DIV#Dem2Set-TABS DIV.results-finished .resultLV1 {
margin:10px 0px 0px 10px;
}
DIV#Dem2Set-TABS DIV.results-finished .resultLV2 {
margin:5px 0px 15px 10px;
}
DIV#Dem2Set-TABS DIV.results-finished .resultLbl {
margin-right:10px;
font-weight:bold;
font-size:13px;
color:#42558C;
float:left;
}
DIV#Dem2Set-TABS DIV.results-finished .resultVal {
}
DIV#Dem2Set-TABS DIV.results-finished .demTables .demcatTitle {
margin:0px 10px;
font-weight:bold;
font-size:13px;
color:#42558C;
}
DIV#Dem2Set-TABS DIV.results-finished .demTables TABLE {
margin:1px 10px 15px 10px;
border-collapse:collapse;
border:solid 1px #63758C;
}
DIV#Dem2Set-TABS DIV.results-finished .demTables TABLE TH {
border:solid 1px #63758C;
background-color:#CEDBEF;
padding:1px;
text-align:center;
width:100px;
white-space:nowrap;
overflow:hidden;
vertical-align:center;
}
DIV#Dem2Set-TABS DIV.results-finished .demTables TABLE TD {
border:solid 1px #63758C;
background-color:#DEEBEF;
padding:0px;
text-align:center;
width:50px;
white-space:nowrap;
overflow:hidden;
vertical-align:center;
font-size:10px;
line-height:10px;
}
DIV#Dem2Set-TABS DIV.results-finished .demTables .barTD1 {
border:none;
border-bottom:solid 1px #FFE;
background-color:#FFE;
padding:0px;
width:200px;
text-align:left;
vertical-align:top;
}
DIV#Dem2Set-TABS DIV.results-finished .demTables .barTD2 {
border:none;
border-top:solid 1px #FFE;
background-color:#FFE;
padding:0px;
width:200px;
text-align:left;
vertical-align:top;
}
DIV#Dem2Set-TABS DIV.results-finished .demTables .bar1 {
border:none;
background-color:#FCC;
height:9px;
padding:0px;
margin:1px 0 0 0;
overflow:hidden;
}
DIV#Dem2Set-TABS DIV.results-finished .demTables .bar2 {
border:none;
background-color:#9C9;
height:9px;
padding:0px;
margin:0px;
overflow:hidden;
}
/*** CSS for the Plugin Help tab ***/
DIV#Dem2Set-TABS H1 {
margin:0 0 10px 0;
font-size:16px;
color:#42558C;
font-weight:bold;
}
DIV#Dem2Set-TABS H2 {
margin:10px 0 10px 0;
font-size:13px;
color:#42558C;
font-weight:bold;
}
DIV#Dem2Set-TABS HR {
margin:0;
}