mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-12-16 06:25:31 +00:00
Did a lot of styling on letter & register view; introduced a new accent color. Added scroll and submit vutton, TODO style submit button
This commit is contained in:
@@ -51,20 +51,11 @@
|
||||
|
||||
<div class="ha-letterbody " id="ha-letterbody">
|
||||
<div class="ha-lettertext @minwidth" id="ha-lettertext">
|
||||
@if (Model.MetaData.ParsedZHString != null) {
|
||||
<div class="ha-linecount ha-firstline">
|
||||
@if (Model.MetaData.ParsedZHString != null)
|
||||
{
|
||||
<span>@Html.Raw(Model.MetaData.ParsedZHString)</span>
|
||||
}
|
||||
else
|
||||
{
|
||||
<div class="ha-tooltip">
|
||||
<div class="ha-pill">
|
||||
<span>Neu</span>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
<span>@Html.Raw(Model.MetaData.ParsedZHString)</span>
|
||||
</div>
|
||||
}
|
||||
@Html.Raw(@Model.ParsedText)
|
||||
@* It's not beautiful but it's a hack to keep the last comment within parent element boundaries: *@
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user