From ee59e19183a839784e6ac30ed639548e4f36615e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Feb 2010 17:48:07 +0100 Subject: Second rev with media streaming. Now it works for all video types. And some more bugfixes Committer: Alib modified: HISTORY modified: config.php modified: css/style.css modified: includes/inc_media.php modified: includes/inc_rec.php modified: includes/inc_stream.php modified: includes/inc_vdr.php modified: includes/include.php modified: istream.sh --- css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 517fefe..eeb1e44 100755 --- a/css/style.css +++ b/css/style.css @@ -533,8 +533,8 @@ li.store .image { position: absolute; left: 0; top: 0; - height: 80px; - width: 80px; + height: 90px; + width: 90px; display: block; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff1f5), to(#d6dce6)); -webkit-background-size: 90px; @@ -896,11 +896,11 @@ body.list div#content { margin-top: -13px!important; } body.list ul img { - width: 90px; - height: 90px; + width: 80px; + height: 80px; position: absolute; - left: 0; - top: 0; + left: 5; + top: 5; } body.list li.withimage { height: 90px!important; -- cgit v1.2.3