marek 1 месяц назад
Родитель
Сommit
5951736843
3 измененных файлов с 6 добавлено и 2 удалено
  1. 4 0
      assets/css/style.css
  2. 1 1
      templates/en/settings.eta
  3. 1 1
      templates/sk/settings.eta

+ 4 - 0
assets/css/style.css

@@ -82,6 +82,10 @@ header {
     gap: 0 1em;
     gap: 0 1em;
 }
 }
 
 
+header > * {
+    margin-inline: auto;
+}
+
 .icon {
 .icon {
     display: inline-block;
     display: inline-block;
     width: 1em;
     width: 1em;

+ 1 - 1
templates/en/settings.eta

@@ -14,8 +14,8 @@
 
 
 <form action="/en/settings" method="post">
 <form action="/en/settings" method="post">
     <div>
     <div>
-      <input type="checkbox" id="postDataEnabled" name="postDataEnabled" <%= it.postDataEnabled !== "false" ? `checked` : `` %> value="true">
       <label for="postDataEnabled">post data</label>
       <label for="postDataEnabled">post data</label>
+      <input type="checkbox" id="postDataEnabled" name="postDataEnabled" <%= it.postDataEnabled !== "false" ? `checked` : `` %> value="true">
     </div>
     </div>
 
 
     <div>
     <div>

+ 1 - 1
templates/sk/settings.eta

@@ -14,8 +14,8 @@
 
 
 <form action="/settings" method="post">
 <form action="/settings" method="post">
     <div>
     <div>
-      <input type="checkbox" id="postDataEnabled" name="postDataEnabled" <%= it.postDataEnabled !== "false" ? `checked` : `` %> value="true">
       <label for="postDataEnabled">odosielať dáta</label>
       <label for="postDataEnabled">odosielať dáta</label>
+      <input type="checkbox" id="postDataEnabled" name="postDataEnabled" <%= it.postDataEnabled !== "false" ? `checked` : `` %> value="true">
     </div>
     </div>
 
 
     <div>
     <div>