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 { ...@@ -2103,24 +2103,24 @@ table.mtBackgroundWhite {
/*Ended by Varsha for new css of Katalyst*/ /*Ended by Varsha for new css of Katalyst*/
/* Added by varsha v. to fixed scroll for tbody not for thead td*/ /* Added by varsha v. to fixed scroll for tbody not for thead td*/
.mtBackgroundWhite tbody { .mtBackgroundWhitetbody {
display:block; display:block;
max-height:200px; max-height:200px;
overflow-y:scroll; overflow-y:scroll;
overflow-x:hidden; overflow-x:hidden;
} }
.mtBackgroundWhite tbody tr { .mtBackgroundWhitetbodytr {
display:table; display:table;
width:100%; width:100%;
table-layout:fixed; table-layout:fixed;
overflow-x:hidden; overflow-x:hidden;
} }
.mtBackgroundWhite thead .mtBackgroundWhitethead
{ {
display:table; display:table;
width:98.5%; width:98.5%;
table-layout:fixed; table-layout:fixed;
overflow-x:hidden; overflow-x:hidden;
} }
/* Ended by varsha v. to fixed scroll for tbody not for thead td*/ /* Ended by varsha v. to fixed scroll for tbody not for thead td*/
\ 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