From bf738dbf6423adab3fffe47f8cef8e19d6c791e0 Mon Sep 17 00:00:00 2001 From: Lunar Date: Tue, 13 Jan 2015 18:19:06 +0100 Subject: UX fixes for reproducible package pages --- userContent/static/style.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'userContent/static') 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; -- cgit v1.2.3-70-g09d2