summaryrefslogtreecommitdiffstats
path: root/ogcp/static/css
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-07-22 16:56:07 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-07-25 09:48:00 +0200
commit594d655d6b13edfd1885d555ecda1a6f912db501 (patch)
treeada4517a6a723a126e86a07e6c3e96b2b087097a /ogcp/static/css
parentc1d08df31d5135fe43c26ea32b5998ad30645162 (diff)
css: add fixed font to disclosure widget
Prevent inconsistent visuals in different browser configurations. Make the disclosure widget always look the same.
Diffstat (limited to 'ogcp/static/css')
-rw-r--r--ogcp/static/css/soleta.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css
index 5a3c3b2..fe75877 100644
--- a/ogcp/static/css/soleta.css
+++ b/ogcp/static/css/soleta.css
@@ -71,6 +71,7 @@ a.nav-link.collapsed:not(.disabled)[data-toggle="collapse"]::before {
position: absolute;
left: -15px;
font-size: 0.7em;
+ font-family: Arial, sans-serif;
}
a.nav-link:not(.collapsed):not(.disabled)[data-toggle="collapse"]::before {
@@ -79,6 +80,7 @@ a.nav-link:not(.collapsed):not(.disabled)[data-toggle="collapse"]::before {
left: -15px;
transform: rotate(90deg);
font-size: 0.7em;
+ font-family: Arial, sans-serif;
}
a.nav-link.live-report::before {