diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-11-23 20:22:51 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-11-23 20:22:51 +0100 |
commit | 2433893b7249f62dcd94f4f89b3a7c7b1fc36ae2 (patch) | |
tree | afece5fa352386029a61d61fc78335349bf4b37e /css | |
parent | 6588cdcb17d00eb1673d11be482d3d43c53dc40d (diff) | |
download | vdr-plugin-live-2433893b7249f62dcd94f4f89b3a7c7b1fc36ae2.tar.gz vdr-plugin-live-2433893b7249f62dcd94f4f89b3a7c7b1fc36ae2.tar.bz2 |
Fiddled arround with date displays in what's on page.
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css index acf5ed0..6c4fa66 100644 --- a/css/styles.css +++ b/css/styles.css @@ -768,8 +768,18 @@ div.short { } div.info { - text-align: right; padding: 5px; + overflow: hidden; +} + +div.info div.time { + float: right; + padding: 0px; +} + +div.info div.date { + float: left; + padding: 0px; } div.progress { |