1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #353 from grafixeyehero/dlnaprofile

Add proper styling to DlnaProfile and ScheduledTask pages
This commit is contained in:
Anthony Lavado 2019-06-12 20:32:33 -04:00 committed by GitHub
commit dcd4a7631d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 219 additions and 305 deletions

View file

@ -499,3 +499,8 @@ a[data-role=button] {
-webkit-box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37)
}
.ui-bar-a{
text-align: center;
padding: 0 20px;
}