css improvement
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<fieldset class="grid2">
|
||||
<fieldset class="grid2 new_transaction">
|
||||
{#if new_account}
|
||||
<legend>{t('create_new_object',{object:t('account')})}</legend>
|
||||
<span style="display:none"></span>
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user