diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-17 19:58:35 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-18 18:27:46 +0300 |
| commit | f24ea66edca6dc74963646e9532963cb46e56101 (patch) | |
| tree | 8a5f95b6a53f3ef5953961002645ba52727ae1f5 /res/client/css/feedback.css | |
| parent | cef746aafccc93db66afe881e0063eb0c8534ef3 (diff) | |
style: docking feedback btn left. deemphasizing
Diffstat (limited to 'res/client/css/feedback.css')
| -rw-r--r-- | res/client/css/feedback.css | 23 |
1 files 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; |
