aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-30 15:15:52 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-30 16:11:33 +0100
commit2824622febf1c755cefd8a7fa32e7aac8f5abe91 (patch)
tree7ef5462642d003500390e1578028c83e0c5faa9c /core/css
parentcae600d205572d38f6215e5e250f9bf5d89e64ff (diff)
downloadnextcloud-server-2824622febf1c755cefd8a7fa32e7aac8f5abe91.tar.gz
nextcloud-server-2824622febf1c755cefd8a7fa32e7aac8f5abe91.zip
Fix dialogs, button position
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-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%;