mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 611861 - add-ons list cramped compared to awesomescreen [r=vingtetun]
This commit is contained in:
parent
9a29d567d1
commit
29d4467611
@ -135,7 +135,7 @@
|
||||
<binding id="extension-searchplugin" extends="chrome://browser/content/bindings.xml#richlistitem">
|
||||
<content orient="vertical">
|
||||
<xul:hbox align="start">
|
||||
<xul:image width="32" height="32" xbl:inherits="src=iconURL"/>
|
||||
<xul:image class="searchplugin-image" xbl:inherits="src=iconURL"/>
|
||||
<xul:vbox flex="1">
|
||||
<xul:hbox align="center">
|
||||
<xul:label class="title" xbl:inherits="value=name" crop="end" flex="1"/>
|
||||
@ -184,7 +184,7 @@
|
||||
</implementation>
|
||||
<content orient="vertical">
|
||||
<xul:hbox align="start">
|
||||
<xul:image xbl:inherits="src=iconURL"/>
|
||||
<xul:image class="addon-image" xbl:inherits="src=iconURL"/>
|
||||
<xul:vbox flex="1">
|
||||
<xul:hbox align="center">
|
||||
<xul:label class="title" xbl:inherits="value=name" crop="end" flex="1"/>
|
||||
|
@ -478,10 +478,13 @@ toolbarbutton.choice-remotetabs {
|
||||
}
|
||||
}
|
||||
|
||||
.addon-image {
|
||||
.addon-image,
|
||||
.searchplugin-image {
|
||||
list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
-moz-margin-start: 8px;
|
||||
-moz-margin-end: 8px;
|
||||
}
|
||||
|
||||
.addon-rating[rating] {
|
||||
@ -514,16 +517,13 @@ toolbarbutton.choice-remotetabs {
|
||||
-moz-image-region: rect(90px 78px 108px 0px);
|
||||
}
|
||||
|
||||
.addon-showmore-image {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
list-style-image: url("chrome://browser/skin/images/addons-32.png");
|
||||
}
|
||||
|
||||
.addon-showmore-image,
|
||||
.addon-banner-image {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
list-style-image: url("chrome://browser/skin/images/addons-32.png");
|
||||
-moz-margin-start: 8px;
|
||||
-moz-margin-end: 8px;
|
||||
}
|
||||
|
||||
richlistitem[isDisabled="true"] .title {
|
||||
|
Loading…
x
Reference in New Issue
Block a user