Commit b718775e authored by vvengurlekar's avatar vvengurlekar

css classes changed in end


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43773 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3bcbb52e
......@@ -2103,24 +2103,24 @@ table.mtBackgroundWhite {
/*Ended by Varsha for new css of Katalyst*/
/* Added by varsha v. to fixed scroll for tbody not for thead td*/
.mtBackgroundWhite tbody {
.mtBackgroundWhitetbody {
display:block;
max-height:200px;
overflow-y:scroll;
overflow-x:hidden;
}
.mtBackgroundWhite tbody tr {
.mtBackgroundWhitetbodytr {
display:table;
width:100%;
table-layout:fixed;
overflow-x:hidden;
}
.mtBackgroundWhite thead
.mtBackgroundWhitethead
{
display:table;
width:98.5%;
table-layout:fixed;
overflow-x:hidden;
}
/* Ended by varsha v. to fixed scroll for tbody not for thead td*/
\ No newline at end of file
/* Ended by varsha v. to fixed scroll for tbody not for thead td*/
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