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

update dialogs

This commit is contained in:
Luke Pulverenti 2016-05-30 16:46:18 -04:00
parent 0afeb5bdd4
commit 6697f8685d
10 changed files with 485 additions and 441 deletions

View file

@ -2,7 +2,7 @@
display: flex;
align-items: center;
text-align: left;
padding: .1em .55em !important;
padding: .1em 1.25em !important;
outline: none !important;
}
@ -12,7 +12,16 @@
.listItemBody {
flex-grow: 1;
padding: .35em .55em;
padding: .35em 1.25em;
}
.listItemBody h3 {
margin: 0;
font-weight: normal;
}
.listItemBodyText {
padding: .25em 0;
}
.listItemImage {
@ -47,6 +56,12 @@
transition: transform .2s ease-out;
}
.listItem:focus {
transform: scale(1.025, 1.025);
}
.listItem:focus {
transform: scale(1.025, 1.025);
}
.paperList {
padding: .5em 0;
margin: 12px auto;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}