summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css20
1 files changed, 9 insertions, 11 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 793697c..e626d39 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -2076,25 +2076,20 @@ a[data-role="forgot-password"] {
font-size: 13px;
margin: 5px 0 0 0;
}
-
.share {
- position: fixed;
- right: 0px;
- bottom: 10px;
- padding: 3px 10px 3px 4px;
- background:rgba(255,255,255,0.1);
- z-index: 2;
+ display:inline-block;
+ width:100%;
+ margin-bottom:5px;
}
-
.share h2 {
- font-weight: 300;
- font-size: 18px;
+ font-weight: 400;
+ font-size: 13px;
}
.share a{
color: #017cfe;
text-decoration: none;
- font-size: 13px;
+ font-size: 12px;
font-weight: 600;
}
.share a:nth-child(3){
@@ -2313,4 +2308,7 @@ position: relative;
.footer a, .footer span {
margin: 9px;
}
+#keyhint {
+ display:none;
+}
} \ No newline at end of file