mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fix: Series/Details grids in IE will be displayed properly now.
This commit is contained in:
parent
01746a06e0
commit
f2f0cf81fe
@ -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,
|
||||
|
@ -5,6 +5,7 @@
|
||||
padding: 3px 1px;
|
||||
margin: 0px;
|
||||
vertical-align: middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.gridAction:hover
|
||||
@ -12,25 +13,24 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.statusImage:hover {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* Custom Grid */
|
||||
.seriesTable
|
||||
{
|
||||
width: 100%;
|
||||
border-width: 1px;
|
||||
border-spacing: 2px;
|
||||
border-style: none;
|
||||
border-color: white;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.seriesTable th
|
||||
{
|
||||
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
|
||||
border-width: 300;
|
||||
font-size: 17px;
|
||||
padding: 2px;
|
||||
border-style: none;
|
||||
border-color: #EEEEEE;
|
||||
padding-left: 7px;
|
||||
text-align: left;
|
||||
background-color: white;
|
||||
@ -39,10 +39,10 @@
|
||||
|
||||
.seriesTable td
|
||||
{
|
||||
border-style: solid;
|
||||
border-color: #EEEEEE;
|
||||
border-width: 1px;
|
||||
padding: 0px 8px 0px 8px;
|
||||
border-style: inset;
|
||||
border-color: #EEEEEE;
|
||||
}
|
||||
|
||||
.title-row
|
||||
|
Loading…
Reference in New Issue
Block a user