3a3b6ab70d
- Generally, restructured the way that editing notes works: there is now a <noteeditor> control.
51 lines
No EOL
816 B
CSS
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');
|
|
} |