123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- .admin {
- padding-top: @15;
- padding-bottom: @footer-margin * 2;
- .table.segment {
- padding: 0;
- font-size: 13px;
- &:not(.striped) {
- padding-top: @5;
- thead {
- th:last-child {
- padding-right: @5 !important;
- }
- }
- }
- th {
- padding-top: @5;
- padding-bottom: @5;
- }
- &:not(.select) {
- th, td {
- &:first-of-type {
- padding-left: @15 !important;
- }
- }
- }
- }
- &.user {
- .email {
- max-width: 200px;
- }
- }
- dl.admin-dl-horizontal {
- padding: @20;
- margin: 0;
- dd {
- margin-left: 240px;
- }
- dt {
- font-weight: bolder;
- float: left;
- width: 250px;
- clear: left;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
- &.config {
- #test-mail-btn {
- margin-left: @5;
- }
- table tbody tr td:first-child {
- font-weight: bold;
- }
- pre {
- background-color: #f7f7f7;
- padding: @5;
- }
- code {
- color: #db2828;
- line-height: 1;
- }
- .log-config {
- table tbody tr td {
- &:first-child {
- width: 100px;
- }
- }
- }
- }
- &.indication {
- font-size: @10;
- text-align: center !important;
- }
- }
- .sitestatus {
- padding: 1em;
- div {
- padding: 1em;
- }
- }
- .admin-badge {
- font-size: 10px !important;
- }
- // Mobile
- @media (max-width: 1020px) {
- .render-time {
- display: none !important;
- }
- }
|