mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 07:49:28 +01:00
No need to have explicitly fix et2_file width in infolog as the width is handled in etemplate2 class for all
This commit is contained in:
parent
6810eba337
commit
8ae49a00fb
@ -388,9 +388,6 @@ input#infolog-edit_info_subject {
|
||||
#infolog-edit_infolog-edit-links div#addressbook-edit_link_to {
|
||||
width: 100% !important;
|
||||
}
|
||||
#infolog-edit_infolog-edit-links div.et2_file {
|
||||
width: 70%;
|
||||
}
|
||||
#infolog-edit_infolog-edit-links table#infolog-edit_link_to {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
@ -382,12 +382,7 @@ input#infolog-edit_info_subject {width: 98% !important;}
|
||||
// 2. Icon
|
||||
/*img.et2_button_icon defined in etemplate2.less*/
|
||||
|
||||
// Upload
|
||||
div.et2_file {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
table#infolog-edit_link_to {overflow-y: scroll;}
|
||||
table#infolog-edit_link_to {overflow-y: scroll;}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user