diff options
Diffstat (limited to 'core/css/jquery.ocdialog.css')
-rw-r--r-- | core/css/jquery.ocdialog.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/core/css/jquery.ocdialog.css b/core/css/jquery.ocdialog.css index 72253a6549c..487bc1c4f69 100644 --- a/core/css/jquery.ocdialog.css +++ b/core/css/jquery.ocdialog.css @@ -26,8 +26,8 @@ background: transparent; right: 0; bottom: 0; - padding: 20px; - padding-bottom: 10px; + padding: 10px; + padding-bottom: 0; box-sizing: border-box; width: 100%; background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); @@ -70,3 +70,7 @@ top: 0; left: 0; width: 100%; height: 100%; } + +.oc-dialog-content { + width: 100%; +} |