mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
WIP Ui: fix more dialogs initiation pop up & tab size
This commit is contained in:
parent
f65020ab93
commit
69893e891b
@ -244,7 +244,7 @@ class admin_hooks
|
||||
'id' => 'mail_account',
|
||||
'caption' => 'mail account',
|
||||
'url' => 'menuaction=admin.admin_mail.edit&account_id=$id',
|
||||
'popup' => '720x560',
|
||||
'popup' => '720x700',
|
||||
'icon' => 'mail/navbar',
|
||||
);
|
||||
|
||||
|
@ -348,7 +348,7 @@
|
||||
</hbox>
|
||||
</row>
|
||||
<row>
|
||||
<tabbox id="tabs" span="all" tab_height="420">
|
||||
<tabbox id="tabs" span="all" tab_height="480">
|
||||
<tabs>
|
||||
<tab id="admin.mailaccount.identity" label="Identity+Signature" statustext="Identity&Signature"/>
|
||||
<tab id="admin.mailaccount.imap" label="IMAP" statustext="incoming mail"/>
|
||||
|
@ -247,7 +247,7 @@
|
||||
<description id="msg" span="all" class="redItalic"/>
|
||||
</row>
|
||||
<row class="dialogTabs">
|
||||
<tabbox id="tabs" span="all" tab_height="300">
|
||||
<tabbox id="tabs" span="all" tab_height="330">
|
||||
<tabs>
|
||||
<tab id="filemanager.file.general" label="General"/>
|
||||
<tab id="filemanager.file.perms" label="Permissions"/>
|
||||
|
@ -157,3 +157,4 @@
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
/*# sourceMappingURL=app.css.map */
|
Loading…
Reference in New Issue
Block a user