mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-04 02:18:06 +00:00
Cleaned up UI in IE (stupid IE)
This commit is contained in:
parent
f6952abf39
commit
58557ef25c
2 changed files with 3 additions and 7 deletions
|
@ -73,11 +73,6 @@
|
||||||
right: 0px;
|
right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"]
|
|
||||||
{
|
|
||||||
height: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#newznabProviders
|
#newznabProviders
|
||||||
{
|
{
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
padding: 2px 2px;
|
padding: 2px 2px;
|
||||||
border: solid 1px #aacfe4;
|
border: solid 1px #aacfe4;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
margin: 2px 0 20px 10px;
|
margin: 4px 0 20px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#stylized .selectClass
|
#stylized .selectClass
|
||||||
|
@ -67,7 +67,8 @@
|
||||||
|
|
||||||
#stylized .checkClass
|
#stylized .checkClass
|
||||||
{
|
{
|
||||||
margin: 10px 0 10px 10px;
|
margin: 12px 0px 20px 10px;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#stylized button
|
#stylized button
|
||||||
|
|
Loading…
Add table
Reference in a new issue