summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.css
Commit message (Collapse)AuthorAgeFilesLines
* fix: HTML report makes room for 4-digit line numbers #1124Ned Batchelder2021-02-271-5/+5
| | | | Fixes: #1124
* Fix dark mode for context listing. #1009Ned Batchelder2020-07-091-2/+12
|
* Back to monospaced for the index pageNed Batchelder2020-07-051-1/+1
|
* Switch to python-based sass compilerNed Batchelder2020-07-051-1/+111
|
* More HTML tweaksNed Batchelder2020-06-291-4/+3
| | | | | | | | - Let the left and right cells have padding so the hover bar looks good. - Adjust the table left margin so the contents still line up with the header. - Fix the up/down arrows to be correct for the sorting order they indicate.
* A few further style tweaks to the HTML reportNed Batchelder2020-06-281-122/+11
| | | | | | - File names are not monospaced - Button styling make on/off a little more pronounced - Fix the alignment of the header on the index page
* Add dark mode to HTML output; improve accessibilityVince Salvino2020-02-111-42/+201
|
* More polish on the expandable contextsNed Batchelder2019-10-171-3/+3
|
* Annotations should appear when hovering the text line, but not other parts ↵Ned Batchelder2019-10-161-4/+5
| | | | of #source.p
* Only the active context labels should have colorNed Batchelder2019-10-151-1/+1
|
* make cssNed Batchelder2019-10-141-18/+16
|
* make cssNed Batchelder2019-10-131-43/+44
|
* HTML: Mark things to show instead of to hide.Ned Batchelder2019-07-061-52/+39
| | | | | | | | | | Also made some other changes along the way: * Scroll bar markers change as the selected categories change. * We don't use css class 'stm' for anything, get rid of it. * Better sass use all around.
* More sass goodnessNed Batchelder2019-06-131-27/+1
|
* Use sass for css generation, to get nice hover highlights on linesNed Batchelder2019-06-131-414/+158
|
* Fix styling and tests. (The tests are slightly insane with no obvious way to ↵Stephan Richter2019-06-101-7/+3
| | | | update the expected output.)
* Extend HTML report to to show contexts for every covered line.Stephan Richter2019-06-101-0/+47
|
* Make line numbers immune to minimum font size settings. #748Ned Batchelder2019-01-041-3/+3
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Html report marker div style in its own css layer.pankajp2018-05-241-0/+1
| | | | | | | | This gives faster scrolling in Chrome, comparable to firefox --HG-- branch : pankajp/faster-html-report-ui
* Extirpate trailing spacesNed Batchelder2016-06-021-4/+4
|
* Finish up the fix for #298Ned Batchelder2016-06-021-8/+3
|
* Adding visual indicators to column sorting in HTML outputkarlw00t2016-06-021-0/+14
| | | | | | | | | | - Unicode arrows added to the end of text on a sorted column - Sorted column header always have grey background https://bitbucket.org/ned/coveragepy/issues/298 --HG-- branch : issues-298
* Also display partial branch lines in the scrollbar markersNed Batchelder2016-02-061-1/+1
|
* Fix the tests for HTML annotation changesNed Batchelder2016-02-031-3/+5
|
* A way to show much longer explanations about lines in the HTML report.Ned Batchelder2016-02-031-1/+21
|
* Use whitespace:pre to avoid having to convert spaces in the HTML report. ↵Ned Batchelder2016-02-011-1/+1
| | | | Fixes #472.
* Clean ups and docstringsNed Batchelder2016-01-311-1/+0
|
* Underline the name when hovering the row in the HTML indexNed Batchelder2016-01-311-4/+4
|
* Use Consolas in the HTML reportNed Batchelder2016-01-311-1/+1
|
* Simplify and improve the accuracy of the scroll markersNed Batchelder2016-01-311-1/+2
|
* Clean up more of the scroll marker codeNed Batchelder2016-01-311-4/+7
|
* marks near the scrollshishov2016-01-311-0/+15
|
* More information in the HTML missing branch annotations.Ned Batchelder2015-08-021-1/+0
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
|
* Change HTML pages to be HTML 5Ned Batchelder2014-10-251-1/+4
|
* Make the filter box smallerNed Batchelder2014-10-251-4/+4
|
* Use classes to distinguish pages, not idsNed Batchelder2014-10-211-4/+4
|
* * Remove "source indicator" CSS from removed feature.Danny Allen2014-09-221-16/+0
|
* Address comments from pull request 34 ↵Danny Allen2014-09-221-18/+4
| | | | | | | (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.
* Rework of my pull request #18:Danny Allen2014-05-151-0/+51
| | | | | | | | * Implement "go to next" buttons in pyfile UI * Improve filter on main UI to persist over page reloads * Hide totals table footer if hiding any rows, as values will be inaccurate * Implement live filtering of index table rows * Upgrade to jQuery 1.11.1
* Fix #197: more decimal places on a CSS fraction eliminates rounding errors ↵Ned Batchelder2012-09-261-2/+2
| | | | in the HTML line numbers.
* Color the buttons on the pyfile page, so they have a visual connection to ↵Ned Batchelder2012-04-281-0/+25
| | | | the lines they affect.
* Add a keyboard help panel to the index page.Ned Batchelder2011-06-051-0/+7
|
* Keyboard-shorcut help is now available on the file page of the HTML report.Ned Batchelder2011-04-201-0/+38
|
* Not sure why I changed these from inherit to normal last week (something to ↵Ned Batchelder2010-03-201-2/+2
| | | | do with IE and the styling of the linked line numbers). 'normal' made the footer not be italic, and putting it back to 'inherit' doesn't seem to break anything.
* Added a link back to the index page at the bottom of HTML source pages. ↵Ned Batchelder2010-03-141-1/+5
| | | | Closes issue #38.
* HTML line numbers are clickable, and highlight the line on arrival. Also, ↵Ned Batchelder2010-03-141-2/+14
| | | | noticed that IE8 didn't line up the line number properly, so added an unfortunate meta tag to make it right. Closes issue #55.
* Clean up HTML files.Ned Batchelder2009-12-061-2/+2
|
* When partial lines are hidden and run lines are shown, then partial lines ↵Ned Batchelder2009-11-241-6/+12
| | | | are shown as run.