aboutsummaryrefslogtreecommitdiff
path: root/public/css/gogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r--public/css/gogs.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 6f4665b6..f1501906 100644
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -3142,11 +3142,14 @@ footer .ui.language .menu {
.admin .table.segment:not(.select) td:first-of-type {
padding-left: 15px !important;
}
+.admin code {
+ color: #db2828;
+}
.admin.user .email {
max-width: 200px;
}
.admin dl.admin-dl-horizontal {
- padding: 20px;
+ padding: 10px 15px;
margin: 0;
}
.admin dl.admin-dl-horizontal dd {
@@ -3171,9 +3174,6 @@ footer .ui.language .menu {
background-color: #f7f7f7;
padding: 5px;
}
-.admin.config code {
- color: #db2828;
-}
.admin.config .log-config table tbody tr td:first-child {
width: 100px;
}
@@ -3234,3 +3234,4 @@ footer .ui.language .menu {
.ui.user.list .item .description a:hover {
text-decoration: underline;
}
+/*# sourceMappingURL=gogs.css.map */ \ No newline at end of file