Mercurial > hg > extraction-interface
view search/search.css @ 16:fb948097de39
fix bug: Edittaglist is working on Firefox.
fix bug: name of regex used to show with strange <span id="transmark"></span> showing only on FF but not Saf. Change it to use "document.getElementById(id).textContent to get the pure text string.
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 20 Feb 2015 16:39:08 +0100 |
parents | b12c99b7c3f0 |
children |
line wrap: on
line source
body{ font-size:20px; } table{ border-collapse:collapse; } table,td{ border: 1px solid black; } td{ vertical-align:top; padding:3px; } td.sequence{ width:35px } td.bookId{ width:65px; } td.bookName{ width:140px; } td.level1{ width:60px; } td.level2{ width:60px; } td.period{ width:50px; } td.sectionName{ width:220px; } td.page{ width:35px; } td.content{ width:150px; } td div.section{ } td div.section a{ display:inline-block; width:125px; margin-right:2px; } td div.visibilityControl{ cursor:pointer; background:#000; color:#fff; width:20px; height:20px; text-align:center; vertical-align:middle; line-height:20px; margin-top:5px; display:inline-block; } span.keyword{ background:#f55; } keyword{ background:#f88; } irrelevant{ color:#ddd; }