mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fix: Series/Details grids in IE will be displayed properly now.
This commit is contained in:
@@ -6,9 +6,9 @@ table.dataTable {
|
||||
margin: 0 auto;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
border-style: none;
|
||||
border-width: 1px;
|
||||
border-spacing: 2px;
|
||||
border-style: none;
|
||||
border-color: white;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
@@ -38,9 +38,9 @@ table.dataTable tfoot th
|
||||
table.dataTable td {
|
||||
/*padding: 3px 10px;*/
|
||||
border-width: 1px;
|
||||
padding: 0px 8px 0px 8px;
|
||||
border-style: inset;
|
||||
border-style: solid;
|
||||
border-color: #EEEEEE;
|
||||
padding: 0px 8px 0px 8px;
|
||||
}
|
||||
|
||||
table.dataTable td.center,
|
||||
|
||||
Reference in New Issue
Block a user