From d1da8ef7d4c538ef90c40bea98a720c099982f6e Mon Sep 17 00:00:00 2001 From: "Luke \"Jared\" Bennett" Date: Fri, 22 Jul 2016 19:31:22 +0100 Subject: Updated collapsible --- app/assets/stylesheets/pages/admin.scss | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'app/assets/stylesheets/pages/admin.scss') diff --git a/app/assets/stylesheets/pages/admin.scss b/app/assets/stylesheets/pages/admin.scss index 4ea8292ec2a..dec9bb80998 100644 --- a/app/assets/stylesheets/pages/admin.scss +++ b/app/assets/stylesheets/pages/admin.scss @@ -99,16 +99,20 @@ } .abuse-reports { - table-layout: fixed; - .action-buttons a { - white-space: normal; + .btn-group { + margin-top: 4px; } - @media (min-width: $screen-sm-min) { - th { - width: 15%; - &.wide { - width: 55%; - } + .panel-body { + overflow-y: scroll; + max-height: 300px; + } + .no-reports { + .emoji-icon { + margin-left: $btn-side-margin; + margin-top: 3px; + } + span { + font-size: 19px; } } } -- cgit v1.2.1