mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix calendar ownership alignment in mobile theme
This commit is contained in:
parent
737990bf7d
commit
eac7446c5f
@ -199,7 +199,7 @@
|
|||||||
<rows>
|
<rows>
|
||||||
<row disabled="!@id">
|
<row disabled="!@id">
|
||||||
<description value="Created"/>
|
<description value="Created"/>
|
||||||
<hbox>
|
<hbox height="46">
|
||||||
<menulist>
|
<menulist>
|
||||||
<menupopup type="select-account" id="owner" readonly="true"/>
|
<menupopup type="select-account" id="owner" readonly="true"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
@ -208,7 +208,7 @@
|
|||||||
</row>
|
</row>
|
||||||
<row disabled="!@modified">
|
<row disabled="!@modified">
|
||||||
<description value="Updated"/>
|
<description value="Updated"/>
|
||||||
<hbox>
|
<hbox height="46">
|
||||||
<menulist>
|
<menulist>
|
||||||
<menupopup type="select-account" class="et2_nowrap" id="modifier" readonly="true"/>
|
<menupopup type="select-account" class="et2_nowrap" id="modifier" readonly="true"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
|
Loading…
Reference in New Issue
Block a user