Merge pull request #4454 from emanuelschuetze/motion-detail-layout-fix

Reduce height of controls to fix linenumbering layout.
This commit is contained in:
Emanuel Schütze 2019-03-04 21:38:56 +01:00 committed by GitHub
commit d071bb1d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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%;