mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
23 lines
878 B
XML
23 lines
878 B
XML
<?xml version="1.0"?>
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<bindings xmlns="http://www.mozilla.org/xbl"
|
|
xmlns:xbl="http://www.mozilla.org/xbl"
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<binding id="pageaction" display="xul:hbox">
|
|
<content>
|
|
<xul:hbox align="center">
|
|
<xul:image xbl:inherits="src=image" class="pageaction-image"/>
|
|
</xul:hbox>
|
|
<xul:vbox pack="center" flex="1">
|
|
<xul:label class="pageaction-title" xbl:inherits="value=title" crop="end"/>
|
|
<xul:label class="pageaction-desc" value="" xbl:inherits="value=description" crop="end"/>
|
|
</xul:vbox>
|
|
</content>
|
|
</binding>
|
|
|
|
</bindings>
|