diff --git a/files/assets/css/catalog.css b/files/assets/css/catalog.css index 4e04f069e..ed75fa65a 100644 --- a/files/assets/css/catalog.css +++ b/files/assets/css/catalog.css @@ -13,7 +13,7 @@ font-size: 18px; } - #frontpage .post-meta, #frontpage .post-actions { + #frontpage .post-meta, .post-actions button, .post-actions a { font-size:14px; } } diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 70ac9a703..1ab3ffb03 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3594,20 +3594,10 @@ small, .small { .modal .post-actions .list-group-item:focus, .modal .post-actions .list-group-item:hover { background-color: var(--gray-300); } -.modal .post-actions a, .post-actions button { - color: var(--black); - font-size: 1rem; -} .modal .post-actions .fa, .modal .post-actions .fas, .modal .post-actions .far { width: 1.25rem; font-size: 1rem; } -.post-actions { - position: relative; - color: var(--muted); - font-weight: 600; - font-size: 12px; -} .post-actions .fa, .post-actions .fas, .post-actions .far { font-size: 12px; margin-right: 0.5rem; @@ -3622,9 +3612,6 @@ small, .small { .post-actions .dropdown-item:hover .fa, .post-actions .dropdown-item:hover .fas { color: var(--gray); } -.post-actions a, .post-actions button:hover .fa, .post-actions a, .post-actions button:hover .fas { - color: var(--black); -} .post-actions:hover, .post-actions:focus { z-index: 4; } @@ -3730,10 +3717,12 @@ small, .small { } .post-actions a, .post-actions button { color: var(--gray-100); + font-weight: 600; + font-size: 12px; text-decoration: none; text-transform: none; } -.post-actions a, .post-actions button:hover { +.post-actions a:hover, .post-actions button:hover { color: var(--black); } .post-actions .dropdown-item:hover { @@ -4375,13 +4364,6 @@ pre .com, code .com { .post-meta { font-size: 1rem; padding-left: 3px; -} - .post-actions { - font-weight: 400; -} - .post-actions a, .post-actions button { - font-size: 1rem; - color: var(--gray-200); } .post-actions .fa, .post-actions .fas, .post-actions .far { font-size: 1rem; @@ -6104,12 +6086,6 @@ g { opacity: 0.65; } -@media (max-width: 767.98px) { - .post-actions { - margin-top: -5px; - } -} - .ghostdiv { display: block; diff --git a/files/templates/header.html b/files/templates/header.html index 3fc0f6e6c..96ca10300 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -262,7 +262,7 @@ Archives {% endif %} Contact us - Log out + @@ -326,7 +326,7 @@ Contact us {% else %} {% if v and (v.id==p.author_id or v.admin_level >= PERMS['POST_EDITING']) %} - Edit + {% endif %} {% if v and v.id != p.author_id and p.body and not v_forbid_deleted %} - View source + {% endif %} {% include 'post_actions.html' %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index ba1b3f3a6..cbfdf901a 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -203,7 +203,7 @@