From 56b0e1d5d8048a34b785bc37ed031dddc9ac54c5 Mon Sep 17 00:00:00 2001 From: "Nicolas A. Tonne" Date: Wed, 13 May 2015 12:18:07 +0200 Subject: [PATCH] new style for song list --- index.php | 4 ++-- static/css/style.css | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index 0184d2b0..02d4c9f2 100755 --- a/index.php +++ b/index.php @@ -201,8 +201,8 @@ -
- Remove +
+ Delete
diff --git a/static/css/style.css b/static/css/style.css index 1a2d0151..dcaf3c0a 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -355,7 +355,7 @@ ul #chat-log{ -webkit-font-smoothing: antialiased; content: "\e684";/*"\e800";*/ color:white; - font-size:44px; + font-size:65px; position:absolute; width:100%; height:100%; top:0; left:0; @@ -417,14 +417,17 @@ ul #chat-log{ .list-remove{ margin-top: 5px; - font-size: 12px; - height: 30px; + font-size: 12px; + height: 20px; + display: inline-table; + float: right; + padding-left: 10px; } #del{ height: 100%; line-height: normal; - padding-top: 8px; + padding: 2px 12px; } .result {