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