From 66f9b7c4dd9661e28bd0cc18ef579831fb73d290 Mon Sep 17 00:00:00 2001 From: "Nicolas A. Tonne" Date: Thu, 16 Apr 2015 11:16:09 +0200 Subject: [PATCH 1/2] defined heights for firefox satisfaction --- static/css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 7cab63cb..5b26e1ce 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -120,7 +120,7 @@ hide mdi-action-visibility mdi-action-visibility-off /* INDEX PAGE */ #zicon{ - height: 100%; + height: 64px; transition: padding 1s ease; } @@ -172,12 +172,15 @@ hide mdi-action-visibility mdi-action-visibility-off .list-image{ width: 34%; - height: 11%; + height: 66px; float: left; } -.list-song{background-color: rgba(255, 255, 255, 0.1);} +.list-song{ + background-color: rgba(255, 255, 255, 0.1); + height:66px; +} .list-song .card-content{padding:0;} .list-title{ display:block; From 370bfaa893550c8ab435fb49e36061429e385a27 Mon Sep 17 00:00:00 2001 From: "Nicolas A. Tonne" Date: Thu, 16 Apr 2015 11:43:21 +0200 Subject: [PATCH 2/2] styling --- index.php | 6 +++--- static/css/style.css | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 7580c47b..d09b7253 100755 --- a/index.php +++ b/index.php @@ -17,13 +17,13 @@