diff --git a/frontend/src/routes/accounting/add_entry.svelte b/frontend/src/routes/accounting/add_entry.svelte index ab6aae7a..e8666513 100644 --- a/frontend/src/routes/accounting/add_entry.svelte +++ b/frontend/src/routes/accounting/add_entry.svelte @@ -103,7 +103,7 @@ } -
+
{#if new_account} {t('create_new_object',{object:t('account')})} diff --git a/web/src/main/resources/web/css/bloodshed.css b/web/src/main/resources/web/css/bloodshed.css index f761cf23..fe01db99 100644 --- a/web/src/main/resources/web/css/bloodshed.css +++ b/web/src/main/resources/web/css/bloodshed.css @@ -469,6 +469,10 @@ a.wikilink{ float: right; } +.new_transaction input{ + width: calc(100% - 50px); +} + @media screen and (min-width: 900px) { #app nav > button.symbol{ display: none; diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index b32d9411..271aa22d 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -576,6 +576,10 @@ a.wikilink{ float: right; } +.new_transaction input{ + width: calc(100% - 50px); +} + @media screen and (min-width: 900px) { #app nav > button.symbol{ display: none; diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css index 24055f53..51d57641 100644 --- a/web/src/main/resources/web/css/winter.css +++ b/web/src/main/resources/web/css/winter.css @@ -566,6 +566,10 @@ a.wikilink{ float: right; } +.new_transaction input{ + width: calc(100% - 50px); +} + @media screen and (min-width: 900px) { #app nav > button.symbol{ display: none;