Limit chozen dropdown height so it stays in the tab

This commit is contained in:
Nathan Gray 2015-12-15 18:58:52 +00:00
parent 9a53499c77
commit f0bfbbd687
6 changed files with 21 additions and 0 deletions

View File

@ -82,6 +82,9 @@ input.et2_radiobox {
#addressbook-edit_tel_prefer-tel_work, #addressbook-edit_tel_prefer-tel_cell {
left: -13px;
}
#addressbook-edit_memberships + .chzn-container .chzn-results {
max-height: 85px;
}
/**
* Index page
*/

View File

@ -100,6 +100,9 @@ input.et2_radiobox {
#addressbook-edit_tel_prefer-tel_cell {
left: -13px;
}
#addressbook-edit_memberships + .chzn-container .chzn-results {
max-height: 85px;
}
/**
* Index page
*/

View File

@ -945,6 +945,9 @@ img.calendar_print_button, img.calendar_print_appicon {
#calendar-edit select#calendar-edit_duration {
width: 133px;
}
#calendar-edit_account + .chzn-container .chzn-results {
max-height: 195px;
}
#calendar-edit_category {
max-width:230px;

View File

@ -75,3 +75,6 @@ button#infolog-edit_encrypt {
div#infolog-edit_infolog-edit-description {
height: 250px;
}
#infolog-edit_info_responsible + .chzn-container .chzn-results {
max-height: 150px;
}

View File

@ -148,6 +148,9 @@ button#infolog-edit_encrypt {
div#infolog-edit_infolog-edit-description {
height: 250px;
}
#infolog-edit_info_responsible + .chzn-container .chzn-results {
max-height: 150px;
}
/* #############################################################################
// iframe
// Rahmen + padding**/
@ -404,6 +407,9 @@ input#infolog-edit_info_subject {
#infolog-edit_infolog-edit-delegation .inputFullWidth input {
width: 96%;
}
#infolog-edit_infolog-edit-responsible .chzn-container .chzn-results {
max-height: 150px;
}
/*Historie*/
button#infolog-edit_encrypt {
top: 13px;

View File

@ -390,6 +390,9 @@ input#infolog-edit_info_subject {width: 98% !important;}
}
#infolog-edit_infolog-edit-responsible .chzn-container .chzn-results {
max-height: 150px;
}
/*Historie*/