diff options
author | Unknwon <u@gogs.io> | 2015-12-05 01:09:14 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-05 01:09:14 -0500 |
commit | f41360d864bfa3fb850d669a0a8321820fc550de (patch) | |
tree | 5450285739bd0be98258474f45d62991dd1429ee /public/less/_admin.less | |
parent | e82ee40e9e667797099edc05ec1b774f65310464 (diff) | |
download | gitea-f41360d864bfa3fb850d669a0a8321820fc550de.tar.gz gitea-f41360d864bfa3fb850d669a0a8321820fc550de.zip |
#2052 advanced select ops for system notices
Diffstat (limited to 'public/less/_admin.less')
-rw-r--r-- | public/less/_admin.less | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less index 8982725c70..c69e50b6f2 100644 --- a/public/less/_admin.less +++ b/public/less/_admin.less @@ -5,13 +5,27 @@ .table.segment { padding: 0; font-size: 13px; + + &:not(.striped) { + padding-top: 5px; + + thead { + th:last-child { + padding-right: 5px !important; + } + } + } + th { padding-top: 5px; padding-bottom: 5px; } - th, td { - &:first-of-type { - padding-left: 15px !important; + + &:not(.select) { + th, td { + &:first-of-type { + padding-left: 15px !important; + } } } } |