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:
Robin Ward 2014-10-09 16:12:02 -04:00
parent 285c66b899
commit 80183f04f5
1 changed files with 1 additions and 1 deletions

View File

@ -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%); }