Commit f11058dc authored by dkasliwal's avatar dkasliwal

Add css class for drill-down dash board


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103451 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 30c31c3d
...@@ -1587,4 +1587,47 @@ color: #999; !important; ...@@ -1587,4 +1587,47 @@ color: #999; !important;
padding-top:16px; padding-top:16px;
color:white; color:white;
} }
/*Added by Chetan Mahajan for Card new with circle format on Date 24-JUNE-2016*/ /*Added by Chetan Mahajan for Card new with circle format on Date 24-JUNE-2016*/
\ No newline at end of file
/*Add css for DrillDown Chart is close by Dhanendra on date 19-09-2016*/
.closeButtonStyle
{
height: 24px;
width: 24px;
color: #fff;
line-height: 25px;
border-radius: 12px;
box-shadow: 1px 1px 3px #000;
cursor: pointer;
text-align: center;
font-weight: bold;
background: #606061
}
/* Added by Chetan Mahajan [For add multiple chid div into parent div in multiple report and draw border for only parent div] req id:S16EBAS003 on 30-AUG-2016 Start */
.outerChartContainerPos1of1FirstChild
{
width:97%;
position:relative;
margin:auto;
background-color: #fff;
-moz-box-shadow: -1px 0px 7px 1px rgba(153,145,153,0.77);
box-shadow: 0px 0 3px 0px rgba(153, 145, 153, 0.77);
PADDING-TOP: 4PX;
margin-top: 20px;
margin-bottom: 15px;
}
.outerChartContainerPos1of1FirstPlusChild
{
width:100%;
position:relative;
margin:auto;
background-color: #fff;
-moz-box-shadow: -1px 0px 7px 1px rgba(153,145,153,0.77);
box-shadow: 0px 0 3px 0px rgba(153, 145, 153, 0.77);
PADDING-TOP: 4PX;
margin-top: 20px;
margin-bottom: 15px;
}
/* Added by Chetan Mahajan [For add multiple chid div into parent div in multiple report and draw border for only parent div] req id:S16EBAS003 on 30-AUG-2016 End */
/*End css for DrillDown Chart is close by Dhanendra on date 19-09-2016*/
\ 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