2011-05-10 15:57:05 -07:00
|
|
|
<?xml version="1.0"?>
|
2012-05-21 04:12:37 -07:00
|
|
|
<!-- 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/. -->
|
2011-05-10 15:57:05 -07:00
|
|
|
|
|
|
|
<!DOCTYPE bindings>
|
|
|
|
<bindings xmlns="http://www.mozilla.org/xbl"
|
|
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
xmlns:xbl="http://www.mozilla.org/xbl">
|
|
|
|
<binding id="site" extends="chrome://global/content/bindings/richlistbox.xml#richlistitem">
|
|
|
|
<content>
|
2011-05-31 14:14:08 -07:00
|
|
|
<xul:hbox class="site-container" align="center" flex="1">
|
2011-05-10 15:57:05 -07:00
|
|
|
<xul:image xbl:inherits="src=favicon" class="site-favicon"/>
|
2011-05-31 14:14:08 -07:00
|
|
|
<xul:label xbl:inherits="value,selected" class="site-domain" crop="end" flex="1"/>
|
2011-05-10 15:57:05 -07:00
|
|
|
</xul:hbox>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
</bindings>
|