summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/admin.scss
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-07-22 19:31:22 +0100
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-14 00:54:18 +0100
commitd1da8ef7d4c538ef90c40bea98a720c099982f6e (patch)
tree97b5d54fb6ca00bb45a6853034226a077b0ac3d6 /app/assets/stylesheets/pages/admin.scss
parentff3dc13f90da40e94aac117402648cc336ba72ad (diff)
downloadgitlab-ce-d1da8ef7d4c538ef90c40bea98a720c099982f6e.tar.gz
Updated collapsible
Diffstat (limited to 'app/assets/stylesheets/pages/admin.scss')
-rw-r--r--app/assets/stylesheets/pages/admin.scss22
1 files changed, 13 insertions, 9 deletions
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;
}
}
}