summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/jquery-ui-fixes.css4
-rw-r--r--core/css/share.css6
2 files changed, 7 insertions, 3 deletions
diff --git a/core/css/jquery-ui-fixes.css b/core/css/jquery-ui-fixes.css
index db0e5b0357e..e8cf2b769b8 100644
--- a/core/css/jquery-ui-fixes.css
+++ b/core/css/jquery-ui-fixes.css
@@ -136,3 +136,7 @@
opacity: .2;
border-radius: 5px;
}
+
+.ui-menu .ui-menu-item a {
+ padding: 6px;
+}
diff --git a/core/css/share.css b/core/css/share.css
index bbd1ce70091..9a984912760 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -182,9 +182,9 @@ a.showCruds:hover,a.unshare:hover {
}
.ui-autocomplete { /* limit dropdown height to 4 1/2 entries */
- max-height:103px;
- overflow-y:auto;
- overflow-x:hidden;
+ max-height: 200px;
+ overflow-y: auto;
+ overflow-x: hidden;
}
.notCreatable {