diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-22 14:42:43 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-25 10:50:22 +0200 |
commit | 56e1d4e87f3e7b5afed5714e003d187c0d09c129 (patch) | |
tree | 9c12a487020b7e928c295b3d377ddb43418c28dc | |
parent | 20f971698b61274edf94b380af1b3920bdb145ee (diff) | |
download | jenkins.debian.net-56e1d4e87f3e7b5afed5714e003d187c0d09c129.tar.xz |
reproducible improve rb-pkg pages style. Thanks to AGWA
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 | ||||
-rw-r--r-- | userContent/reproducible/static/style.css | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 2f88760c..cc74987d 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -53,7 +53,7 @@ ${suites_links} </ul> </header> -<iframe id="main" name="main" src="${default_view}"> +<iframe id="main" name="main" tabindex="1" src="${default_view}"> <p> Your browser does not support iframes. Use a different one or follow the links above. diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index 8bcec8f8..d4708b7a 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -12,7 +12,7 @@ body { line-height: 20px; color: #333333; margin: 0; - height: 93%; + height: 100%; padding: 0 1em; } @@ -404,6 +404,7 @@ span.dangerous { color: orange; } border-right: 1px solid #eee; height: 100%; padding-top: 0px; + overflow: auto; } iframe#main { width: 80%; |