forked from extern/egroupware
fix popup was never wide enought problem by removing width:100% from #popupMainDiv
This commit is contained in:
parent
6b1c36f6d3
commit
c164f99aca
@ -105,6 +105,7 @@ app.classes.emailadmin = AppJS.extend(
|
|||||||
var sieve_enabled = this.et2.getWidgetById('acc_sieve_enabled');
|
var sieve_enabled = this.et2.getWidgetById('acc_sieve_enabled');
|
||||||
if (!sieve_enabled || sieve_enabled.get_value())
|
if (!sieve_enabled || sieve_enabled.get_value())
|
||||||
{
|
{
|
||||||
|
jQuery('#emailadmin-wizard_output').hide();
|
||||||
jQuery('td.emailadmin_progress').show();
|
jQuery('td.emailadmin_progress').show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
}
|
}
|
||||||
.emailadmin_progress {
|
.emailadmin_progress {
|
||||||
display: none;
|
display: none;
|
||||||
padding: 10px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
.emailadmin_ssl {
|
.emailadmin_ssl {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
@ -525,7 +525,8 @@ div.mail-compose_fileselector {
|
|||||||
border: 0px !important;
|
border: 0px !important;
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
#mail-display {
|
#mail-display,
|
||||||
|
#mail-compose {
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
}
|
}
|
||||||
.mailDisplayContainer,
|
.mailDisplayContainer,
|
||||||
@ -1471,11 +1472,6 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
|
|||||||
* Preview
|
* Preview
|
||||||
* ##################################################################################
|
* ##################################################################################
|
||||||
*/
|
*/
|
||||||
div#popupMainDiv {
|
|
||||||
padding: 8px;
|
|
||||||
margin: -6px 0px 6px -1px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
#mail-display {
|
#mail-display {
|
||||||
width: 870px;
|
width: 870px;
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
|
@ -663,11 +663,6 @@ div#mail-index{
|
|||||||
* Preview
|
* Preview
|
||||||
* ##################################################################################
|
* ##################################################################################
|
||||||
*/
|
*/
|
||||||
div#popupMainDiv{
|
|
||||||
padding: 8px;
|
|
||||||
margin: -6px 0px 6px -1px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mail-display{
|
#mail-display{
|
||||||
// gesamtbreite
|
// gesamtbreite
|
||||||
|
Loading…
Reference in New Issue
Block a user