Reduce height of controls to fix linenumbering layout.

in motion detail view with outside numbering
This commit is contained in:
Emanuel Schütze 2019-03-04 15:27:19 +01:00
parent 4174f70d2b
commit 176fb9943d
2 changed files with 4 additions and 3 deletions

View File

@ -21,13 +21,14 @@
.action-row {
font-size: 0.8em;
padding-top: 5px;
padding-bottom: 5px;
height: 22px;
padding-top: 2px;
float: right;
width: 150px;
text-align: right;
margin-right: -150px;
opacity: 0.5;
overflow: hidden;
.btn-delete {
margin-left: 5px;

View File

@ -27,7 +27,7 @@ span {
float: right;
margin-left: 5px;
margin-top: -15px;
height: 65px;
height: 50px;
button {
font-size: 115%;