Commit 9b1957cf authored by dkasliwal's avatar dkasliwal

Modify css for remove shadow from container and. add css class for popup panel...

Modify css for remove shadow from container and. add css class for popup panel display on Component icon


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104732 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 784a73ec
......@@ -29,12 +29,14 @@ td{
/* border:#999 1px solid; */
/* background-color:#f8f7fa; */
/* padding:0 10px; */
-webkit-box-shadow: -1px 0px 7px 1px rgba(153,145,153,0.77);
/*Shadow comment on date and add border 1px solid #ccc 22-02-17 by Dhanendra */
/* -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);
box-shadow: -1px 0px 7px 1px rgba(153,145,153,0.77); */
background-color: #fff;
MARGIN-TOP: 10PX;
MARGIN-LEFT: 20PX;
border : 1px solid #ccc;
}
.outerChartContainerPos1of1
{
......@@ -42,18 +44,21 @@ td{
/* padding:0.5%; */
position:relative;
/* margin:0.5%; */
MARGIN-TOP: 20PX;
/* MARGIN-TOP: 20PX; */
MARGIN-LEFT: 20PX;
MIN-WIDTH: 300PX;
/* border:#999 1px solid; */
/* background-color:#f8f7fa; */
/* padding:0 10px; */
-webkit-box-shadow: -1px 0px 7px 1px rgba(153,145,153,0.77);
/*Shadow comment on date and add border 1px solid #ccc 22-02-17 by Dhanendra */
/* -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);
box-shadow: -1px 0px 7px 1px rgba(153,145,153,0.77); */
background-color: #fff;
float: left;
margin-bottom: 15px;
border : 1px solid #ccc;
}
.outerChartContainerPos1of2
{
......@@ -62,18 +67,21 @@ td{
position:relative;
float:left;
/* margin:0.5%; */
MARGIN-TOP: 20PX;
/* MARGIN-TOP: 20PX; */
MARGIN-LEFT: 20PX;
MIN-WIDTH: 300PX;
/* border:#999 1px solid; */
/* background-color:#f8f7fa; */
/* padding:0 10px; */
-webkit-box-shadow: -1px 0px 7px 1px rgba(153,145,153,0.77);
/*Shadow comment on date and add border 1px solid #ccc 22-02-17 by Dhanendra */
/* -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);
box-shadow: -1px 0px 7px 1px rgba(153,145,153,0.77); */
background-color: #fff;
/* margin-left:1%;
margin-right:1% */
margin-bottom: 15px;
border : 1px solid #ccc;
}
.outerChartContainerPos1of3
{
......@@ -103,9 +111,24 @@ 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;
float: left;
MIN-WIDTH: 300PX;
}
/*Edited by varsha for card drilldown*/
.cardContainer1of3
{
width: 31.5%;
position: relative;
float: left;
MARGIN-TOP: 20PX;
MARGIN-LEFT: 16PX;
-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;
MIN-WIDTH: 309PX;
overflow-y:hidden;
}
.chartContainerHead
{
......@@ -360,9 +383,8 @@ html>body .gwt-PopupPanel {
.filterDiv {
width: 100%;
margin-left: 0px;
background-color: grey;
/* background-color: grey; */
font-size: 14px;
/* font-family: Verdana; */
font-weight: bold;
height: 40px;
}
......@@ -427,8 +449,8 @@ right: 10px ;
#titleLbl
{
font-size: 18px;
color: white;
font-size: 19px;
/* color: white; */
margin-left:15px;
font-family:MuseoLight;
font-weight:normal;
......@@ -817,7 +839,8 @@ li.token-input-input-token {
.filterdivHeading
{
background-color: gray;
/* background-color: gray; */
background-color: white;
}
.filterDivHeadingName
{
......@@ -846,6 +869,7 @@ li.token-input-input-token {
.imgalignment
{
margin-left: 20px;
cursor: pointer;
}
.filterImage
{
......@@ -1350,11 +1374,12 @@ color: #999; !important;
}
.cardVPnl {
padding: 12px;
cellspacing: 15px;
padding: 0px;
cellspacing: 0px;
background-color: white;
width: 100%;
cellspacing: 10;
height: 260px;
/* cellspacing: 10;*/
/* border: 1px solid lightgray;
border-radius: 2px; */
}
......@@ -1362,11 +1387,12 @@ color: #999; !important;
.cardScrlPnl {
/* height: 300px; */
width: 100%;
padding: 1px;
cellspacing: 10px;
padding: 0px;
cellspacing: 0px;
background-color: white;
/* border: 1px solid lightgray;
border-radius: 2px;*/
}
.cardhorizontalPnl
......@@ -1888,7 +1914,7 @@ width:26%;
/* Start CSS for Plan Vs Actual dashboard by Aniket on dated :23/01/2017*/
.defaultUserImg1
{
{
height: 27px;
width: 27px;
border-radius: 50%;
......@@ -1898,21 +1924,49 @@ width:26%;
color: white;
padding-top: 5px;
display: table;
}
}
.gwtTree
{
.gwtTree
{
overflow: auto;
position: relative;
zoom: 1;
}
}
.cardProdImg1
{
.cardProdImg1
{
border-radius: 50%;
/* margin-left: 5px; */
padding: 2px;
width: 32px;
height: 32px;
}
}
/* END CSS for Plan Vs Actual dashboard by Aniket on dated :23/01/2017*/
/*Add css for popup panel on click on Component icon by Dhanendra on date 23-02-2017*/
.gwt-MenuBarPopup
{
margin: -1px -1px 23px -180px !important;
opacity: 0.9 !important;
}
.cursor
{
cursor: pointer;
}
.componentDescrPanel
{
background: #F0E68C;
box-shadow: -1px 0px 7px 1px rgba(153,145,153,0.77);
}
.compDescrScollPanel
{
margin: 7px;
text-align: left;
overflow-y: scroll;
max-width: 390px;
max-height: 140px;
line-height: 18px;
padding-right: 5px;
}
/*End css for popup panel on click on Component icon by Dhanendra on date 23-02-2017*/
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