1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-16 15:04:19 -04:00
gitea/public/less/_admin.less

47 lines
639 B
Plaintext
Raw Normal View History

2015-08-18 12:34:11 -04:00
.admin {
padding-top: 15px;
2015-08-20 08:18:49 -04:00
padding-bottom: @footer-margin * 2;
2015-08-18 12:34:11 -04:00
.table.segment {
padding: 0;
font-size: 13px;
th {
padding-top: 5px;
padding-bottom: 5px;
}
th, td {
2015-11-18 14:12:10 -05:00
&:first-of-type {
padding-left: 15px !important;
2015-08-18 12:34:11 -04:00
}
}
}
2015-09-10 15:45:03 -04:00
.ui.header,
.ui.segment {
box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}
2015-09-11 20:49:28 -04:00
&.user {
.email {
max-width: 200px;
}
}
2015-10-12 19:40:35 -04:00
2015-11-18 14:12:10 -05:00
dl.admin-dl-horizontal {
padding: 20px;
margin: 0;
2015-10-12 19:40:35 -04:00
dd{
2015-10-13 19:05:32 -04:00
margin-left: 240px;
2015-10-12 19:40:35 -04:00
}
dt {
font-weight: bolder;
float: left;
width: 250px;
clear: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
2015-10-13 19:05:32 -04:00
}