diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-02 23:42:27 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-02 23:42:27 +0300 |
| commit | e568af303505e37978b0c04589fcc4925ff01d39 (patch) | |
| tree | 6787a875fd295e5b0dc8976c8fa40715a0287319 /res/client/css/style.css | |
| parent | 4f6caf9e9aab978c6dd64a29493f6e37a02c0a70 (diff) | |
task-alert.scss: format, use absolute positioning for close-button
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index c38cf088..6d072e41 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -625,10 +625,10 @@ body.debug .debug-ui-right { .task-close-button { cursor: pointer; font-size: 14px; - margin: 15px 70px 15px 15px; - float: right; - width: 70px; - text-align: right; } + position: absolute; + right: 20px; + top: 15px; + width: 70px; } .task-close-button:after { content: " "; @@ -1230,17 +1230,17 @@ g:focus circle { #cmn-form-row--instruction-line { margin-bottom: 12px; } -/* #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); -} */ +#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; |
