diff options
author | Lunar <lunar@debian.org> | 2015-01-13 18:19:06 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-13 18:26:21 +0100 |
commit | bf738dbf6423adab3fffe47f8cef8e19d6c791e0 (patch) | |
tree | 1fd6ecd4ef316c573fba0bf718522b7a66ec7bd7 /userContent/static | |
parent | 329e9ff5dfd5c781506d1e38c3d499f2f02ad1d2 (diff) | |
download | jenkins.debian.net-bf738dbf6423adab3fffe47f8cef8e19d6c791e0.tar.xz |
UX fixes for reproducible package pages
Diffstat (limited to 'userContent/static')
-rw-r--r-- | userContent/static/style.css | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index 891aa131..5c560efc 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -6,15 +6,14 @@ html { } body { - width: 99%; border-sizing: border-box; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 20px; color: #333333; padding: 0.25em 0.25em 0em 0.25em; - margin: 0.25em 0.25em 0em 0.25em; - height: 100%; + margin: 0; + height: 93%; } pre { @@ -138,6 +137,13 @@ table { table.head { width: 100%; + margin: 0; + position: absolute; + top: 0px; + left: 0px; + border-top: 0; + border-left: 0; + border-right: 0; } table.body { @@ -165,6 +171,13 @@ th { padding: 0.5em; } +iframe#main { + margin: 2em 0 0 0; + width: 100%; + height: 100%; + border: 0; +} + hr { border-top: none; border-bottom: 1px solid #d70a53; |