зеркало из https://github.com/mozilla/pjs.git
The editor popups are positioned properly.
This commit is contained in:
Родитель
3d408a8c65
Коммит
cf362ebd9d
|
@ -185,11 +185,11 @@
|
||||||
<box id="outer-box" align="vertical">
|
<box id="outer-box" align="vertical">
|
||||||
<toolbox>
|
<toolbox>
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<titledbutton id="ParagraphPopup" value="Paragraph" class="popup" align="left" popup="ParagraphMenu"/>
|
<titledbutton id="ParagraphPopup" value="Paragraph" class="popup" align="left" popupanchor="bottomleft" popup="ParagraphMenu"/>
|
||||||
<titledbutton id="FontFacePopup" value="Font" class="popup" align="left" popup="FontFaceMenu"/>
|
<titledbutton id="FontFacePopup" value="Font" class="popup" align="left" popupanchor="bottomleft" popup="FontFaceMenu"/>
|
||||||
<titledbutton id="FontSizePopup" value="Size" class="popup" align="left" popup="FontSizeMenu"/>
|
<titledbutton id="FontSizePopup" value="Size" class="popup" align="left" popupanchor="bottomleft" popup="FontSizeMenu"/>
|
||||||
<titledbutton id="TextColorPopup" src="chrome://editor/skin/images/ED_TextColor.gif" class="popup" popup="TextColorMenu"/>
|
<titledbutton id="TextColorPopup" src="chrome://editor/skin/images/ED_TextColor.gif" class="popup" popupanchor="bottomleft" popup="TextColorMenu"/>
|
||||||
<titledbutton id="BackColorPopup" src="chrome://editor/skin/images/ED_BackColor.gif" class="popup" popup="BackColorMenu"/>
|
<titledbutton id="BackColorPopup" src="chrome://editor/skin/images/ED_BackColor.gif" class="popup" popupanchor="bottomleft" popup="BackColorMenu"/>
|
||||||
<titledbutton id="BoldButton" src="chrome://editor/skin/images/ED_Bold.gif" align="bottom" onclick="EditorApplyStyle('b')">
|
<titledbutton id="BoldButton" src="chrome://editor/skin/images/ED_Bold.gif" align="bottom" onclick="EditorApplyStyle('b')">
|
||||||
<observes element="Editor:Style:IsBold" attribute="bold" onchange="onBoldChange()"/>
|
<observes element="Editor:Style:IsBold" attribute="bold" onchange="onBoldChange()"/>
|
||||||
</titledbutton>
|
</titledbutton>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче