Commit 02d9007c authored by cmahajan's avatar cmahajan

For show report on jsp page for that ceate new jsp folder and add new css for the same.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102393 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 61afd0ca
...@@ -1523,4 +1523,68 @@ color: #999; !important; ...@@ -1523,4 +1523,68 @@ color: #999; !important;
{ {
text-align: center; text-align: center;
} }
/*End code for Card new format by Dhanendra on Date 01-04-2016*/ /*End code for Card new format by Dhanendra on Date 01-04-2016*/
\ No newline at end of file /*Added by Chetan Mahajan for Card new with circle format on Date 24-JUNE-2016*/
.defaultUserImgLbl
{
position: relative;
font-size: 35px;
width: 80px;
height: 80px;
border-radius: 50%;
margin: 0 auto;
background-color: #cccccc;
text-align: center;
color: white;
}
.defaultUserImgDiv
{
text-align: center;
}
.defaultUserImage
{
border-radius: 50%;
padding: 2px;
width: 80px;
height: 80px;
}
.cardHtmlTableHeader
{
text-align:center;
padding-right:3px;
/* width : 16%; */
font-size: 14px;
}
.tableSubtileTD
{
text-align:left;
padding-right:3px;
/* width : 16%; */
font-size: 16px;
}
.cardHtmlTableBody
{
text-align:center;
padding-right:3px;
/* width : 16%; */
}
.cardHtmlTable
{
border-collapse: collapse;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-top: 2px solid #7bc6ff;
margin-bottom:20px;'
}
.userImageText
{
padding-top:16px;
color:white;
}
/*Added by Chetan Mahajan for Card new with circle format on Date 24-JUNE-2016*/
\ No newline at end of file
This diff is collapsed.
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