1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Minor fix for #2396

This commit is contained in:
Unknwon
2016-01-25 14:04:46 -05:00
parent 71b9537393
commit e33ddac9bf
6 changed files with 11 additions and 4 deletions

View File

@@ -458,6 +458,10 @@
box-shadow:inset 0 -1px 0 #bbb;
}
input[type="checkbox"] {
vertical-align: middle !important;
}
.csv-data td,
.csv-data th {
padding:5px;