mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Fix: Series/Details grids in IE will be displayed properly now.
This commit is contained in:
parent
01746a06e0
commit
f2f0cf81fe
2 changed files with 10 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue