improved style of main menu and message settings for mobile devices
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -69,7 +69,7 @@ onMount(fetchModules);
|
|||||||
<a href="/wiki" {onclick} class="wiki">{t('wiki')}</a>
|
<a href="/wiki" {onclick} class="wiki">{t('wiki')}</a>
|
||||||
<a href="/contact" {onclick} class="contact">{t('contacts')}</a>
|
<a href="/contact" {onclick} class="contact">{t('contacts')}</a>
|
||||||
<a href="/stock" {onclick} class="stock">{t('stock')}</a>
|
<a href="/stock" {onclick} class="stock">{t('stock')}</a>
|
||||||
<a href="/message" {onclick} class="message">{t('messages')}</a>
|
<a href="/message" {onclick} class="message">{@html t('messages')}</a>
|
||||||
{#if user.id == 2}
|
{#if user.id == 2}
|
||||||
<a href="https://svelte.dev/tutorial/svelte/state" target="_blank">{t('tutorial')}</a>
|
<a href="https://svelte.dev/tutorial/svelte/state" target="_blank">{t('tutorial')}</a>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{t('messages')} <button onclick={showSettings}>{t('settings')}</button></legend>
|
<legend>{@html t('messages')} <button onclick={showSettings}>{t('settings')}</button></legend>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -210,7 +210,7 @@
|
|||||||
"member": "Mitarbeiter",
|
"member": "Mitarbeiter",
|
||||||
"members": "Mitarbeiter",
|
"members": "Mitarbeiter",
|
||||||
"message": "Nachricht",
|
"message": "Nachricht",
|
||||||
"messages": "Benachrichtigungen",
|
"messages": "Be­nach­rich­ti­gung­en",
|
||||||
"miscellaneous_settings": "sonstige Einstellungen",
|
"miscellaneous_settings": "sonstige Einstellungen",
|
||||||
"missing_new_item_id": "Alter Artikel-ID ({0}) wurde keine neue ID zugeordnet!",
|
"missing_new_item_id": "Alter Artikel-ID ({0}) wurde keine neue ID zugeordnet!",
|
||||||
"mismatch": "ungleich",
|
"mismatch": "ungleich",
|
||||||
|
|||||||
@@ -142,16 +142,6 @@ td, tr{
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings {
|
|
||||||
position: fixed;
|
|
||||||
top: 60px;
|
|
||||||
left: 10px;
|
|
||||||
right: 10px;
|
|
||||||
padding: 10px;
|
|
||||||
border: 1px solid;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.project.list td:not(.actions){
|
.project.list td:not(.actions){
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -225,16 +225,6 @@ td, tr{
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings {
|
|
||||||
position: fixed;
|
|
||||||
top: 60px;
|
|
||||||
left: 10px;
|
|
||||||
right: 10px;
|
|
||||||
padding: 10px;
|
|
||||||
border: 1px solid;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.project.list td:not(.actions){
|
.project.list td:not(.actions){
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -142,16 +142,6 @@ td, tr{
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings {
|
|
||||||
position: fixed;
|
|
||||||
top: 60px;
|
|
||||||
left: 10px;
|
|
||||||
right: 10px;
|
|
||||||
padding: 10px;
|
|
||||||
border: 1px solid;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.project.list td:not(.actions){
|
.project.list td:not(.actions){
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user