mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
WIP Ui: Fix dialogs getting scrollbars in initiation
This commit is contained in:
parent
deabd5ae53
commit
342eb8461a
@ -412,7 +412,7 @@
|
||||
<description/>
|
||||
</row>
|
||||
<row>
|
||||
<tabbox id="tabs" span="all" width="100%" tab_height="250">
|
||||
<tabbox id="tabs" span="all" width="100%" tab_height="320">
|
||||
<tabs>
|
||||
<tab id="general" label="Organisation"/>
|
||||
<tab id="home" label="Private" statustext="Home address, Birthday, ..."/>
|
||||
|
@ -242,7 +242,7 @@
|
||||
<taglist-cat id="category" height="190" empty_label="Categories" multiple="toggle" class="et2_fullWidth" rows="1" />
|
||||
</row>
|
||||
<row>
|
||||
<tabbox id="tabs" span="all" tab_height="260">
|
||||
<tabbox id="tabs" span="all" tab_height="300">
|
||||
<tabs>
|
||||
<tab id="description" label="Description" statustext="Full description"/>
|
||||
<tab id="participants" label="Participants" statustext="Participants, Resources, ..."/>
|
||||
|
@ -2723,7 +2723,7 @@ div#calendar-container div.calendar {
|
||||
}
|
||||
div#calendar-container div.calendar table {
|
||||
background-color: #fafafa;
|
||||
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
}
|
||||
div#calendar-container div.calendar table thead .button {
|
||||
background-color: #FFDD73;
|
||||
|
@ -186,7 +186,7 @@
|
||||
</hbox>
|
||||
</row>
|
||||
<row>
|
||||
<tabbox id="tabs" span="all" width="100%" tab_height="250px">
|
||||
<tabbox id="tabs" span="all" width="100%" tab_height="300px">
|
||||
<tabs>
|
||||
<tab id="description" label="Description" statustext="longer textual description"/>
|
||||
<tab id="details" label="Details" statustext="Location, priority , ..."/>
|
||||
|
@ -115,7 +115,7 @@
|
||||
<date-timeonly id="end_time" class="et2_fullWidth"/>
|
||||
</row>
|
||||
<row>
|
||||
<tabbox id="tabs" class="et2_nowrap" width="100%" span="all" tab_height="165">
|
||||
<tabbox id="tabs" class="et2_nowrap" width="100%" span="all" tab_height="200">
|
||||
<tabs>
|
||||
<tab id="notes" label="Description"/>
|
||||
<tab id="general" label="Details"/>
|
||||
|
Loading…
Reference in New Issue
Block a user