Commit c2f241c7 authored by dkasliwal's avatar dkasliwal

change in css. add css class for in between line


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103937 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ae688476
......@@ -20,11 +20,12 @@ td{
}
.outerChartContainer
{
width:99%;
/* width:99%; */
width:97.5%;
/* padding:0.5%; */
position:relative;
float:left;
margin:0.5%;
/* margin:0.5%; */
/* border:#999 1px solid; */
/* background-color:#f8f7fa; */
/* padding:0 10px; */
......@@ -32,6 +33,8 @@ td{
-moz-box-shadow: -1px 0px 7px 1px rgba(153,145,153,0.77);
box-shadow: -1px 0px 7px 1px rgba(153,145,153,0.77);
background-color: #fff;
MARGIN-TOP: 10PX;
MARGIN-LEFT: 20PX;
}
.outerChartContainerPos1of1
{
......@@ -50,7 +53,7 @@ td{
box-shadow: -1px 0px 7px 1px rgba(153,145,153,0.77);
background-color: #fff;
float: left;
margin-bottom: 15px;
}
.outerChartContainerPos1of2
{
......@@ -1631,3 +1634,42 @@ color: #999; !important;
}
/* 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*/
/*Start CSS Class for Drill Down Chart by Dhanendra on date 20-10-2016*/
.linePadding
{
}
.line {
width:97.5%;
/* margin-top:8px; */
border: 1px dashed #CCC;
}
.line:after {
content:'';
position: absolute;
border-style: inset;
border-width: 7px 7px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
/* top: 8px; */
left: 50%;
}
.line:before {
content:'';
position: absolute;
border-style: inset;
border-width: 7px 7px 0;
border-color: #7F7F7F transparent;
display: block;
width: 0;
z-index: 1;
/* top: 9px; */
left: 50%;
}
/*End CSS Class for Drill Down Chart by Dhanendra on date 20-10-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