summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/base-theme/template.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 80f76e80b..535a80a22 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -741,10 +741,15 @@ br + br + br {
padding: 0;
}
.properties {
- bottom: -35px;
+ display: none;
+ bottom: 0;
position: absolute;
width: 100%;
- display: none;
+ padding: 5px;
+ background: rgba(255, 255, 255, 0.7);
+ color: #000;
+ border-top: 1px solid #aaa;
+ z-index: 10;
}
.properties .page-number {
right: 0;