mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added manual server form
This commit is contained in:
parent
5257e91628
commit
c710303de9
9 changed files with 265 additions and 48 deletions
7
dashboard-ui/css/materialize.css
vendored
7
dashboard-ui/css/materialize.css
vendored
|
@ -202,11 +202,16 @@ button.btn:not(.btn-inline), button.btn-large:not(.btn-inline) {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.btn:not(.btn-inline):not(.btnNoText) i {
|
||||
.btn:not(.btn-inline):not(.btnNoText):not(.btnIconRight) i {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
.btnIconRight:not(.btn-inline):not(.btnNoText) i {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.btn-large i {
|
||||
position: absolute;
|
||||
left: 24px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue