summaryrefslogtreecommitdiffstats
path: root/core/css/jquery.ocdialog.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/jquery.ocdialog.scss')
-rw-r--r--core/css/jquery.ocdialog.scss16
1 files changed, 7 insertions, 9 deletions
diff --git a/core/css/jquery.ocdialog.scss b/core/css/jquery.ocdialog.scss
index b5ae27034af..f25ca142716 100644
--- a/core/css/jquery.ocdialog.scss
+++ b/core/css/jquery.ocdialog.scss
@@ -17,7 +17,6 @@
}
.oc-dialog-title {
background: var(--color-main-background);
- margin-left: 12px;
}
.oc-dialog-buttonrow {
position: relative;
@@ -30,12 +29,10 @@
box-sizing: border-box;
width: 100%;
background-image: linear-gradient(rgba(255, 255, 255, 0.0), var(--color-main-background));
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
&.twobuttons {
- justify-content: space-between;
- }
+ justify-content: space-between;
+ }
&.onebutton,
&.twobuttons.aside {
@@ -66,11 +63,13 @@
.oc-dialog-dim {
background-color: #000;
- opacity: .20;
+ opacity: .2;
z-index: 9999;
position: fixed;
- top: 0; left: 0;
- width: 100%; height: 100%;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
}
.oc-dialog-content {
@@ -80,7 +79,6 @@
.oc-dialog.password-confirmation {
.oc-dialog-content {
width: auto;
- margin: 12px;
input[type=password] {
width: 100%;