fix TV selector style

pull/119/head
Thibault Duplessis 2014-07-28 23:44:28 +02:00
parent 43e1b040c6
commit 1183cad800
3 changed files with 15 additions and 14 deletions

View File

@ -4,6 +4,7 @@
@moreCss = {
@cssTag("stream.css")
@cssTag("tv.css")
}
@side = {
@ -26,8 +27,8 @@
case _ => {
}
}
<div class="box">
<h2 data-icon="1">&nbsp;Lichess TV</h2>
<div class="side_box padded for_selector">
<h2 data-icon="1" class="top">&nbsp;Lichess TV</h2>
<div id="tv_selector">
<p><span class="current" data-icon="G">&nbsp;@s.name</span></p>
@others.map { other =>

View File

@ -1,9 +1,18 @@
#side_header {
width: 300px;
}
#lichess {
margin-left: 311px;
}
div.side_box.for_selector {
width: 312px;
}
div.side_box.for_selector .top {
padding-bottom: 10px;
}
#tv_selector p {
margin: 10px 10px;
}
#tv_selector .current {
font-weight: bold;
}
.stream_title {
font-size: 2em;
line-height: 56px;

View File

@ -1,12 +1,3 @@
#tv_selector {
margin: 30px 0 20px 0;
}
#tv_selector p {
margin: 20px 10px;
}
#tv_selector .current {
font-weight: bold;
}
#tv_history {
margin-top: 15px;
cursor: pointer;