mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Limit chozen dropdown height so it stays in the tab
This commit is contained in:
parent
9a53499c77
commit
f0bfbbd687
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
@ -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;
|
||||
|
@ -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*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user