FIX: CSS on admin referrals broke with the fixed table. See:
https://meta.discourse.org/t/admin-dashboard-top-referred-topics-links-overlap-with-clicks/20945
This commit is contained in:
parent
285c66b899
commit
80183f04f5
|
@ -5,7 +5,6 @@
|
|||
|
||||
.admin-contents table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
tr {text-align: left;}
|
||||
td, th {padding: 8px;}
|
||||
th {border-top: 1px solid scale-color-diff();}
|
||||
|
@ -539,6 +538,7 @@ section.details {
|
|||
|
||||
|
||||
.admin-flags {
|
||||
table-layout: fixed;
|
||||
|
||||
.hidden-post td.excerpt, .hidden-post td.user { opacity: 0.5; }
|
||||
.deleted td.excerpt, .deleted td.user { background-color: scale-color($danger, $lightness: 70%); }
|
||||
|
|
Loading…
Reference in New Issue