-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#486 freeze Original vs Processed header
- Loading branch information
Adam Collins
committed
Feb 2, 2024
1 parent
0330b92
commit 6459a03
Showing
2 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
/* | ||
/* | ||
Document : record | ||
Created on : Feb 16, 2011, 4:40:59 PM | ||
Author : "Nick dos Remedios <[email protected]>" | ||
Description: | ||
Purpose of the stylesheet follows. | ||
*/ | ||
|
||
/* | ||
/* | ||
TODO customize this sample style | ||
Syntax recommendation https://www.w3.org/TR/REC-CSS2/ | ||
*/ | ||
|
@@ -61,7 +61,7 @@ div#occurrenceMap { | |
} | ||
.originalValue { | ||
padding-left: 12px; | ||
font-style: italic; | ||
font-style: italic; | ||
} | ||
table.occurrenceTable { | ||
/*border-bottom: 0px !important;*/ | ||
|
@@ -176,7 +176,8 @@ h1 span#recordId { | |
|
||
#processedVsRawView table { | ||
width: 100%; | ||
/*border: none;*/ | ||
border: none; | ||
border-top: 1px solid #999; | ||
margin-bottom: 0; | ||
} | ||
|
||
|
@@ -552,4 +553,4 @@ ul.tree li span:hover ul ul::before { | |
} | ||
ul.tree span.selected { | ||
padding-top: 7px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters