Bug 1273415 - Invitation dialog is too wide when the event title is very long r=MakeMyDay
This commit is contained in:
Родитель
c51e506cef
Коммит
d5ed40aa40
|
@ -56,12 +56,12 @@
|
||||||
<grid flex="1">
|
<grid flex="1">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column flex="1"/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row align="top">
|
<row align="top">
|
||||||
<label value="&read.only.title.label;" class="headline"/>
|
<label value="&read.only.title.label;" class="headline"/>
|
||||||
<label id="item-title"/>
|
<label id="item-title" crop="end"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="item-date-row"
|
<row class="item-date-row"
|
||||||
id="item-start-row"
|
id="item-start-row"
|
||||||
|
@ -83,11 +83,11 @@
|
||||||
</row>
|
</row>
|
||||||
<row id="location-row" align="top" hidden="true">
|
<row id="location-row" align="top" hidden="true">
|
||||||
<label value="&read.only.location.label;" class="headline"/>
|
<label value="&read.only.location.label;" class="headline"/>
|
||||||
<label id="item-location"/>
|
<label id="item-location" crop="end"/>
|
||||||
</row>
|
</row>
|
||||||
<row id="category-row" align="top" hidden="true">
|
<row id="category-row" align="top" hidden="true">
|
||||||
<label value="&read.only.category.label;" class="headline"/>
|
<label value="&read.only.category.label;" class="headline"/>
|
||||||
<label id="item-category"/>
|
<label id="item-category" crop="end"/>
|
||||||
</row>
|
</row>
|
||||||
<row id="organizer-row" align="top" hidden="true" class="item-attendees-row">
|
<row id="organizer-row" align="top" hidden="true" class="item-attendees-row">
|
||||||
<label value="&read.only.organizer.label;" class="headline"/>
|
<label value="&read.only.organizer.label;" class="headline"/>
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
<img class="itip-icon"/>
|
<img class="itip-icon"/>
|
||||||
<label id="item-organizer"
|
<label id="item-organizer"
|
||||||
class="text-link item-attendees-cell-label"
|
class="text-link item-attendees-cell-label"
|
||||||
crop="right"
|
crop="end"
|
||||||
onclick="sendMailToOrganizer()"/>
|
onclick="sendMailToOrganizer()"/>
|
||||||
<spacer flex="1"/>
|
<spacer flex="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче