From 8741e69c1033749539821ecc5a197e6e3bb036ed Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 23 Jan 2013 17:19:19 -0500 Subject: [PATCH] Add source switch --- css/app.css | 8 ++++++++ index.html | 3 +-- js/id/id.js | 36 +++++++++++++++++++++++++++++++----- 3 files changed, 40 insertions(+), 7 deletions(-) diff --git a/css/app.css b/css/app.css index 9e70092af..a45d3cdd9 100644 --- a/css/app.css +++ b/css/app.css @@ -789,6 +789,14 @@ img.tile { #about { text-align: right;} +.source-switch a { + padding: 2px 5px; +} +.source-switch a.live { + background: #d32232; + color:#fff; +} + #user-list a:not(:last-child):after { content: ', '; } diff --git a/index.html b/index.html index e66ca6be6..da369bfe7 100644 --- a/index.html +++ b/index.html @@ -119,8 +119,7 @@