Fix calendar ownership alignment in mobile theme

This commit is contained in:
Hadi Nategh 2016-04-26 13:40:16 +00:00
parent 737990bf7d
commit eac7446c5f

View File

@ -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>