From 7c9d7ff506f06c70d088aa6abedd6a3f27b6fdde Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 27 Feb 2012 00:38:15 +0100 Subject: [PATCH] Log didn't fit anymore --- couchpotato/core/plugins/log/static/log.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/plugins/log/static/log.css b/couchpotato/core/plugins/log/static/log.css index 6a4eef56..01e9a863 100644 --- a/couchpotato/core/plugins/log/static/log.css +++ b/couchpotato/core/plugins/log/static/log.css @@ -42,7 +42,7 @@ float: left; width: 86%; line-height: 150%; - padding: 3px 1%; + padding: 3px 0; border-top: 1px solid rgba(255, 255, 255, 0.2); font-size: 11px; font-family: Lucida Console, Monaco, Nimbus Mono L; @@ -56,7 +56,7 @@ .page.log .container .time { clear: both; - width: 11%; + width: 14%; color: lightgrey; padding: 3px 0; }