display titles to the right of posters in detail pages

This commit is contained in:
Luke Pulverenti 2013-04-17 23:53:19 -04:00
parent 2a9a088a9e
commit 5072eb0e1a
13 changed files with 141 additions and 96 deletions

View file

@ -114,6 +114,14 @@
margin: 0 0 .4em;
}
.detailPageParentLink {
text-decoration: none;
}
.detailPageParentLink:hover {
text-decoration: underline;
}
.itemMiscInfo {
color: #ddd;
font-size: 14px;
@ -214,16 +222,13 @@
}
.detailPagePrimaryInfo {
margin-bottom: 1.5em;
margin: 1em 0 1.5em;
}
@media all and (min-width: 650px) {
.detailPagePrimaryInfo {
padding: 0 10px;
}
.libraryTabs .ui-btn-text {
font-size: 16px;
margin-top: 1.5em;
}
.libraryTabs .ui-btn-inner {
@ -290,4 +295,4 @@
.posterDetailViewItem {
width: 18.75%;
}
}
}

File diff suppressed because one or more lines are too long