With the three different versions of Zotero, for comparison purposes (a gross misuse of SVN, I know)
This commit is contained in:
parent
3d20b8846f
commit
4f5ac31891
4 changed files with 11 additions and 3 deletions
|
@ -198,10 +198,18 @@
|
||||||
</vbox>
|
</vbox>
|
||||||
|
|
||||||
<statusbar id="status-bar">
|
<statusbar id="status-bar">
|
||||||
<statusbarpanel id="scholar-status-bar-icon"
|
<statusbarpanel id="scholar-status-bar-icon1"
|
||||||
src="chrome://scholar/skin/zotero_logo_20px.png"
|
src="chrome://scholar/skin/zotero_logo_20px.png"
|
||||||
class="statusbarpanel-iconic" onclick="ScholarPane.toggleDisplay();"
|
class="statusbarpanel-iconic" onclick="ScholarPane.toggleDisplay();"
|
||||||
hidden="true"/>
|
hidden="false"/>
|
||||||
|
<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>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#scholar-status-bar-icon
|
scholar-status-bar-icon
|
||||||
{
|
{
|
||||||
width: 49px;
|
width: 49px;
|
||||||
margin:0 0 -1px;
|
margin:0 0 -1px;
|
||||||
|
|
BIN
chrome/chromeFiles/skin/default/scholar/zotero_logo_20px_2.png
Normal file
BIN
chrome/chromeFiles/skin/default/scholar/zotero_logo_20px_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 493 B |
BIN
chrome/chromeFiles/skin/default/scholar/zotero_logo_20px_3.png
Normal file
BIN
chrome/chromeFiles/skin/default/scholar/zotero_logo_20px_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 523 B |
Loading…
Reference in a new issue