diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-09-24 10:28:06 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-24 10:31:23 -0700 |
commit | 9ce482da3960ee43decee41fba53b78c12c3e52c (patch) | |
tree | f7e77a4a2154a3f259fc41f5c2282a752e4ba200 /rt/share/static/css/base | |
parent | 6894828ab5a66e53ad6945cc14e6cd9f9c3b67f7 (diff) |
rt 4.2.13 ticket#13852
Diffstat (limited to 'rt/share/static/css/base')
-rw-r--r-- | rt/share/static/css/base/misc.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rt/share/static/css/base/misc.css b/rt/share/static/css/base/misc.css index a76bf00f7..4a9282338 100644 --- a/rt/share/static/css/base/misc.css +++ b/rt/share/static/css/base/misc.css @@ -76,6 +76,11 @@ textarea.messagebox, #cke_Content, #cke_UpdateContent { box-sizing: border-box; } +.selection-box { + min-width: 300px; +} + .datepicker { width: 17em; } + |