Skip to content

Commit

Permalink
Merge pull request #262 from MeasureAuthoringTool/MAT-7892a
Browse files Browse the repository at this point in the history
MAT-7892: Add css tag
  • Loading branch information
mcmcphillips authored Nov 19, 2024
2 parents ee68ece + 0b95d33 commit 75fa6f5
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions src/main/resources/templates/HumanReadable.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,89 @@
border-radius: .3em;
white-space: normal;
}
/*
===============================
Liquid Narrative Styling Start
===============================
*/
.narrative-table {
border: 1pt inset rgb(0, 0, 0);
line-height: 10pt;
border-collapse: separate;
-webkit-border-horizontal-spacing: 2px;
-webkit-border-vertical-spacing: 2px;
}
.narrative-table>tbody {
display: table-row-group;
vertical-align: middle;
}
.narrative-table>tbody>tr {
display: table-row;
background-color: lightgray;
vertical-align: inherit;
}
.narrative-table>tbody>tr>th {
padding: 5px;
}
.section-header {
background-color: #656565;
color: whitesmoke;
vertical-align: inherit;
}
.row-header {
background-color: #656565;
color: whitesmoke;
vertical-align: inherit;
}
.tab-one {
padding-left: 5px;
}
@media (min-width: 768px) {
.row-header {
min-width: 138px;
max-width: 138px;
}
.content-container {
max-width: 576px;
}
}
@media (min-width: 992px) {
.row-header {
min-width: 181px;
max-width: 181px;
}
.content-container {
max-width: 745px;
}
}
@media (min-width: 1100px) {
.row-header {
min-width: 213px;
max-width: 213px;
}
.content-container {
max-width: 873px;
}
}
/*
===============================
Liquid Narrative Styling End
===============================
*/
</style>
</head>
<body>
Expand Down

0 comments on commit 75fa6f5

Please sign in to comment.