update components

This commit is contained in:
Luke Pulverenti 2015-11-20 19:12:44 -05:00
parent f3d7a58b2c
commit 84b99f25ce
84 changed files with 684 additions and 2864 deletions

View file

@ -69,11 +69,6 @@
padding-left: .5em !important;
padding-right: .5em !important;
}
.pageWithAbsoluteTabs .pageTabContent {
padding-left: .25em !important;
padding-right: .25em !important;
}
}
.libraryPage .currentUsername {
@ -87,9 +82,16 @@
line-height: initial;
}
.listHeader + paper-button {
margin-left: 2em;
@media all and (max-width: 500px) {
.listHeader {
padding-left: 5px;
}
}
.listHeader + paper-button {
margin-left: 2em;
}
.ehsContent, .ehsContent .pageTabContent {
margin: 0 auto;
@ -128,14 +130,6 @@
}
}
@media all and (min-width: 500px) {
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
width: 98%;
margin: 0 auto;
}
}
@media all and (min-width: 1200px) {
.paddedItemsContainer {
@ -150,13 +144,6 @@
}
}
@media all and (min-width: 1920px) {
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
width: 95%;
}
}
.detailPageContent, .detailPageContent > table {
margin: 0 auto;
padding: 0;
@ -1823,4 +1810,4 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
display: inline-block;
vertical-align: top;
margin: 0 4px 0 0;
}
}