summaryrefslogtreecommitdiff
path: root/res/client/css/by-view/user-signup.scss
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-23 14:26:10 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-23 15:07:53 +0200
commit446f272819e3f610abd39b8625a93b387eb558d4 (patch)
treeec8974ce1dfe09cb2c80af65f99c6412de52bcfa /res/client/css/by-view/user-signup.scss
parentdc3213fe3a5a107b6d7f3b4ef1b876db842c287d (diff)
style.scss: use 'by-view' file layout
Diffstat (limited to 'res/client/css/by-view/user-signup.scss')
-rw-r--r--res/client/css/by-view/user-signup.scss94
1 files changed, 94 insertions, 0 deletions
diff --git a/res/client/css/by-view/user-signup.scss b/res/client/css/by-view/user-signup.scss
new file mode 100644
index 00000000..1fb4677c
--- /dev/null
+++ b/res/client/css/by-view/user-signup.scss
@@ -0,0 +1,94 @@
+/* #user_signup_form_panel {
+ width: 550px;
+ text-align: center;
+ margin-left: auto;
+ margin-right: auto;
+ display: block;
+ padding: 20px 30px;
+ margin-top: 80px;
+ background: white;
+ box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.3);
+} */
+
+/* #signup_form__submit_button {
+ background-color: #ee3654;
+ border-radius: 3px;
+ color: #fff;
+ cursor: pointer;
+ float: right;
+ font-weight: bold;s
+ margin: 20px;
+ padding: 12px 20px;
+ text-align: center;
+ width: 140px;
+} */
+
+.signup_form__row {
+ width: 100%;
+}
+
+/* .signup_form__field {
+ border-radius: 3px;
+ border: 1px solid #4B7CBD;
+ float: left;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ padding-left: 10px;
+ padding-right: 10px;
+ margin: 5px;
+}
+
+.signup_form__row_sharing_field {
+ display: inline-block;
+}
+
+.signup_form__field input {
+ background-color: inherit;
+ border: none;
+}
+
+.signup_form__field input:focus {
+ outline: none;
+}
+
+#signup_form__title {
+ color: #ee3654;
+ margin-bottom: 30px;
+ background: url(../img/logo-red.png);
+ background-repeat: no-repeat;
+ background-position: 140px 2px;
+}
+
+#signup_form__submit_button_row {
+ overflow: auto;
+} */
+
+.input-username {
+ background-image: url(../img/user-icon.png);
+ background-position-x: 21px;
+}
+
+.signup-button {
+ width: 92%;
+}
+
+#signup_form__submit_button:hover {
+ alpha: 1.0;
+}
+
+#signup_form__ajax_response {
+ margin-top: 30px;
+ margin: 10px;
+}
+
+#err_msg_row p{
+ margin-top: $one-baseline;
+ width: 92%;
+ padding: $one-baseline;
+ font-size: $h4-size;
+ line-hight: 18px;
+ text-align: center;
+ color: $dark-magenta;
+ background-color: lighten( $magenta, 40% );
+ border: 1px solid $dark-magenta;
+}