mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-23 23:59:17 +01:00
60 lines
1.1 KiB
Plaintext
60 lines
1.1 KiB
Plaintext
@import (reference) "../../../core/client/less/mt-var.less";
|
|
|
|
.user-cmd {
|
|
padding: 10px 0;
|
|
border-bottom: solid 1px #eee;
|
|
}
|
|
|
|
.userinfo-header {
|
|
margin-bottom: 0;
|
|
.userinfo-col {
|
|
display: table;
|
|
span {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
.userinfo-btn {
|
|
@media (max-width: @screen-xxs-max) {
|
|
display: table-row;
|
|
float: none !important;
|
|
line-height: 4;
|
|
.btn:not(:first-child) {
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.mt-xxs-break-before {
|
|
@media (max-width: @screen-xxs-max) {
|
|
display: table-row !important;
|
|
float: none !important;
|
|
}
|
|
}
|
|
|
|
.user-remarks {
|
|
textarea {
|
|
min-height: 150px;
|
|
resize: vertical;
|
|
}
|
|
}
|
|
.user-history {
|
|
height: 150px;
|
|
line-height: 1;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.curr-score-info {
|
|
p {
|
|
margin-bottom: 0;
|
|
}
|
|
.alert {
|
|
line-height: 1.8;
|
|
margin: 0;
|
|
}
|
|
li {
|
|
line-height: 1.8;
|
|
}
|
|
}
|