background: rgb(0, 0, 0); /* IE Fallback */
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}
+.clear {
+ clear: both;
+}
#statline {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}
.flot table, .flot td {
- background-color: black;
+ background-color: black;
border: 0;
}
+
/* Player Info Tabs */
#gbtabcontainer { margin-top: 10px; }
#gbtab { font-size: 12px; }
.nav-tabs { border-bottom: 0px solid #000; }
.table .tdcenter { text-align: center; }
+
+/* Game Info */
+.game-detail img {
+ float: left;
+ margin-right: 10px;
+}
+
+.game-detail p {
+ float: left;
+}
+
% else:
<div class="row">
- <div class="span6">
+ <div class="span6 game-detail">
<h2>Game Detail</h2>
+ <img width="48" height="48" src="/static/images/icons/48x48/${game.game_type_cd}.png" alt="${game.game_type_cd}" title="${game.game_type_cd}"/>
<p>
Played: <span class="abstime" data-epoch="${game.epoch()}" title="${game.start_dt.strftime('%a, %d %b %Y %H:%M:%S UTC')}">${game.fuzzy_date()}</span><br />
Game Type: ${game.game_type_cd}<br />
Duration: ${"%s:%02d" % (game.duration.seconds/60, game.duration.seconds%60)}
% endif
</p>
+ <span class="clear"></span>
</div>
</div>