diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 0f5f6ea6d..3b0c8e240 100755 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -11336,20 +11336,6 @@ ol > li::before { color: var(--white); } -.badge-count { - width: 20px; - height: 20px; - border-radius: 50%; - background-color: #E53E3E; - position: absolute; - color: #cfcfcf; - font-size: 13px; - font-weight: 600; - top: -4px; - left: 8px; - padding: 0 2px 2px 2px; -} - .post-nav .nav-link { color: var(--muted); font-size: 1rem; diff --git a/files/assets/css/tron.css b/files/assets/css/tron.css index 4971a9d5f..0ba35670a 100755 --- a/files/assets/css/tron.css +++ b/files/assets/css/tron.css @@ -58,10 +58,6 @@ color: var(--white); } -.badge-count { - color: var(--light); -} - .transparent { background: None !important; } @@ -79,10 +75,6 @@ border: 1px solid var(--primary) !important; } -.badge-count { - color: var(--primary); -} - #frontpage .pseudo-submit-form.card, .form-inline.search .form-control, .form-control[readonly] { border: 2px solid var(--gray-200) !important; } \ No newline at end of file diff --git a/files/templates/authforms.html b/files/templates/authforms.html index b62eae0ff..410016c17 100755 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,11 +15,11 @@ {% if v %} - - {% if v.agendaposter %}{% elif v.css %}{% endif %} + + {% if v.agendaposter %}{% elif v.css %}{% endif %} {% else %} - + {% endif %} diff --git a/files/templates/default.html b/files/templates/default.html index e98cf6290..688548171 100755 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -250,12 +250,12 @@ {% if v %} - - - {% if v.agendaposter %}{% elif v.css %}{% endif %} + + + {% if v.agendaposter %}{% elif v.css %}{% endif %} {% else %} - + {% endif %} {% endblock %} diff --git a/files/templates/header.html b/files/templates/header.html index 09933e0da..f9f3346c1 100755 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -1,6 +1,16 @@ + +