mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +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 {
|
#addressbook-edit_tel_prefer-tel_work, #addressbook-edit_tel_prefer-tel_cell {
|
||||||
left: -13px;
|
left: -13px;
|
||||||
}
|
}
|
||||||
|
#addressbook-edit_memberships + .chzn-container .chzn-results {
|
||||||
|
max-height: 85px;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Index page
|
* Index page
|
||||||
*/
|
*/
|
||||||
|
@ -100,6 +100,9 @@ input.et2_radiobox {
|
|||||||
#addressbook-edit_tel_prefer-tel_cell {
|
#addressbook-edit_tel_prefer-tel_cell {
|
||||||
left: -13px;
|
left: -13px;
|
||||||
}
|
}
|
||||||
|
#addressbook-edit_memberships + .chzn-container .chzn-results {
|
||||||
|
max-height: 85px;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Index page
|
* Index page
|
||||||
*/
|
*/
|
||||||
|
@ -945,6 +945,9 @@ img.calendar_print_button, img.calendar_print_appicon {
|
|||||||
#calendar-edit select#calendar-edit_duration {
|
#calendar-edit select#calendar-edit_duration {
|
||||||
width: 133px;
|
width: 133px;
|
||||||
}
|
}
|
||||||
|
#calendar-edit_account + .chzn-container .chzn-results {
|
||||||
|
max-height: 195px;
|
||||||
|
}
|
||||||
|
|
||||||
#calendar-edit_category {
|
#calendar-edit_category {
|
||||||
max-width:230px;
|
max-width:230px;
|
||||||
|
@ -75,3 +75,6 @@ button#infolog-edit_encrypt {
|
|||||||
div#infolog-edit_infolog-edit-description {
|
div#infolog-edit_infolog-edit-description {
|
||||||
height: 250px;
|
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 {
|
div#infolog-edit_infolog-edit-description {
|
||||||
height: 250px;
|
height: 250px;
|
||||||
}
|
}
|
||||||
|
#infolog-edit_info_responsible + .chzn-container .chzn-results {
|
||||||
|
max-height: 150px;
|
||||||
|
}
|
||||||
/* #############################################################################
|
/* #############################################################################
|
||||||
// iframe
|
// iframe
|
||||||
// Rahmen + padding**/
|
// Rahmen + padding**/
|
||||||
@ -404,6 +407,9 @@ input#infolog-edit_info_subject {
|
|||||||
#infolog-edit_infolog-edit-delegation .inputFullWidth input {
|
#infolog-edit_infolog-edit-delegation .inputFullWidth input {
|
||||||
width: 96%;
|
width: 96%;
|
||||||
}
|
}
|
||||||
|
#infolog-edit_infolog-edit-responsible .chzn-container .chzn-results {
|
||||||
|
max-height: 150px;
|
||||||
|
}
|
||||||
/*Historie*/
|
/*Historie*/
|
||||||
button#infolog-edit_encrypt {
|
button#infolog-edit_encrypt {
|
||||||
top: 13px;
|
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*/
|
/*Historie*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user