summaryrefslogtreecommitdiff
path: root/static/website/css
diff options
context:
space:
mode:
authorholyantony2015-03-20 14:10:12 +0530
committerholyantony2015-03-20 14:10:12 +0530
commitdbc39aa60e94299cdcd88e4a2f4198dab7f0b67f (patch)
treec98e18d65a11d9965fea6be36233fe7949d5ed52 /static/website/css
parent6a528aed45a1d5f7707684b1688895e1a2091354 (diff)
downloadFOSSEE-Forum-dbc39aa60e94299cdcd88e4a2f4198dab7f0b67f.tar.gz
FOSSEE-Forum-dbc39aa60e94299cdcd88e4a2f4198dab7f0b67f.tar.bz2
FOSSEE-Forum-dbc39aa60e94299cdcd88e4a2f4198dab7f0b67f.zip
Subject:Added fontawesome css and made few changes in registration.html
Description: 1. Added font 2. Made changes in registration page
Diffstat (limited to 'static/website/css')
-rw-r--r--static/website/css/login.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/static/website/css/login.css b/static/website/css/login.css
index 9ec8f43..085f0d7 100644
--- a/static/website/css/login.css
+++ b/static/website/css/login.css
@@ -21,6 +21,34 @@
#loggit a:hover{
color: #D26800;
}
+
+.form-control{
+ display:block;
+ width:100%;
+ height:34px;
+ padding:6px 12px;
+ font-size:14px;
+ line-height:1.42857143;
+ color:#555;
+ background-color:#fff;
+ background-image:none;
+ border:1px solid #ccc;
+ border-radius:4px;
+ -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
+ box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
+ -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
+ -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
+ transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
+}
+
+
+.btn-lg,.btn-group-lg>.btn{
+ padding:10px 16px;
+ font-size:18px;
+ line-height:1.33;
+ border-radius:6px
+}
+
#loggit h1 {
text-align: center;
font-size: 26px;