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 {
|
.action-row {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
padding-top: 5px;
|
height: 22px;
|
||||||
padding-bottom: 5px;
|
padding-top: 2px;
|
||||||
float: right;
|
float: right;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-right: -150px;
|
margin-right: -150px;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
.btn-delete {
|
.btn-delete {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
@ -27,7 +27,7 @@ span {
|
|||||||
float: right;
|
float: right;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-top: -15px;
|
margin-top: -15px;
|
||||||
height: 65px;
|
height: 50px;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
font-size: 115%;
|
font-size: 115%;
|
||||||
|
Loading…
Reference in New Issue
Block a user