[Fix #3721] Change notification screen to make it understandable
This commit is contained in:
parent
44ab495853
commit
f768cb2dae
2 changed files with 37 additions and 1 deletions
|
@ -92,6 +92,18 @@
|
|||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.vertical {
|
||||
label {
|
||||
display: block;
|
||||
margin-left: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
input[type=radio] {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input[type=text]:not([data-address='true']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue