From d56cd300da8bdc1211d486154a92e2b2cad2bbb8 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Fri, 17 Apr 2020 16:07:12 +0200 Subject: [PATCH] ---- --- static/orgs.css | 33 +++++++++++++++++---------------- templates/orgs.html | 8 ++++---- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/static/orgs.css b/static/orgs.css index 8110433..333058e 100644 --- a/static/orgs.css +++ b/static/orgs.css @@ -10,21 +10,6 @@ body { font-size:14px; } -/* Page title */ -h1 { - position: fixed; - right:0%; - top:5%; - text-align: right; - background-color: #0BEFEB; - padding: 3px 35px 3px 10px; - z-index: 10; - color: black; - font-size: 28px; - opacity: 0.7; - color: #371F10; -} - /* Organizations list */ .collapsible{ padding-left: 70px; @@ -89,6 +74,9 @@ h1 { margin-top: 10px; height: 60px; width: 60px; + padding-bottom: 15px; + font-weight: bold; + font-size: 17px; } .scrl:hover { @@ -105,11 +93,24 @@ h1 { border-radius: 6px; padding: 5px 0; font-size: 15px; - right: 50px; + right: 65px; z-index: 10; position: absolute; } .scrl:hover > .scbt { visibility: visible; +} + +button.up span { + position:relative; bottom: 20%; +} + +button.down span { + position:relative; left: 60%; +} + +button.bottom span { + position:relative; bottom: 27%; + position:relative; left: 27%; } \ No newline at end of file diff --git a/templates/orgs.html b/templates/orgs.html index 42ace11..22fce7f 100644 --- a/templates/orgs.html +++ b/templates/orgs.html @@ -13,10 +13,10 @@

{{ page.name }}

- - - - + + + +
{{ body|safe }}