title css fixed. see #680
This commit is contained in:
parent
156a0fa9a8
commit
a402f378f0
2 changed files with 2 additions and 18 deletions
|
|
@ -1,17 +1,5 @@
|
||||||
body {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
|
||||||
margin: 20px;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_title {
|
.page_title {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 0px;
|
||||||
}
|
|
||||||
|
|
||||||
.info_text {
|
|
||||||
margin-top: 0;
|
|
||||||
font-size: 0.9em;
|
|
||||||
color: #555;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#command_palette {
|
#command_palette {
|
||||||
|
|
@ -201,10 +189,6 @@ body {
|
||||||
color: rgb(251, 251, 254);
|
color: rgb(251, 251, 254);
|
||||||
}
|
}
|
||||||
|
|
||||||
.info_text {
|
|
||||||
color: #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
#msgDisplay {
|
#msgDisplay {
|
||||||
color: #5cb85c;
|
color: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 class="page_title">__MSG_menu_order_title__</h1>
|
<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">
|
<div id="command_palette">
|
||||||
<button id="btnSaveAll" disabled>__MSG_btnSaveAll_string__</button>
|
<button id="btnSaveAll" disabled>__MSG_btnSaveAll_string__</button>
|
||||||
<span id="msgDisplay"></span>
|
<span id="msgDisplay"></span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue