2015-08-19 00:34:11 +08:00
.admin {
2017-12-02 20:48:43 +01:00
padding-top: 15px;
2015-08-19 00:34:11 +08:00
2017-12-02 20:48:43 +01:00
.table.segment {
padding: 0;
font-size: 13px;
2015-12-05 01:09:14 -05:00
2017-12-02 20:48:43 +01:00
&:not(.striped) {
padding-top: 5px;
2015-12-05 01:09:14 -05:00
2017-12-02 20:48:43 +01:00
thead {
th:last-child {
padding-right: 5px !important;
}
}
}
2015-12-05 01:09:14 -05:00
2017-12-02 20:48:43 +01:00
th {
padding-top: 5px;
padding-bottom: 5px;
}
2015-12-05 01:09:14 -05:00
2017-12-02 20:48:43 +01:00
&:not(.select) {
2019-05-14 02:54:23 +02:00
th,
td {
2017-12-02 20:48:43 +01:00
&:first-of-type {
padding-left: 15px !important;
}
}
}
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
.ui.header,
.ui.segment {
2020-02-23 17:48:27 +01:00
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
2017-12-02 20:48:43 +01:00
}
2015-09-11 20:49:28 -04:00
2017-12-02 20:48:43 +01:00
&.user {
.email {
max-width: 200px;
}
}
2015-12-07 21:20:54 +01:00
2017-12-02 20:48:43 +01:00
dl.admin-dl-horizontal {
padding: 20px;
margin: 0;
2015-11-18 14:12:10 -05:00
2017-12-02 20:48:43 +01:00
dd {
margin-left: 275px;
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
dt {
font-weight: bolder;
float: left;
width: 285px;
clear: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
2016-02-24 23:59:17 -05:00
2017-12-02 20:48:43 +01:00
&.config {
#test-mail-btn {
margin-left: 5px;
}
}
2019-05-14 18:02:59 +02:00
code,
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
2015-10-14 01:05:32 +02:00
}