mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
CSS / Layout cleanup - better sizing on infolog description
This commit is contained in:
parent
69e13a2d7f
commit
47604d23a7
@ -85,7 +85,7 @@ td.infologTimestamp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#infolog-edit_infolog-edit-description {
|
div#infolog-edit_infolog-edit-description {
|
||||||
height: 250px;
|
height: 100%;
|
||||||
}
|
}
|
||||||
#infolog-edit_info_responsible + .chzn-container .chzn-results {
|
#infolog-edit_info_responsible + .chzn-container .chzn-results {
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
|
@ -147,7 +147,7 @@ td.infologTimestamp {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
div#infolog-edit_infolog-edit-description {
|
div#infolog-edit_infolog-edit-description {
|
||||||
height: 250px;
|
height: 100%;
|
||||||
}
|
}
|
||||||
#infolog-edit_info_responsible + .chzn-container .chzn-results {
|
#infolog-edit_info_responsible + .chzn-container .chzn-results {
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
|
Loading…
Reference in New Issue
Block a user