summaryrefslogtreecommitdiff
path: root/website/static
diff options
context:
space:
mode:
authorSashi202017-09-21 17:30:20 +0530
committerSashi202017-09-21 17:30:20 +0530
commit0f9ec24f76f4053e2aab3cda5e4cd825683cd4f5 (patch)
tree6bbc827e9f549587ef6e0259ea6a181e4055a5ed /website/static
parenteb6bc0cff8c711fb389702fec1a5de4368d4a92c (diff)
downloadSciPy2017-0f9ec24f76f4053e2aab3cda5e4cd825683cd4f5.tar.gz
SciPy2017-0f9ec24f76f4053e2aab3cda5e4cd825683cd4f5.tar.bz2
SciPy2017-0f9ec24f76f4053e2aab3cda5e4cd825683cd4f5.zip
Added css to Forgot password Templates
Diffstat (limited to 'website/static')
-rwxr-xr-xwebsite/static/css/one-page-wonder.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/website/static/css/one-page-wonder.css b/website/static/css/one-page-wonder.css
index 51676e0..42a8071 100755
--- a/website/static/css/one-page-wonder.css
+++ b/website/static/css/one-page-wonder.css
@@ -118,4 +118,14 @@ header.masthead > .overlay {
transform: translate3d(0,0,0);
}
+#main input[type="password"],
+ #main input[type="email"],
+ #main textarea {
+ width: 90%;
+ border:solid 1px #565050;
+ -webkit-border-radius: 5px;
+-moz-border-radius: 5px;
+border-radius: 5px;
+ }
+