diff options
author | Unknwon <u@gogs.io> | 2015-08-19 00:34:11 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-19 00:34:11 +0800 |
commit | 81b8427438d4d37d38a46d0fec4c22aee60f91fa (patch) | |
tree | 19138f3cf6bdaa2d4bde0dfb3355df10703174cb /public/less/_admin.less | |
parent | 6fdc881bd4ffb0a97a9a3f6ec65182575c5b0bde (diff) | |
download | gitea-81b8427438d4d37d38a46d0fec4c22aee60f91fa.tar.gz gitea-81b8427438d4d37d38a46d0fec4c22aee60f91fa.zip |
new UI on admin/monitor
Diffstat (limited to 'public/less/_admin.less')
-rw-r--r-- | public/less/_admin.less | 18 |
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 |