Homebar polish.

git-svn-id: svn://10.0.0.236/trunk@190325 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgalli%geckonnection.com 2006-02-17 02:06:47 +00:00
parent 68e8e7e89c
commit ad04da6b28
2 changed files with 9 additions and 2 deletions

View File

@ -17,8 +17,8 @@ xmlns:rss="http://purl.org/rss/1.0/"
<vbox>
<xsl:for-each select="/bm/li">
<toolbarbutton style="width:18px;height:18px;padding:0px;margin:0px;">
<xsl:attribute name="image" >
<toolbarbutton style="background-color:#dddddd;-moz-border-radius:1px;margin-bottom:2px ! important;">
<xsl:attribute name="image" >
<xsl:value-of select="@iconsrc"/>
</xsl:attribute>
<xsl:attribute name="oncommand">BrowserOpenURLasTab('<xsl:value-of select="."/>')

View File

@ -53,6 +53,13 @@
background-color:white;
}
/* Homebar max icons */
#browserleftbar .toolbarbutton-icon {
width:16px;
height:16px;
}
/* Hack to remove the resizer icon */
.statusbar-resizerpanel {