aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/share.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/share.css')
-rw-r--r--core/css/share.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/core/css/share.css b/core/css/share.css
index f6f51376f11..aeabbbc5912 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -109,6 +109,13 @@ a.showCruds:hover,a.unshare:hover {
white-space:normal;
}
+#defaultExpireMessage { /* show message on new line */
+ display: block;
+ padding-left: 4px;
+ /* TODO: style the dropdown in a proper way - border-box, etc. */
+ width: 90%;
+}
+
.ui-autocomplete { /* limit dropdown height to 4 1/2 entries */
max-height:103px;
overflow-y:auto;
@@ -119,4 +126,4 @@ a.showCruds:hover,a.unshare:hover {
padding-left: 12px;
padding-top: 12px;
color: #999;
-} \ No newline at end of file
+}