gitlab-org--gitlab-foss/app/assets/stylesheets/pages/admin.scss

107 lines
1.3 KiB
SCSS
Raw Normal View History

2013-04-06 07:35:17 -04:00
/**
* Admin area
*
*/
.admin-dashboard {
2013-04-06 07:35:17 -04:00
.data {
a {
h1 {
line-height: 48px;
font-size: 48px;
padding: 20px;
text-align: center;
font-weight: normal;
}
}
}
.str-truncated {
max-width: 60%;
}
2013-04-06 07:35:17 -04:00
}
2013-01-13 10:24:29 -05:00
.admin-filter form {
.select2-container {
width: 100%
}
.controls {
margin-left: 130px;
}
.form-actions {
padding-left: 130px;
background: #fff
}
.visibility-levels {
.controls {
margin-bottom: 9px;
}
i {
color: inherit;
}
}
2013-01-13 10:24:29 -05:00
}
.broadcast-messages {
.message {
line-height: 2;
}
}
.broadcast-message {
@extend .alert-warning;
padding: 10px;
text-align: center;
> div, p {
display: inline;
margin: 0;
a {
color: inherit;
text-decoration: underline;
}
}
}
.broadcast-message-preview {
@extend .broadcast-message;
margin-bottom: 20px;
}
// Users List
.users-list {
.user-row {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.user-details {
flex: 1 1 auto;
}
.user-name {
display: inline-block;
2016-07-11 13:59:23 -04:00
font-weight: 600;
}
.dropdown {
.btn-block {
margin-bottom: 0;
line-height: inherit;
}
}
}
table.abuse-reports tbody tr td {
vertical-align: top;
&:nth-child(5) {
min-width: 220px;
}
}