diff options
author | hardythe1 | 2015-07-09 19:00:34 +0530 |
---|---|---|
committer | hardythe1 | 2015-07-09 19:00:34 +0530 |
commit | 7fdc127e4f823508616676bf67265871b622d5e6 (patch) | |
tree | d3df5185135399b5cf6fb5b45dd692e261600e71 /website/static/css/main.css | |
parent | 1abc6a736f5a8a91ff45da18fb0f37adb1ce1ebb (diff) | |
download | SciPy2015-7fdc127e4f823508616676bf67265871b622d5e6.tar.gz SciPy2015-7fdc127e4f823508616676bf67265871b622d5e6.tar.bz2 SciPy2015-7fdc127e4f823508616676bf67265871b622d5e6.zip |
add forgot password facility
Diffstat (limited to 'website/static/css/main.css')
-rw-r--r-- | website/static/css/main.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/website/static/css/main.css b/website/static/css/main.css index 7cb6991..c28a222 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css @@ -375,7 +375,6 @@ a:before, a:after { margin-right: 4px;
}
#footerwrap {
- background: #2b2b2b;
padding: 25px 0 15px 0;
border-bottom: 1px solid #ddd;
text-align: center;
@@ -585,3 +584,14 @@ body .header { list-style-type: none;
color: red;
}
+
+.pwd-recovery-email {
+ height: 45px;
+ width: 350px;
+ margin-right: 5px;
+ border-radius: 4px;
+}
+
+.pwd-recovery-btn {
+ height:45px;
+}
|