summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.css
diff options
context:
space:
mode:
authorDanny Allen <danny.allen@pennantplc.co.uk>2014-09-22 12:05:15 +0100
committerDanny Allen <danny.allen@pennantplc.co.uk>2014-09-22 12:05:15 +0100
commitc4935999f882e7317121e884629d07080f1bc776 (patch)
tree51c191d48034cf5b6e24b92e914007b1a860247e /coverage/htmlfiles/style.css
parente38016c499921dd7bf5919a699a76305a1936129 (diff)
downloadpython-coveragepy-git-c4935999f882e7317121e884629d07080f1bc776.tar.gz
Address comments from pull request 34 (https://bitbucket.org/ned/coveragepy/pull-request/34/rework-of-my-pull-request-18/diff):
* Remove fixed header and header buttons in file details page. * Add dynamically summing footer values.
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r--coverage/htmlfiles/style.css22
1 files changed, 4 insertions, 18 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index 176d6134..7f2a8263 100644
--- a/coverage/htmlfiles/style.css
+++ b/coverage/htmlfiles/style.css
@@ -59,7 +59,6 @@ a.nav:hover {
#source {
padding: 1em;
font-family: "courier new", monospace;
- margin-top: 92px;
}
#source span.indicator {
@@ -82,11 +81,6 @@ a.nav:hover {
margin: 1em 3em;
}
-#pyfile #header {
- position: fixed;
- top: 0;
- }
-
#pyfile #footer {
margin: 1em 1em;
}
@@ -133,16 +127,6 @@ h2.stats {
cursor: pointer;
border-color: #999 #ccc #ccc #999;
}
-.stats button {
- margin: 0 1em 0 0;
- padding: 0 0 1px 0;
- width: 1.5em;
- font-size: 1em;
- cursor: pointer;
- border-width: 1px;
- border-style: solid;
- border-color: #999999 #CCCCCC #CCCCCC #999999;
-}
.stats span.hide_run, .stats span.hide_exc,
.stats span.hide_mis, .stats span.hide_par,
.stats span.par.hide_run.hide_par {
@@ -339,9 +323,11 @@ td.text {
text-decoration: underline;
color: #000;
}
-#index tr.total {
+#index tr.total,
+#index tr.total_dynamic {
}
-#index tr.total td {
+#index tr.total td,
+#index tr.total_dynamic td {
font-weight: bold;
border-top: 1px solid #ccc;
border-bottom: none;