2013-04-01 20:28:20 -07:00
|
|
|
|
/* Fixes the issue of jqm panels altering the page background. */
|
|
|
|
|
.ui-panel-content-wrap {
|
|
|
|
|
background: none!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.libraryPage .header {
|
2013-03-31 22:08:29 -07:00
|
|
|
|
padding-bottom: 0;
|
2013-03-31 18:52:07 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-31 22:08:29 -07:00
|
|
|
|
.libraryPageHeader {
|
|
|
|
|
margin: -5px 0 0;
|
2013-03-31 18:52:07 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-01 20:28:20 -07:00
|
|
|
|
.libraryPageHeader a {
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
}
|
2013-03-31 18:52:07 -07:00
|
|
|
|
|
2013-03-31 22:08:29 -07:00
|
|
|
|
.libraryPage .ui-content {
|
2013-04-01 20:28:20 -07:00
|
|
|
|
padding: 10px;
|
2013-03-31 22:08:29 -07:00
|
|
|
|
}
|
2013-03-31 18:52:07 -07:00
|
|
|
|
|
2013-03-31 22:08:29 -07:00
|
|
|
|
.libraryPage, .itemListContent {
|
|
|
|
|
background: #262626!important;
|
2013-04-01 11:55:56 -07:00
|
|
|
|
background: #494949 url(images/bgflip.png) repeat-x!important;
|
2013-03-31 22:08:29 -07:00
|
|
|
|
background-attachment: fixed!important;
|
2013-03-31 18:52:07 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-31 22:08:29 -07:00
|
|
|
|
.libraryPage .currentUsername {
|
|
|
|
|
color: #fff;
|
2013-03-31 18:52:07 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-31 22:08:29 -07:00
|
|
|
|
.listHeader {
|
2013-04-01 17:54:06 -07:00
|
|
|
|
margin-top: 1em;
|
2013-04-01 11:55:56 -07:00
|
|
|
|
margin-bottom: 5px;
|
2013-03-31 22:08:29 -07:00
|
|
|
|
font-weight: normal;
|
2013-03-31 18:52:07 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-31 22:08:29 -07:00
|
|
|
|
.firstListHeader {
|
2013-04-01 20:28:20 -07:00
|
|
|
|
margin-top: .75em;
|
2013-03-31 22:08:29 -07:00
|
|
|
|
}
|
2013-03-31 18:52:07 -07:00
|
|
|
|
|
2013-03-31 22:08:29 -07:00
|
|
|
|
.libraryViewNav {
|
|
|
|
|
text-align: center;
|
2013-03-31 18:52:07 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-31 22:08:29 -07:00
|
|
|
|
.libraryViewNav .ui-btn-inner {
|
|
|
|
|
padding: .6em 20px;
|
2013-03-31 18:52:07 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-03-31 22:08:29 -07:00
|
|
|
|
.ehsContent {
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
margin: 0 auto;
|
2013-03-31 18:52:07 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-01 20:28:20 -07:00
|
|
|
|
.viewSettings {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 1em 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.libraryItemsGrid th {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-31 22:08:29 -07:00
|
|
|
|
@media all and (min-width: 650px) {
|
2013-04-01 20:28:20 -07:00
|
|
|
|
.libraryPage .ui-content {
|
|
|
|
|
padding: 15px 30px 100px;
|
|
|
|
|
}
|
2013-03-31 22:08:29 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 750px) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1200px) {
|
2013-04-01 20:28:20 -07:00
|
|
|
|
|
|
|
|
|
.libraryPage .ui-content {
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-31 22:08:29 -07:00
|
|
|
|
.ehsContent {
|
|
|
|
|
max-width: 800px;
|
2013-03-31 18:52:07 -07:00
|
|
|
|
}
|
2013-03-31 22:08:29 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1440px) {
|
|
|
|
|
}
|
2013-03-31 18:52:07 -07:00
|
|
|
|
|
2013-03-31 22:08:29 -07:00
|
|
|
|
@media all and (min-width: 1920px) {
|
|
|
|
|
.ehsContent {
|
|
|
|
|
max-width: 1000px;
|
2013-03-31 18:52:07 -07:00
|
|
|
|
}
|
2013-03-31 22:08:29 -07:00
|
|
|
|
}
|