1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Minor fix for #2660

This commit is contained in:
Unknwon
2016-02-24 23:59:17 -05:00
parent 5418c2c5e4
commit baaf6046a1
11 changed files with 952 additions and 712 deletions

View File

@@ -2551,6 +2551,9 @@ footer .container .links > *:first-child {
text-overflow: ellipsis;
white-space: nowrap;
}
.admin.config #test-mail-btn {
margin-left: 5px;
}
.explore {
padding-top: 15px;
padding-bottom: 80px;

View File

@@ -44,7 +44,7 @@
padding: 20px;
margin: 0;
dd{
dd {
margin-left: 240px;
}
dt {
@@ -57,4 +57,10 @@
white-space: nowrap;
}
}
&.config {
#test-mail-btn {
margin-left: 5px;
}
}
}