mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
No need to have explicitly fix et2_file width in calendaras the width is handled in etemplate2 class for all
This commit is contained in:
parent
8ae49a00fb
commit
291c4c04b4
@ -1198,10 +1198,6 @@ div#calendar-edit #calendar-edit_calendar-edit-links tbody .et2_link_to {
|
|||||||
width: auto !important;
|
width: auto !important;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
}
|
}
|
||||||
div#calendar-edit #calendar-edit_calendar-edit-links .et2_file {
|
|
||||||
margin-left: 100px;
|
|
||||||
width: 357px;
|
|
||||||
}
|
|
||||||
div#calendar-edit #calendar-edit_calendar-edit-links span.et2_label {
|
div#calendar-edit #calendar-edit_calendar-edit-links span.et2_label {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
@ -669,7 +669,6 @@ div#calendar-edit{
|
|||||||
.et2_link_to {width: auto !important; margin: 1em;}
|
.et2_link_to {width: auto !important; margin: 1em;}
|
||||||
}
|
}
|
||||||
|
|
||||||
.et2_file {margin-left: 100px; width: 357px;}
|
|
||||||
span.et2_label {padding: 1em;}
|
span.et2_label {padding: 1em;}
|
||||||
|
|
||||||
div.delete {background-image: url("https:://192.168.1.100/egroupware2/pixelegg/images/delete.png");}
|
div.delete {background-image: url("https:://192.168.1.100/egroupware2/pixelegg/images/delete.png");}
|
||||||
|
Loading…
Reference in New Issue
Block a user