[Pkg-owncloud-commits] [owncloud] 85/172: Dont use absolute positioning for buttonrow
David Prévot
taffit at moszumanska.debian.org
Sun May 18 20:09:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 541495b1b5910935150f75d6208a25728520fd93
Author: Robin Appelman <icewind at owncloud.com>
Date: Tue May 13 11:36:31 2014 +0200
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 4dccba2..a122113 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 {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list