Commit 351f3d46 authored by kdabholkar's avatar kdabholkar

F17ABAS001 commited for adding new css for gstregForm 2


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106125 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3696dbf4
#mainPage2-input-Container{
/* Changed by Santosh on 31/03/2017 */
/* height : calc(100% - 150px); */
height : calc(100% - 90px);
width : 100%; /* changed by kaustubh for for proper table format of user reg. form 2 */
border : 1px solid lightgray !important;
border-top: 2px solid #7bc6ff !important;
-moz-border : 1px solid lightgray !important;
-moz-border-top: 2px solid #7bc6ff !important;
padding-top: 10px;
padding-bottom: 10px;
/*padding-left: 60px; */ /* changed by kaustubh for for proper table format of user reg. form 2 */
overflow:auto;
background-color: white;
}
.addNewDetailBtn
{
width: 35px;
height: 35px;
border-radius: 50%;
background: #56615D;
position: absolute;
cursor: pointer;
box-shadow: 0px 2px 5px #666;
z-index: 1;
float:right;
right:18px;
}
.plus {
color: #FFF;
position: absolute;
top: 0px;
display: block;
bottom: 0px;
left: 0px;
right: 0px;
text-align: center;
padding: 0px;
margin: 0px;
line-height: 35px;
font-size: 20px;
font-family: "Roboto";
font-weight: bold;
cursor:hand;
}
.trClass td
{
padding: 8px 10px !important;
}
.editDisplayClass{
background:transparent !important;
font-size: 14px;
border:none;
line-height: 20px;
border: none;
outline: none;
}
.deleteDetailBtn
{
background-color: #EF4130;
width: 22px;
height: 22px;
border-radius: 50%;
cursor: pointer;
box-shadow: 0px 2px 5px #666;
float:right;
right: 1px;
}
.remove
{
color: #FFF;
position: relative;
margin-top: 3px;
display: block;
text-align: center;
line-height: 35px;
font-size: 24px;
height: 22px;
width: 22px;
font-family: "Roboto";
font-weight: 300;
cursor: pointer;
}
.removeImg
{
height:15;
width:13;
}
.table-user>tr>th {
color: #555 !important;
text-shadow: none !important;
font-size: 14px;
text-align: center;
border-left: 1px solid #ddd !important;
border-top: 1px solid #ddd !important;
border-bottom: 2px solid #ddd !important;
border-right: 1px solid #ddd !important;
border-top-left-radius: 0px !important;
background-color: #FFF !important;
background-image: none !important;
/*Changed by Parikshit [for detail level GUI changes]*/
line-height: 45px !important;
/*line-height: 35px !important;*/
}
\ 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