Commit 3f34c7d9 authored by kdabholkar's avatar kdabholkar

commited new changes regarding group scheme

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@179612 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 94a217f7
......@@ -256,7 +256,7 @@ cursor: pointer;
width: 90%;
height: 278px;
display: none;
overflow: visible;
/* overflow: auto;*/
z-index: 1004;
background-color: white;
border: 2px solid lightgrey;
......@@ -421,13 +421,14 @@ cursor: pointer;
.calImgClass
{
width:20px;
width:9px;
-webkit-filter: invert(0);
/* filter: invert(1); */
/* position: absolute; */
position: relative;
margin: 2;
margin-top: -15;
margin-right: 114px;
display: inherit;
/* margin-right: 114px; */
cursor: pointer;
}
......@@ -453,3 +454,29 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: #e3fef1 !important;
/*cursor : url('/ibase/webitm/images/editCursor.png') -32 32, auto;; */
}
.SchemeTable-div{
/* position: absolute;
top: 50%;
left: 50%;
margin-top: -150px;
margin-left: -46%;
width: 90%;
display: none;*/
overflow: auto;
height: 278px;
/* z-index: 1004;
background-color: white;
border: 2px solid lightgrey;
padding-top: 15px;*/
}
.trClass td
{
padding: 0 4px !important;
}
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