summaryrefslogtreecommitdiffstats
path: root/public/less/_admin.less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-05 01:09:14 -0500
committerUnknwon <u@gogs.io>2015-12-05 01:09:14 -0500
commitf41360d864bfa3fb850d669a0a8321820fc550de (patch)
tree5450285739bd0be98258474f45d62991dd1429ee /public/less/_admin.less
parente82ee40e9e667797099edc05ec1b774f65310464 (diff)
downloadgitea-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.less20
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;
+ }
}
}
}