From f24ea66edca6dc74963646e9532963cb46e56101 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 17 May 2015 19:58:35 +0300 Subject: style: docking feedback btn left. deemphasizing --- res/client/css/feedback.css | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/res/client/css/feedback.css b/res/client/css/feedback.css index 1043e4d3..53d9dba7 100644 --- a/res/client/css/feedback.css +++ b/res/client/css/feedback.css @@ -1,9 +1,17 @@ .feedback-btn { - font-size: 14px; + background-clip: padding-box; + bottom: 200px; + box-shadow: 0 4px 16px rgba(0,0,0,.2); + font-size: 12px; + filter: none; + left: -45px; position: fixed; - bottom: -3px; - left: 45px; + padding: 8px; + transform: rotate(90deg); width: auto; + outline: 0; + opacity: 0.6; + z-index: 40000; } #feedback-module p { font-size: 13px } #feedback-note-tmp { @@ -131,15 +139,6 @@ width: 600px; height: auto; } -.feedback-btn { - padding: 10px; - outline: 0; - background-clip: padding-box; - -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2); - -moz-box-shadow: 0 4px 16px rgba(0,0,0,.2); - box-shadow: 0 4px 16px rgba(0,0,0,.2); - z-index: 40000; -} .feedback-btn-gray { text-align: center; cursor: pointer; -- cgit v1.3.1