diff options
-rw-r--r-- | core/css/jquery.ocdialog.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/core/css/jquery.ocdialog.css b/core/css/jquery.ocdialog.css index 4dccba2d0c5..a1221137bc4 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 { |