From 541495b1b5910935150f75d6208a25728520fd93 Mon Sep 17 00:00:00 2001 From: Robin Appelman <icewind@owncloud.com> Date: Tue, 13 May 2014 11:36:31 +0200 Subject: [PATCH] Dont use absolute positioning for buttonrow --- core/css/jquery.ocdialog.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/css/jquery.ocdialog.css b/core/css/jquery.ocdialog.css index 4dccba2d0c..a1221137bc 100644 --- a/core/css/jquery.ocdialog.css +++ b/core/css/jquery.ocdialog.css @@ -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 { -- GitLab