mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix link entry widget not expanding after hiding app selectbox
This commit is contained in:
parent
b3ad328429
commit
3b443f976d
@ -454,6 +454,7 @@ action buttons, left aligned for "extra" controls
|
||||
*/
|
||||
/* Link entry - x button*/
|
||||
div.et2_link_entry {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
div.et2_link_entry:after {
|
||||
|
@ -13,6 +13,7 @@
|
||||
.infolog_planned { font-style:italic; }
|
||||
table.infolog_fullWidth { width: 100%; }
|
||||
td.infolog_infoId:before { content:"#" }
|
||||
#infolog-edit_info_contact { width: 98%;}
|
||||
.infolog_fixedHeight { height: 12px; }
|
||||
.noWrap { white-space: nowrap; }
|
||||
.infolog_user_filter select { width: 100px; }
|
||||
|
Loading…
Reference in New Issue
Block a user