Merge pull request #4454 from emanuelschuetze/motion-detail-layout-fix
Reduce height of controls to fix linenumbering layout.
This commit is contained in:
commit
d071bb1d47
@ -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;
|
||||
|
@ -27,7 +27,7 @@ span {
|
||||
float: right;
|
||||
margin-left: 5px;
|
||||
margin-top: -15px;
|
||||
height: 65px;
|
||||
height: 50px;
|
||||
|
||||
button {
|
||||
font-size: 115%;
|
||||
|
Loading…
Reference in New Issue
Block a user