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/css | |
parent | e82ee40e9e667797099edc05ec1b774f65310464 (diff) | |
download | gitea-f41360d864bfa3fb850d669a0a8321820fc550de.tar.gz gitea-f41360d864bfa3fb850d669a0a8321820fc550de.zip |
#2052 advanced select ops for system notices
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 83ba463a2b..583297afef 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2999,12 +2999,18 @@ footer .container .links > *:first-child { padding: 0; font-size: 13px; } +.admin .table.segment:not(.striped) { + padding-top: 5px; +} +.admin .table.segment:not(.striped) thead th:last-child { + padding-right: 5px !important; +} .admin .table.segment th { padding-top: 5px; padding-bottom: 5px; } -.admin .table.segment th:first-of-type, -.admin .table.segment td:first-of-type { +.admin .table.segment:not(.select) th:first-of-type, +.admin .table.segment:not(.select) td:first-of-type { padding-left: 15px !important; } .admin .ui.header, |