2013-04-25 20:31:10 -07:00
|
|
|
|
.detailTableContainer {
|
2013-04-25 16:28:01 -07:00
|
|
|
|
width: 100%;
|
2014-01-02 16:07:37 -07:00
|
|
|
|
max-width: 1050px;
|
2013-04-25 20:31:10 -07:00
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 0 auto;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-25 20:31:10 -07:00
|
|
|
|
.detailTable {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0 auto;
|
2014-03-02 13:44:48 -07:00
|
|
|
|
text-shadow: none!important;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.stretchedDetailTable {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailTable a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailTable a:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailTable td {
|
|
|
|
|
border-spacing: 0;
|
2013-11-30 23:25:19 -07:00
|
|
|
|
padding: 5px 5px;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailTable th {
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
padding: 5px;
|
2013-11-30 23:25:19 -07:00
|
|
|
|
font-weight: bold;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
text-align: left;
|
|
|
|
|
vertical-align: top;
|
2013-04-30 15:34:10 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-25 16:28:01 -07:00
|
|
|
|
.userDataCell {
|
2013-04-30 12:13:06 -07:00
|
|
|
|
width: 130px;
|
|
|
|
|
text-align: right;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
}
|
2013-04-27 15:04:14 -07:00
|
|
|
|
|
2013-11-30 23:25:19 -07:00
|
|
|
|
.tabletColumn, .desktopColumn {
|
2013-04-27 15:04:14 -07:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-30 12:39:30 -07:00
|
|
|
|
.detailTable .btnPlay {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-18 10:58:05 -07:00
|
|
|
|
.detailTableButtonsCell {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2014-04-10 08:06:54 -07:00
|
|
|
|
.detailTableButtonsCell button {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-18 10:58:05 -07:00
|
|
|
|
.detailTableButtonsCell button + button {
|
|
|
|
|
margin-left: .5em;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-30 23:25:19 -07:00
|
|
|
|
@media all and (min-width: 600px) {
|
2013-04-27 15:04:14 -07:00
|
|
|
|
.tabletColumn {
|
|
|
|
|
display: table-cell;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-11-30 23:25:19 -07:00
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1100px) {
|
|
|
|
|
.desktopColumn {
|
|
|
|
|
display: table-cell;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-01-01 11:26:31 -07:00
|
|
|
|
|
|
|
|
|
.detailTable tbody tr:nth-child(odd) td,
|
|
|
|
|
.detailTable tbody tr:nth-child(odd) th {
|
|
|
|
|
background-color: #eeeeee; /* non-RGBA fallback */
|
|
|
|
|
background-color: rgba(0,0,0,.1);
|
|
|
|
|
}
|
2014-01-20 23:10:58 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.stripedTable tbody tr:nth-child(odd) td,
|
|
|
|
|
.stripedTable tbody tr:nth-child(odd) th {
|
|
|
|
|
background-color: #eeeeee; /* non-RGBA fallback */
|
|
|
|
|
background-color: rgba(0,0,0,.04);
|
|
|
|
|
}
|