|
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 |
|
6 <!DOCTYPE bindings> |
|
7 <bindings xmlns="http://www.mozilla.org/xbl" |
|
8 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
|
9 xmlns:xbl="http://www.mozilla.org/xbl"> |
|
10 <binding id="site" extends="chrome://global/content/bindings/richlistbox.xml#richlistitem"> |
|
11 <content> |
|
12 <xul:hbox class="site-container" align="center" flex="1"> |
|
13 <xul:image xbl:inherits="src=favicon" class="site-favicon"/> |
|
14 <xul:label xbl:inherits="value,selected" class="site-domain" crop="end" flex="1"/> |
|
15 </xul:hbox> |
|
16 </content> |
|
17 </binding> |
|
18 </bindings> |