Bug 660229 - about:permissions left-side list auto resizes when string not found. r=dao

This commit is contained in:
Margaret Leibovic 2011-05-31 14:14:08 -07:00
parent 27456d0231
commit a2e47ebce5
4 changed files with 5 additions and 20 deletions

View File

@ -42,9 +42,9 @@
xmlns:xbl="http://www.mozilla.org/xbl">
<binding id="site" extends="chrome://global/content/bindings/richlistbox.xml#richlistitem">
<content>
<xul:hbox class="site-container" align="center">
<xul:hbox class="site-container" align="center" flex="1">
<xul:image xbl:inherits="src=favicon" class="site-favicon"/>
<xul:label xbl:inherits="value,selected" class="site-domain" crop="end"/>
<xul:label xbl:inherits="value,selected" class="site-domain" crop="end" flex="1"/>
</xul:hbox>
</content>
</binding>

View File

@ -19,11 +19,10 @@
#sites-box {
padding: 10px;
width: 25em;
}
.site {
width: 250px;
overflow-x: hidden;
padding: 4px;
border-bottom: 1px solid ThreeDLightShadow;
}
@ -39,10 +38,6 @@
list-style-image: none;
}
.site-domain {
max-width: 200px; /* crop set in XBL will ellipsize the domain if it's too long */
}
/* permissions box */
#permissions-box {

View File

@ -21,11 +21,10 @@
#sites-box {
padding: 10px;
width: 25em;
}
.site {
width: 250px;
overflow-x: hidden;
padding: 4px;
border-bottom: 1px solid ThreeDLightShadow;
}
@ -41,10 +40,6 @@
list-style-image: none;
}
.site-domain {
max-width: 200px; /* crop set in XBL will ellipsize the domain if it's too long */
}
/* permissions box */
#permissions-box {

View File

@ -24,11 +24,10 @@
#sites-box {
padding: 10px;
width: 25em;
}
.site {
width: 250px;
overflow-x: hidden;
padding: 4px;
border-bottom: 1px solid ThreeDLightShadow;
}
@ -44,10 +43,6 @@
list-style-image: none;
}
.site-domain {
max-width: 200px; /* crop set in XBL will ellipsize the domain if it's too long */
}
/* permissions box */
#permissions-box {