summaryrefslogtreecommitdiffstats
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 34b00a2..7b62b5b 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1048,7 +1048,18 @@ table.metadata td.name {
}
footer {
- display: none;
+ position: absolute;
+ bottom: 0;
+ right: 0;
+ width: 250px;
+ margin: 0;
+ padding: 5px;
+ text-align: right;
+ }
+
+ footer a {
+ display: block;
+ border: 0;
}
header .logo {
@@ -1094,6 +1105,10 @@ table.metadata td.name {
.right-column .compose {
display: none;
}
+
+ footer {
+ display: none;
+ }
}
/* Copy to clipboard action */