mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
started content edit rework
This commit is contained in:
@@ -7,7 +7,7 @@ export class AbbreviationTooltips extends HTMLElement {
|
||||
return {
|
||||
"#": "Hinweis auf weitere Informationen in der Anmerkung.",
|
||||
$: "vermutlich",
|
||||
"+++": "Inhalte aus mehreren Almanachen interpoliert",
|
||||
"+++": "Beiträge aus mehreren Almanachen interpoliert",
|
||||
B: "Blatt",
|
||||
BB: "Blätter",
|
||||
C: "Corrigenda",
|
||||
|
||||
@@ -542,11 +542,11 @@
|
||||
}
|
||||
|
||||
.content .fields {
|
||||
@apply grid grid-cols-10 gap-y-0.5 w-full gap-x-4;
|
||||
@apply grid grid-cols-10 gap-y-0 w-full gap-x-3;
|
||||
}
|
||||
|
||||
.content .fieldlabel {
|
||||
@apply col-span-1 font-bold whitespace-nowrap grow-0 shrink-0 font-sans text-sm align-baseline mt-1 text-right;
|
||||
@apply col-span-1 font-bold whitespace-nowrap grow-0 shrink-0 font-sans text-sm align-baseline mt-0 text-right;
|
||||
}
|
||||
|
||||
.content .fieldvalue {
|
||||
|
||||
Reference in New Issue
Block a user