diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:14:57 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:14:57 +0200 |
| commit | 7b825b768236f13b59361699e6507d401c50849c (patch) | |
| tree | 71dc12454315b646cfea1533247193b56377e294 /res/client/css/partials/user_signup.scss | |
| parent | 24ceece62d618d35b8394b797f88da7f5445bea6 (diff) | |
user-signup.scss: follow hyphen naming convention
Diffstat (limited to 'res/client/css/partials/user_signup.scss')
| -rw-r--r-- | res/client/css/partials/user_signup.scss | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/res/client/css/partials/user_signup.scss b/res/client/css/partials/user_signup.scss deleted file mode 100644 index 2c3bc4cc..00000000 --- a/res/client/css/partials/user_signup.scss +++ /dev/null @@ -1,81 +0,0 @@ -#user_signup_form_panel { - width: 550px; - text-align: center; - margin-left: auto; - margin-right: auto; - display: block; - margin-top: 20%; -} - -#signup_form___submit_button { - background-color: #ee3654; - border-radius: 3px; - color: #fff; - cursor: pointer; - float: right; - font-weight: bold; - margin: 20px; - padding: 12px 20px; - text-align: center; - width: 140px; -} - -.signup_form__row { - overflow: auto; - 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; -} - -#signup_form___submit_button:hover { - alpha: 1.0; -} - -#signup_form__ajax_response { - margin-top: 30px; - margin: 10px; -} - -#err_msg_row { - border-radius: 3px; - background-color: #413B38; - color: #fff; - display: none; - margin: 10px; - padding: 5px; - vertical-align: middle; -}
\ No newline at end of file |
