summaryrefslogtreecommitdiffstats
path: root/core/css/jquery.ocdialog.css
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-07-03 14:38:40 +0200
committerVincent Petry <pvince81@owncloud.com>2014-07-07 15:56:42 +0200
commit71fe5d672e516ee7c6ed9833a828b99acf9e6d13 (patch)
treeda36940a5ac5cb151569e71acad7c2fe5fcce76d /core/css/jquery.ocdialog.css
parent268af9039ae4671be50863f852def8a0db0c7e08 (diff)
downloadnextcloud-server-71fe5d672e516ee7c6ed9833a828b99acf9e6d13.tar.gz
nextcloud-server-71fe5d672e516ee7c6ed9833a828b99acf9e6d13.zip
Fixed dialogs styling, reversed buttons
Default dialog button is now on the right, other one on the left.
Diffstat (limited to 'core/css/jquery.ocdialog.css')
-rw-r--r--core/css/jquery.ocdialog.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/css/jquery.ocdialog.css b/core/css/jquery.ocdialog.css
index a1221137bc4..93930bf435f 100644
--- a/core/css/jquery.ocdialog.css
+++ b/core/css/jquery.ocdialog.css
@@ -31,6 +31,17 @@
margin-top: 10px;
width: 100%;
}
+/* align primary button to right, other buttons to left */
+.oc-dialog-buttonrow.twobuttons button:nth-child(1) {
+ float: left;
+}
+.oc-dialog-buttonrow.twobuttons button:nth-child(2) {
+ float: right;
+}
+
+.oc-dialog-buttonrow.onebutton button {
+ float: right;
+}
.oc-dialog-close {
position:absolute;