aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css78
1 files changed, 78 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index e8a88b7..f688524 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -522,6 +522,8 @@ hr {
.slate .container {
width: 100%;
padding: 15px;
+ padding-left: 25px;
+ padding-right: 25px;
}
.signin, .signup {
@@ -530,3 +532,79 @@ hr {
text-align: center;
}
+.signin-insite, .signup-btn{
+ color: #fff;
+ background-color: rgba(80,80,80, 0.5) !important;
+ border-color: rgba(80,80,80, 0.5) !important;
+}
+
+.signin-insite:hover, .signup-btn:hover {
+ color: #fff;
+ background-color: rgba(80,80,80, 0.2) !important;
+ border-color: rgba(80,80,80, 0.2) !important;
+}
+
+.signin-fb{
+ color: #fff;
+ background-color: #3b5998 !important;
+ border-color: #3b5998 !important;
+}
+
+.signin-fb:hover {
+ color: #fff;
+ background-color: #8b9dc3 !important;
+ border-color: #8b9dc3 !important;
+}
+
+
+
+.input-username, .input-password, .input-group-addon{
+ font-size: 1em !important;
+ border-radius: 0 !important;
+}
+
+.input-lname, .input-email, .input-username-signin, .input-new-password,
+.input-confirm, .input-phone, .input-univ{
+ font-size: 1em !important;
+ border-radius: 0 !important;
+ border-bottom: 0 !important;
+ box-shadow: none !important;
+}
+
+.input-fname{
+ font-size: 1em !important;
+ border-radius: 0 !important;
+ border-top-right-radius: 8px !important;
+ border-bottom: 0 !important;
+ box-shadow: none !important;
+}
+
+.input-dept {
+ font-size: 1em !important;
+ border-radius: 0 !important;
+ border-bottom-right-radius: 8px !important;
+ box-shadow: none !important;
+}
+.input-username {
+ font-size: 1em !important;
+ border-top-right-radius: 8px !important;
+}
+
+.addon-username, .addon-fname {
+ border-top-left-radius: 8px !important;
+}
+
+.input-password, .input-dept {
+ border-bottom-right-radius: 8px !important;
+}
+
+.addon-password, .addon-dept {
+ border-bottom-left-radius: 8px !important;
+}
+
+
+
+.input-group-addon {
+ min-width:50px;
+ text-align:left;
+} \ No newline at end of file