communicatorBindings.xml 720 B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  3. - License, v. 2.0. If a copy of the MPL was not distributed with this
  4. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  5. <bindings id="communicatorBindings"
  6. xmlns="http://www.mozilla.org/xbl"
  7. xmlns:html="http://www.w3.org/1999/xhtml"
  8. xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  9. xmlns:xbl="http://www.mozilla.org/xbl">
  10. <binding id="row-iconic" extends="xul:row">
  11. <content>
  12. <xul:hbox align="center">
  13. <xul:image class="row-iconic-icon"/>
  14. <children/>
  15. </xul:hbox>
  16. </content>
  17. </binding>
  18. </bindings>