Cosmetics:

- Better use of the space in the search form: multi-select drop down list are now small when closed and larger when opened
- Nicer feedback when hiding/showing sections in the "printable version" of a details page.

SVN:trunk[3732]
This commit is contained in:
Denis Flaven
2015-09-08 14:06:00 +00:00
parent 62959a89bc
commit cad5e703f8
11 changed files with 803 additions and 27 deletions

View File

@@ -1,4 +1,5 @@
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect { padding:2px 0 2px 4px; text-align:left; white-space:nowrap; overflow:hidden; }
button.ui-multiselect > span { overflow:hidden; }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }