Commit aa1c2ddf authored by dkasliwal's avatar dkasliwal

Add css class for smart filter and bubble chart container


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104444 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c4aa08c2
......@@ -460,12 +460,13 @@ right: 10px ;
.filterScrlPnl
{
height: 200px;
width: 250px;
width: 200px;
padding: 0px;
cellspacing: 0px;
background-color: white;
border: 1px solid lightgray;
border-radius: 2px;
margin-right: 10px;
}
......@@ -1391,8 +1392,9 @@ color: #999; !important;
box-shadow: -1px 0px 7px 1px rgba(153,145,153,0.77);
background-color: #fff;
float: left;
margin-bottom: 15px;
}
/*END CSS for SmartFilter on Date 28-08-15*/
/**added css for ss grid title and subtitle by swati on 08-sep-2015*/
.headTableCSS
......@@ -1858,7 +1860,7 @@ width:26%;
font-size: 14px;
}
.cardSalesPersonTitlehtml
.cardSalesPersonTitlehtml
{
height: 25px;
background-color: #808080;
......@@ -1866,4 +1868,18 @@ width:26%;
}
/* End CSS used for AllIndia and zone wise dashboard Novartis on dated :12/12/2016*/
/* End CSS used for AllIndia and zone wise dashboard Novartis on dated :12/12/2016*/
/*Add Css for bubble chart by dhanendra 18-01-17*/
.outerVPanel
{
position: absolute;
top: 8%;
left: 84%;
}
.bubbleChartDiv
{
height: 500px !important;
width: 100% !important;
}
/*End Css for bubble chart by dhanendra 18-01-17*/
\ 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