Commit c62ac1c5 authored by wansari's avatar wansari

D16JBAS001 updated CSS for new points


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106045 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ce4bf628
#mainPage-input-Container{
/* Changed by Santosh on 31/03/2017 */
/* height : calc(100% - 150px); */
height : calc(100% - 90px);
width : 95%;
border : 1px solid lightgray !important;
......@@ -253,15 +252,17 @@ div.panelSO.show{
float: right;
margin-top:10px;
}
.imagePanel
.misMatchPanel
{
display:none;
float:right;
right:0;
margin-top:2px;
margin-right:8px;
width:200px;
height:250px;
/* width:300px;
height:250px; */
width:auto;
height:auto;
border:1px solid lightgray;
position: absolute;
z-index: 30;
......@@ -337,3 +338,25 @@ span::-webkit-scrollbar-thumb {
span::-webkit-scrollbar-thumb:window-inactive {
background: #bbb;
}
td.tdClassMisMatch
{
background-color: #ffe6e6 !important;
}
#showDataMismatchTable tr td
{
line-height: 31px !important;
}
.mismatchImg{
width: auto;
float: right;
padding:8px;
text-align:right;
}
.misMatchTable
{
background-color: #ffe6e6;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment