css improvement
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<fieldset class="grid2">
|
<fieldset class="grid2 new_transaction">
|
||||||
{#if new_account}
|
{#if new_account}
|
||||||
<legend>{t('create_new_object',{object:t('account')})}</legend>
|
<legend>{t('create_new_object',{object:t('account')})}</legend>
|
||||||
<span style="display:none"></span>
|
<span style="display:none"></span>
|
||||||
|
|||||||
@@ -469,6 +469,10 @@ a.wikilink{
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.new_transaction input{
|
||||||
|
width: calc(100% - 50px);
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 900px) {
|
@media screen and (min-width: 900px) {
|
||||||
#app nav > button.symbol{
|
#app nav > button.symbol{
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
@@ -576,6 +576,10 @@ a.wikilink{
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.new_transaction input{
|
||||||
|
width: calc(100% - 50px);
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 900px) {
|
@media screen and (min-width: 900px) {
|
||||||
#app nav > button.symbol{
|
#app nav > button.symbol{
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
@@ -566,6 +566,10 @@ a.wikilink{
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.new_transaction input{
|
||||||
|
width: calc(100% - 50px);
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 900px) {
|
@media screen and (min-width: 900px) {
|
||||||
#app nav > button.symbol{
|
#app nav > button.symbol{
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user