Univention Bugzilla – Bug 37742
Edit window is too small
Last modified: 2015-03-11 15:08:30 CET
Created attachment 6659 [details] ucr.png See attached screenshot. The edit window is too small.
There was a max-width: 350px set to the dialog. This was changed to min-width: 450px (inherited max-width of 650px). The variable with the longest description (german) is "mail/antispam/requiredhits" → 775 characters. "ldap/index/eq" has the longest value which of course does not fit into one line but IMHO this is fine. The longest UCR variable name is "zarafa/default/ZARAFA_USERSCRIPT_LOCALE". They all look fine now. I think it is not necessary to make the font smaller in the input field. Fix: svn r58407 YAML: 2015-02-25-univention-management-console-module-top.yaml
This fix does not work on small screens, as it fixes the dialog with to 450px. The class umcLargeDialog addresses a similar problem, yet assumes a size of 650px: .umc .dijitDialog.umcLargeDialog { width: 100%; } @media (min-width: 651px) { .umc .dijitDialog.umcLargeDialog { width: 650px; } } @media (min-width: 812.5px) { .umc .dijitDialog.umcLargeDialog { width: 80%; } } Similar CSS rules should be defined for this case here.
OK, rules adapted.
Changes: OK, looks good! YAML file: OK, I adjusted the entry a bit [r58599]
http://errata.univention.de/ucs/4.0/101.html