summaryrefslogtreecommitdiffstats
path: root/public/less/_admin.less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-19 00:34:11 +0800
committerUnknwon <u@gogs.io>2015-08-19 00:34:11 +0800
commit81b8427438d4d37d38a46d0fec4c22aee60f91fa (patch)
tree19138f3cf6bdaa2d4bde0dfb3355df10703174cb /public/less/_admin.less
parent6fdc881bd4ffb0a97a9a3f6ec65182575c5b0bde (diff)
downloadgitea-81b8427438d4d37d38a46d0fec4c22aee60f91fa.tar.gz
gitea-81b8427438d4d37d38a46d0fec4c22aee60f91fa.zip
new UI on admin/monitor
Diffstat (limited to 'public/less/_admin.less')
-rw-r--r--public/less/_admin.less18
1 files changed, 18 insertions, 0 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less
new file mode 100644
index 0000000000..93115a7f8f
--- /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