diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2014-12-22 20:44:59 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2014-12-22 20:44:59 +0100 |
commit | 82f5bd6a4aff840f21076a8bf47a022d08b1dddf (patch) | |
tree | 9fe53f1fdf478f85c5842bbeee58efa0e48fbf57 | |
parent | ffb496c0bfbf87f5d2cb000bc3d7719acdcd51b6 (diff) | |
download | scripts-82f5bd6a4aff840f21076a8bf47a022d08b1dddf.tar.gz scripts-82f5bd6a4aff840f21076a8bf47a022d08b1dddf.zip |
css
-rw-r--r-- | imdb-lookup/css/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/imdb-lookup/css/style.css b/imdb-lookup/css/style.css index 5d3147c..497333c 100644 --- a/imdb-lookup/css/style.css +++ b/imdb-lookup/css/style.css @@ -40,10 +40,11 @@ .info table td { padding: .2em; } .details { padding: 0.5em; } .files { - list-style: none; - padding-left: 0px; - font-size: 0.7em; - margin: 0px; + z-index: 10; + list-style: none; + padding-left: 0px; + font-size: 0.7em; + margin: 0px; } .imdbid { font-family: monospace; @@ -57,7 +58,6 @@ .plot { margin-top: 10px; } .consensus { margin-top: 10px; font-style: italic;} .box-footer { - z-index: -1; position: absolute; bottom: 0px; right: 0px; |