Commit 46ad4bd2 authored by sbade's avatar sbade

added new css for ssgrid title-sub title for summary view


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98567 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d4196c6e
......@@ -1389,3 +1389,28 @@ color: #999; !important;
}
/*END CSS for SmartFilter on Date 28-08-15*/
/**added css for ss grid title and subtitle by swati on 08-sep-2015*/
.headTableCSS
{
border-collapse:collapse;
width:100%;
}
.headTrCSS
{
border-collapse:collapse;
}
.titleTrCSS
{
border-left:1px solid #F0F0F0;
text-align:center;
}
.subTitleTdCSS
{
border-left:1px solid #F0F0F0;
border-top:1px solid #F0F0F0;
}
/**ended css for ss grid title and subtitle by swati on 08-sep-2015*/
\ 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