Commit a413c89a authored by dkasliwal's avatar dkasliwal

modify smart filter buildchart method. in that method add dyanamic container...

modify smart filter buildchart method. in that method add dyanamic container code. and add  outerChartContainerSmtFltr1of1 css class in GwtDashboardPage.css  file.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@36770 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7f75a58c
......@@ -71,7 +71,8 @@ public class SmartFiltrCreator extends Composite
private void initPopUpPnl()
{
mainPopupPnl.setPopupPosition(30, 50);
mainPopupPnl.setPopupPosition(30, 60);
mainPopupPnl.setStylePrimaryName("vPanelCSS");
mainPopupPnl.getElement().setId("smartFilterMainOuterDiv");
this.buildSmrtFiltr();
......
......@@ -1373,3 +1373,19 @@ color: #999; !important;
width: 100%;
}
/*Add CSS for SmartFilter on Date 28-08-15*/
.outerChartContainerSmtFltr1of1
{
width:82%;
position:relative;
MARGIN-TOP: 20PX;
MARGIN-LEFT: 20PX;
MIN-WIDTH: 300PX;
-webkit-box-shadow: -1px 0px 7px 1px rgba(153,145,153,0.77);
-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;
float: left;
}
/*END CSS for SmartFilter on Date 28-08-15*/
\ 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