Removed dividing lines in the plugins list details

This commit is contained in:
Djamil Legato
2015-07-28 14:41:00 -07:00
parent 0a6c42c702
commit a6b157c3ec
3 changed files with 7 additions and 1 deletions

View File

@@ -743,6 +743,8 @@ tr {
background-color: #f7f7f7; } background-color: #f7f7f7; }
tr td.gpm-details > .table-wrapper { tr td.gpm-details > .table-wrapper {
display: none; } display: none; }
tr td.gpm-details > .table-wrapper td {
border-bottom: 0; }
tr td.gpm-details tbody { tr td.gpm-details tbody {
width: 100%; } width: 100%; }
tr:last-child td { tr:last-child td {

File diff suppressed because one or more lines are too long

View File

@@ -48,6 +48,10 @@ tr {
> .table-wrapper { > .table-wrapper {
display: none; display: none;
td {
border-bottom: 0;
}
} }
tbody { tbody {