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

rework detail page a little

This commit is contained in:
Luke Pulverenti 2015-02-02 23:54:52 -05:00
parent 0eb55addaa
commit 911880340e
28 changed files with 464 additions and 179 deletions

View file

@ -123,9 +123,13 @@
padding: 1em 2em;
}
.btn-large i {
font-size: 1.6rem;
}
.btn.btn-inline {
padding: .6em 1.25em .6em 34px;
}
.btn-large i {
font-size: 1.6rem;
}
.btn-floating-large i {
font-size: 1.6rem;
@ -155,6 +159,10 @@
font-family: Roboto !important;
}
.btnSmall {
font-size: 13px;
}
.btnCancel {
background-color: #444;
}
@ -172,6 +180,7 @@
display: inline-block;
width: auto;
margin-bottom: 0;
padding: .6em .5em .6em .5em!important;
}
button.btn:not(.btn-inline), button.btn-large:not(.btn-inline) {
@ -182,7 +191,7 @@ button.btn:not(.btn-inline), button.btn-large:not(.btn-inline) {
vertical-align: middle;
}
.btn i {
.btn:not(.btn-inline):not(.btnNoText) i {
position: absolute;
left: 10px;
}
@ -192,3 +201,11 @@ button.btn:not(.btn-inline), button.btn-large:not(.btn-inline) {
left: 24px;
top: 22px;
}
.btnNoText {
padding: .6em .5em!important;
}
.btnNoText {
border-radius: 5px;
}