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

rework tabs

This commit is contained in:
Luke Pulverenti 2016-05-09 15:27:38 -04:00
parent 14a8cf548f
commit 25f06c166b
25 changed files with 424 additions and 634 deletions

View file

@ -1,4 +1,4 @@
/**
/**
* material-design-lite - Material Design Components in CSS, JS and HTML
* @version v1.1.2
* @license Apache-2.0
@ -9384,8 +9384,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
align-items: flex-start;
height: 48px;
padding: 0 0 0 0;
margin: 0;
border-bottom: 1px solid rgb(224,224,224); }
margin: 0;}
.mdl-tabs__tab {
margin: 0;
@ -9398,8 +9397,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
height: 48px;
line-height: 48px;
text-align: center;
font-weight: 500;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: rgba(0,0,0, 0.54);
overflow: hidden; }