From 00ddbb81381be62d2d87f3adcf53dc58d0e092de Mon Sep 17 00:00:00 2001 From: Wouter van Wijk Date: Sun, 30 Dec 2012 23:06:02 +0100 Subject: [PATCH] truncated text of songinfo --- css/ws.css | 8 ++++--- index.html | 18 +++++++++------- js/functionsvars.js | 4 ++++ js/gui.js | 43 +++++++++++++++++++++++++++++++------- js/jquery.truncate.min.js | 1 + static/WebSocketMain.swf | Bin 177129 -> 0 bytes 6 files changed, 56 insertions(+), 18 deletions(-) create mode 100644 js/jquery.truncate.min.js delete mode 100644 static/WebSocketMain.swf diff --git a/css/ws.css b/css/ws.css index 98e17d7..833ba74 100755 --- a/css/ws.css +++ b/css/ws.css @@ -150,20 +150,22 @@ div { } #songinfo { - overflow: hidden; - margin-left: auto; - margin-right: auto; + overflow: hidden; margin-top: 5px; +/* border: 1px solid white; */ } #infoname { + overflow: hidden; font: bold; color: #ddd; font-size: 14px; text-shadow: 1px 1px #555; +/* border: 1px solid white; */ } #infoartist { + overflow: hidden; color: #aaa; font-size: 11px; text-shadow: 1px 1px #333; diff --git a/index.html b/index.html index 9fbf75a..e5d8acd 100755 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ - + @@ -73,10 +73,10 @@ --> -