zotero/chrome/chromeFiles/skin/default/scholar/scholar.css
David Norton 3a3b6ab70d Fixes #30, clicking on note in the hierarchical view shows contents of the note in the right panel.
- Generally, restructured the way that editing notes works: there is now a <noteeditor> control.
2006-06-28 18:30:29 +00:00

51 lines
No EOL
816 B
CSS

textbox[multiline="true"][type="timed"]
{
-moz-binding: url('chrome://scholar/content/customControls.xml#timed-textarea');
}
noteeditor
{
-moz-binding: url('chrome://scholar/content/customControls.xml#note-editor');
}
#scholar-progress-box
{
border: 2px solid #7a0000;
margin: 0;
min-height: 50px;
width: 250px;
padding-bottom: 3px;
}
.scholar-progress-item-icon
{
width: 16px;
height: 16px;
}
.scholar-progress-item-hbox
{
padding-left: 5px;
margin-top: 3px;
margin-bottom: 3px;
}
.scholar-progress-item-label
{
width: 210px;
}
.scholar-progress-description
{
width: 210px;
}
.scholar-scrape-popup-library
{
list-style-image: url('chrome://scholar/skin/treesource-library.png');
}
.scholar-scrape-popup-collection
{
list-style-image: url('chrome://scholar/skin/treesource-collection.png');
}