aboutsummaryrefslogtreecommitdiff
path: root/public/less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_admin.less18
-rw-r--r--public/less/gogs.less3
2 files changed, 20 insertions, 1 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less
new file mode 100644
index 00000000..93115a7f
--- /dev/null
+++ b/public/less/_admin.less
@@ -0,0 +1,18 @@
+.admin {
+ padding-top: 15px;
+ padding-bottom: @footer-margin * 3;
+
+ .table.segment {
+ padding: 0;
+ font-size: 13px;
+ th {
+ padding-top: 5px;
+ padding-bottom: 5px;
+ }
+ th, td {
+ &:first-child {
+ padding-left: 15px;
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/public/less/gogs.less b/public/less/gogs.less
index 54fc4094..b16beec1 100644
--- a/public/less/gogs.less
+++ b/public/less/gogs.less
@@ -4,4 +4,5 @@
@import "_home";
@import "_install";
@import "_form";
-@import "_repository"; \ No newline at end of file
+@import "_repository";
+@import "_admin"; \ No newline at end of file