From e568af303505e37978b0c04589fcc4925ff01d39 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Thu, 2 Apr 2015 23:42:27 +0300 Subject: task-alert.scss: format, use absolute positioning for close-button --- res/client/css/style.css | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'res/client/css/style.css') 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; -- cgit v1.3.1