diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-07-17 14:37:18 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-07-17 14:37:18 +0200 |
commit | c90d7c15e98b35ae98c6a08bc92271348c3db72e (patch) | |
tree | 52378f5e5dc17ccb9053d43853ed015400945c74 /core/css/jquery.ocdialog.scss | |
parent | f78db1820138df0a097399f088057c1b0682ec98 (diff) | |
download | nextcloud-server-c90d7c15e98b35ae98c6a08bc92271348c3db72e.tar.gz nextcloud-server-c90d7c15e98b35ae98c6a08bc92271348c3db72e.zip |
Fix filepicker button layout on safari
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css/jquery.ocdialog.scss')
-rw-r--r-- | core/css/jquery.ocdialog.scss | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/core/css/jquery.ocdialog.scss b/core/css/jquery.ocdialog.scss index 991ef8495ea..775393406ff 100644 --- a/core/css/jquery.ocdialog.scss +++ b/core/css/jquery.ocdialog.scss @@ -32,6 +32,10 @@ background-image: linear-gradient(rgba(255, 255, 255, 0.0), var(--color-main-background)); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; + clear: both; + button { + display: inline-block; + } } /* align primary button to right, other buttons to left */ .oc-dialog-buttonrow.twobuttons button:nth-child(1) { @@ -47,14 +51,6 @@ .oc-dialog-buttonrow.onebutton button { float: right; } -.oc-dialog-buttonrow:after { - visibility: hidden; - display: block; - font-size: 0; - content: " "; - clear: both; - height: 0; -} .oc-dialog-close { position: absolute; |