Commit bc5e017f authored by dkasliwal's avatar dkasliwal

Change or add CSS Class for CARD View


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98524 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9959d828
...@@ -41,7 +41,6 @@ function removeCSS() ...@@ -41,7 +41,6 @@ function removeCSS()
<div id="filterDiv" class="filterDiv"></div> <div id="filterDiv" class="filterDiv"></div>
<div id="optioDiv"></div> <div id="optioDiv"></div>
<div id="chartContainer"> <div id="chartContainer">
<!-- <div id="chartContainer2" class="outerChartContainerPos1of2"></div> -->
</div> </div>
</body> </body>
......
...@@ -1823,14 +1823,67 @@ ...@@ -1823,14 +1823,67 @@
font-size: 20px; font-size: 20px;
} }
/*Add New Css By Dhanendra on 28-07-15 */
.cardViewTable
{
color: gray;
}
.topAlign
{
vertical-align: top;
}
.marginTop
{
margin-top: 5px;
}
.internalSpan
{
color: #000 !important;
font-size: 25px !important;
left: -12px !important;
top: 25px !important;
}
.circleNotDisplay {
position: relative;
font-size: 92px;
width: 1em;
height: 1em;
border-radius: 50%;
margin: 0 auto;
}
.circleNotDisplay > span {
position: absolute;
width: 100%;
z-index: 1;
/* left: 0;
top: 0; */
left: 14px;
top: 22px;
width: 5em;
/* line-height: 5em; */
/* font-size: 0.2em; */
font-size:13px;
color: #cccccc;
display: block;
text-align: center;
white-space: nowrap;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
/*End New Css By Dhanendra on 28-07-15 */
......
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