title css fixed. see #680

This commit is contained in:
Mic 2026-04-16 22:09:13 +02:00
parent 156a0fa9a8
commit a402f378f0
2 changed files with 2 additions and 18 deletions

View file

@ -1,17 +1,5 @@
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
margin: 20px;
padding: 0;
}
.page_title {
margin-bottom: 4px;
}
.info_text {
margin-top: 0;
font-size: 0.9em;
color: #555;
margin-bottom: 0px;
}
#command_palette {
@ -201,10 +189,6 @@ body {
color: rgb(251, 251, 254);
}
.info_text {
color: #aaa;
}
#msgDisplay {
color: #5cb85c;
}

View file

@ -8,7 +8,7 @@
</head>
<body>
<h1 class="page_title">__MSG_menu_order_title__</h1>
<p class="info_text">__MSG_menu_order_info__</p>
<p>__MSG_menu_order_info__</p>
<div id="command_palette">
<button id="btnSaveAll" disabled>__MSG_btnSaveAll_string__</button>
<span id="msgDisplay"></span>