aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/jquery.ocdialog.css
diff options
context:
space:
mode:
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;