aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css16
-rw-r--r--assets/js/script.js2
2 files changed, 16 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index f688524..108fffe 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -567,7 +567,7 @@ hr {
.input-confirm, .input-phone, .input-univ{
font-size: 1em !important;
border-radius: 0 !important;
- border-bottom: 0 !important;
+ border-bottom: 1px !important;
box-shadow: none !important;
}
@@ -575,7 +575,7 @@ hr {
font-size: 1em !important;
border-radius: 0 !important;
border-top-right-radius: 8px !important;
- border-bottom: 0 !important;
+ border-bottom: 1px !important;
box-shadow: none !important;
}
@@ -607,4 +607,16 @@ hr {
.input-group-addon {
min-width:50px;
text-align:left;
+}
+
+.signin-window {
+ padding: 0 !important;
+ width: auto !important;
+
+}
+
+.signin-window .modal-content {
+ height: auto !important;
+ width: 65% !important;
+ margin-left: 17%;
} \ No newline at end of file
diff --git a/assets/js/script.js b/assets/js/script.js
index 44d7422..7a4c21f 100644
--- a/assets/js/script.js
+++ b/assets/js/script.js
@@ -24,5 +24,7 @@ function main(){
});
$('.table-row').trigger('create');
+
+
}
$(document).ready(main); \ No newline at end of file