Commit 4167da0c authored by vvengurlekar's avatar vvengurlekar

margin-top added for card layout in excisting class and also added two classes...

margin-top added for card layout in excisting class and also added two classes for stockrequirement card


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105193 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 36e02801
......@@ -1394,6 +1394,7 @@ color: #999; !important;
padding: 0px;
cellspacing: 0px;
background-color: white;
margin-top: -6px; /* Added by varsha for removing space between card and component title */
/* border: 1px solid lightgray;
border-radius: 2px;*/
......@@ -2076,4 +2077,26 @@ width:26%;
text-align: center;
color: #878787;
}
/*End css class for drill down level dashboard for change border color by dhanendra on date 01-03-2017*/
\ No newline at end of file
/*End css class for drill down level dashboard for change border color by dhanendra on date 01-03-2017*/
/*Added by Varsha for new css of Katalyst*/
table.mtBackgroundWhite {
border-width: 1px;
border-spacing: 0px;
border-style: solid;
border-color: #cfcfcf;
border-collapse: collapse;
line-height: 25px;
background-color: white;
border-top: 2px solid #7bc6ff;
}
.commonHeaderCardhtml
{
height: 25px;
color: #000;
font-weight: normal;
font-size: 14px;
font-family: 'MuseoLight', sans-serif !important;
}
/*Ended by Varsha for new css of Katalyst*/
\ 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