tables: unified tables for main pages of rhodecode repo pages.

This commit is contained in:
Marcin Kuzminski 2020-10-08 12:50:57 +02:00
parent 508c8ba158
commit e9f4c90062
13 changed files with 85 additions and 54 deletions

View file

@ -477,23 +477,3 @@
}
}
.rctable.repo_summary {
border: 1px solid #eaeaea;
border-radius: 2px;
border-collapse: inherit;
border-bottom: 0;
th {
background: @grey7;
border-bottom: 0;
}
td {
border-color: #eaeaea;
}
td.td-status {
padding: 0 0 0 10px;
}
}