Commit 15a57962 authored by kpandey's avatar kpandey

Changes in css

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175605 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8a164890
...@@ -41,18 +41,34 @@ overflow: hidden; ...@@ -41,18 +41,34 @@ overflow: hidden;
color: mediumvioletred; color: mediumvioletred;
} }
.signin-button .change-pass-button[disabled]
{ {
background: mediumvioletred; background: #e0e0e0;
color: #fff; color: #fff;
} }
.signin-button[disabled]
.user-change-pass-button[disabled]
{ {
background: #e0e0e0; background: #e0e0e0;
color: #fff; color: #fff;
} }
.signin-button{ .user-change-pass-button{
width: 100%;
height: 46px;
font-size: 15px;
line-height: 15px;
text-align: center;
border-radius: 2px;
position: relative;
padding: 0;
margin: 5px 0 5px 0;
background: mediumvioletred;
color: #fff;
top: 10px;
}
.change-pass-button{
width: 200px; width: 200px;
height: 46px; height: 46px;
font-size: 15px; font-size: 15px;
...@@ -62,10 +78,16 @@ overflow: hidden; ...@@ -62,10 +78,16 @@ overflow: hidden;
position: relative; position: relative;
padding: 0; padding: 0;
margin: 5px 0 5px 0; margin: 5px 0 5px 0;
background: mediumvioletred;
color: #fff;
} }
.changePassForm{ .changePassForm{
padding: 10px; padding: 10px;
} }
.user-change-pass-form{
padding-top: 44px;
}
.changePass-head{ .changePass-head{
font-size: 16px; font-size: 16px;
font-weight: normal; font-weight: normal;
...@@ -75,6 +97,12 @@ overflow: hidden; ...@@ -75,6 +97,12 @@ overflow: hidden;
.changePass-form{ .changePass-form{
padding: 0px; padding: 0px;
} }
.user-change-pass-head{
border: 0px;
text-align: center;
position: relative;
top: 30px;
font-size: 18px;
}
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