Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-08 16:04:18 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-08-14 02:54:18 +0300
commit1e6d8a388c3e818ee63daabb3b05b0c30f4502fe (patch)
treeb7e8af2862c018092d394c5dee80df7e451c9bf2 /app/assets/stylesheets/pages/admin.scss
parent721232228f7e1aef92cc82d87d8f05136d862c53 (diff)
Reverted collapsible design for Hazels
Diffstat (limited to 'app/assets/stylesheets/pages/admin.scss')
-rw-r--r--app/assets/stylesheets/pages/admin.scss38
1 files changed, 17 insertions, 21 deletions
diff --git a/app/assets/stylesheets/pages/admin.scss b/app/assets/stylesheets/pages/admin.scss
index d8a3d1af9a2..caf68308cc2 100644
--- a/app/assets/stylesheets/pages/admin.scss
+++ b/app/assets/stylesheets/pages/admin.scss
@@ -99,29 +99,25 @@
}
.abuse-reports {
- .btn-group {
- margin-top: 4px;
- }
- .panel-body {
- max-height: 300px;
- overflow-y: scroll;
- }
- .panel-heading {
- position: relative;
- }
- .clickable-entity {
- display: inline;
- position: relative;
- z-index: 2;
+ table-layout: fixed;
+ .action-buttons a {
+ white-space: normal;
+ }
+ th {
+ width: 15%;
+ &.wide {
+ width: 55%;
+ }
}
- .clickable-title {
- bottom: 0;
- left: 0;
- position: absolute;
- right: 0;
- top: 0;
+ @media (max-width: $screen-sm-max) {
+ th {
+ width: 100%;
+ }
+ td {
+ width: 100%;
+ float: left;
+ }
}
-
.no-reports {
.emoji-icon {
margin-left: $btn-side-margin;