summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-17 19:58:35 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-18 18:27:46 +0300
commitf24ea66edca6dc74963646e9532963cb46e56101 (patch)
tree8a5f95b6a53f3ef5953961002645ba52727ae1f5
parentcef746aafccc93db66afe881e0063eb0c8534ef3 (diff)
style: docking feedback btn left. deemphasizing
-rw-r--r--res/client/css/feedback.css23
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;