summaryrefslogtreecommitdiff
path: root/res/client/css/by-view
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-05 12:34:43 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-05 14:57:25 +0300
commitd9bb3828cf355161f79dd2ceca9c6fc198d98e10 (patch)
tree241c4dcc02486fecc78ba774e279a74569505222 /res/client/css/by-view
parente99e725098d698359ec065f69fd8879e7a8b5321 (diff)
user-signup: format, order
Diffstat (limited to 'res/client/css/by-view')
-rw-r--r--res/client/css/by-view/user-signup.scss39
1 files changed, 21 insertions, 18 deletions
diff --git a/res/client/css/by-view/user-signup.scss b/res/client/css/by-view/user-signup.scss
index 23d640f8..9a6c2cf4 100644
--- a/res/client/css/by-view/user-signup.scss
+++ b/res/client/css/by-view/user-signup.scss
@@ -28,7 +28,7 @@
} */
.signup_form__row {
- width: 100%;
+ width: 100%;
}
/* .signup_form__field {
@@ -68,31 +68,34 @@
} */
.input-username {
- background-image: url(../img/user-icon.png);
- background-position-x: 21px;
+ background-image: url(../img/user-icon.png);
+ background-position-x: 21px;
}
.signup-button {
- width: 92%;
+ width: 92%;
+}
+
+#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;
}
#signup_form__submit_button:hover {
- alpha: 1.0;
+ alpha: 1.0;
}
#signup_form__ajax_response {
- margin-top: 30px;
- margin: 10px;
+ 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;
-}
+#signup_form__msg_row {
+} \ No newline at end of file