46 lines
No EOL
721 B
CSS
46 lines
No EOL
721 B
CSS
textbox[multiline="true"][type="timed"]
|
|
{
|
|
-moz-binding: url('chrome://scholar/content/customControls.xml#timed-textarea');
|
|
}
|
|
|
|
#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');
|
|
} |