Dont use absolute positioning for buttonrow

This commit is contained in:
Robin Appelman 2014-05-13 11:36:31 +02:00
parent 14e568b13c
commit 541495b1b5

View file

@ -24,11 +24,12 @@
}
.oc-dialog-buttonrow {
background: white;
position: absolute;
bottom: 15px;
right: 15px;
float: right;
position: relative;
bottom: 0;
display: block;
margin-top: 10px;
width: 100%;
}
.oc-dialog-close {