mirror of https://github.com/lidarr/Lidarr
Cleaned up UI in IE (stupid IE)
This commit is contained in:
parent
f6952abf39
commit
58557ef25c
|
@ -73,11 +73,6 @@
|
|||
right: 0px;
|
||||
}
|
||||
|
||||
input[type="checkbox"]
|
||||
{
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
#newznabProviders
|
||||
{
|
||||
overflow: auto;
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
padding: 2px 2px;
|
||||
border: solid 1px #aacfe4;
|
||||
width: 200px;
|
||||
margin: 2px 0 20px 10px;
|
||||
margin: 4px 0 20px 10px;
|
||||
}
|
||||
|
||||
#stylized .selectClass
|
||||
|
@ -67,7 +67,8 @@
|
|||
|
||||
#stylized .checkClass
|
||||
{
|
||||
margin: 10px 0 10px 10px;
|
||||
margin: 12px 0px 20px 10px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#stylized button
|
||||
|
|
Loading…
Reference in New Issue