mirror of https://git.48k.eu/ogcp
css: add fixed font to disclosure widget
Prevent inconsistent visuals in different browser configurations. Make the disclosure widget always look the same.master
parent
c1d08df31d
commit
594d655d6b
|
@ -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 {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/plugins/fontawesome-free/css/all.min.css') }}">
|
||||
<!-- Theme style -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/dist/css/adminlte.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=5" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=6" />
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue