mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Cleaned up auth settings
This commit is contained in:
parent
e046d2c680
commit
0c5827fb41
11 changed files with 112 additions and 105 deletions
12
UI/Content/Overrides/bootstrap.less
vendored
12
UI/Content/Overrides/bootstrap.less
vendored
|
@ -15,14 +15,16 @@
|
|||
}
|
||||
|
||||
.btn {
|
||||
min-width : 80px;
|
||||
|
||||
&.btn-mini{
|
||||
min-width: 0px;
|
||||
text-transform : capitalize;
|
||||
min-width : 80px;
|
||||
|
||||
&.btn-mini {
|
||||
min-width : 0px;
|
||||
}
|
||||
|
||||
&.btn-icon-only{
|
||||
min-width: 15px;
|
||||
&.btn-icon-only {
|
||||
min-width : 15px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue