Closes #59, logos
A little drop-shadow or something on the 32px Z might be nice if you have time, Dan, but no big deal
This commit is contained in:
parent
b97cdd2ef5
commit
fe29c538e9
6 changed files with 6 additions and 14 deletions
|
@ -198,18 +198,10 @@
|
||||||
</vbox>
|
</vbox>
|
||||||
|
|
||||||
<statusbar id="status-bar">
|
<statusbar id="status-bar">
|
||||||
<statusbarpanel id="scholar-status-bar-icon1"
|
<statusbarpanel id="scholar-status-bar-icon"
|
||||||
src="chrome://scholar/skin/zotero_logo_20px.png"
|
src="chrome://scholar/skin/zotero_logo_18px.png"
|
||||||
class="statusbarpanel-iconic" onclick="ScholarPane.toggleDisplay();"
|
class="statusbarpanel-iconic" onclick="ScholarPane.toggleDisplay();"
|
||||||
hidden="false"/>
|
hidden="true"/>
|
||||||
<statusbarpanel id="scholar-status-bar-icon2"
|
|
||||||
src="chrome://scholar/skin/zotero_logo_20px_2.png"
|
|
||||||
class="statusbarpanel-iconic" onclick="ScholarPane.toggleDisplay();"
|
|
||||||
hidden="false"/>
|
|
||||||
<statusbarpanel id="scholar-status-bar-icon3"
|
|
||||||
src="chrome://scholar/skin/zotero_logo_20px_3.png"
|
|
||||||
class="statusbarpanel-iconic scholar-status-bar-icon" onclick="ScholarPane.toggleDisplay();"
|
|
||||||
hidden="false"/>
|
|
||||||
</statusbar>
|
</statusbar>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 623 B |
|
@ -1,8 +1,8 @@
|
||||||
scholar-status-bar-icon
|
#scholar-status-bar-icon
|
||||||
{
|
{
|
||||||
width: 49px;
|
width: 49px;
|
||||||
margin:0 0 -1px;
|
margin:0 0 -1px;
|
||||||
padding:0 5px;
|
padding:0 5px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#scholar-pane
|
#scholar-pane
|
||||||
|
|
BIN
chrome/chromeFiles/skin/default/scholar/zotero_logo_18px.png
Normal file
BIN
chrome/chromeFiles/skin/default/scholar/zotero_logo_18px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 502 B |
BIN
chrome/chromeFiles/skin/default/scholar/zotero_z_32px.png
Normal file
BIN
chrome/chromeFiles/skin/default/scholar/zotero_z_32px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 513 B |
|
@ -17,7 +17,7 @@
|
||||||
<em:homepageURL>http://chnm.gmu.edu/tools/zotero/</em:homepageURL>
|
<em:homepageURL>http://chnm.gmu.edu/tools/zotero/</em:homepageURL>
|
||||||
<em:optionsURL>chrome://scholar/content/preferences.xul</em:optionsURL>
|
<em:optionsURL>chrome://scholar/content/preferences.xul</em:optionsURL>
|
||||||
<em:aboutURL>chrome://scholar/content/about.xul</em:aboutURL>
|
<em:aboutURL>chrome://scholar/content/about.xul</em:aboutURL>
|
||||||
<em:iconURL>chrome://scholar/skin/mainicon.png</em:iconURL>
|
<em:iconURL>chrome://scholar/skin/zotero_z_32px.png</em:iconURL>
|
||||||
<em:updateURL>http://chnm.gmu.edu/firefoxscholar/download/update-svn.rdf</em:updateURL>
|
<em:updateURL>http://chnm.gmu.edu/firefoxscholar/download/update-svn.rdf</em:updateURL>
|
||||||
<em:type>2</em:type> <!-- type=extension -->
|
<em:type>2</em:type> <!-- type=extension -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue