diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-07-14 15:14:25 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-07-23 14:06:05 +0200 |
commit | db6619fcf4b00147377eda09a7ecc3e704704e57 (patch) | |
tree | 4f52ddf1996352899951c53cd9ae3a7586e2540c /core | |
parent | 82a52a8f1706c83915e4462bc6845da7eb33acfd (diff) | |
download | nextcloud-server-db6619fcf4b00147377eda09a7ecc3e704704e57.tar.gz nextcloud-server-db6619fcf4b00147377eda09a7ecc3e704704e57.zip |
Add padding to popover
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index a2e8288910a..d67d78c2dc0 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -967,6 +967,7 @@ code { /* ---- jQuery UI datepicker ---- */ .ui-widget.ui-datepicker { margin-top: 10px; + padding: 4px 8px; .ui-state-default, .ui-widget-content .ui-state-default, |