2006-07-17 14:09:12 +00:00
|
|
|
#scholar-pane
|
2006-05-31 20:29:46 +00:00
|
|
|
{
|
|
|
|
background: #f5f5f5;
|
|
|
|
min-height: 150px;
|
2006-05-31 22:01:31 +00:00
|
|
|
padding: 4px;
|
2006-05-31 20:29:46 +00:00
|
|
|
}
|
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
#collections-pane
|
2006-05-31 20:29:46 +00:00
|
|
|
{
|
2006-06-21 23:22:37 +00:00
|
|
|
min-width: 150px;
|
|
|
|
width: 150px;
|
2006-05-31 20:29:46 +00:00
|
|
|
}
|
|
|
|
|
2006-06-12 13:56:36 +00:00
|
|
|
#collections-tree treechildren::-moz-tree-image
|
|
|
|
{
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2006-07-17 14:09:12 +00:00
|
|
|
#scholar-pane splitter
|
2006-05-31 20:29:46 +00:00
|
|
|
{
|
2006-06-01 03:50:34 +00:00
|
|
|
background: #f5f5f5;
|
2006-05-31 20:29:46 +00:00
|
|
|
}
|
|
|
|
|
2006-06-26 17:51:18 +00:00
|
|
|
#items-tree treechildren::-moz-tree-image
|
|
|
|
{
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
#items-pane
|
2006-05-31 20:29:46 +00:00
|
|
|
{
|
2006-06-21 23:22:37 +00:00
|
|
|
min-width: 300px;
|
|
|
|
}
|
2006-05-31 20:29:46 +00:00
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
#item-pane
|
|
|
|
{
|
|
|
|
width: 300px;
|
|
|
|
min-width: 300px;
|
2006-05-31 20:29:46 +00:00
|
|
|
}
|
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
#scholar-pane toolbar
|
2006-06-20 17:08:30 +00:00
|
|
|
{
|
2006-06-21 23:22:37 +00:00
|
|
|
border-bottom: none;
|
|
|
|
background: #f5f5f5;
|
|
|
|
height: 24px;
|
2006-06-20 17:08:30 +00:00
|
|
|
}
|
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
#scholar-pane toolbar toolbarbutton
|
2006-06-20 17:08:30 +00:00
|
|
|
{
|
2006-06-21 23:22:37 +00:00
|
|
|
|
2006-06-20 17:08:30 +00:00
|
|
|
}
|
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
#scholar-pane toolbar .toggler
|
2006-06-20 17:08:30 +00:00
|
|
|
{
|
2006-06-21 23:22:37 +00:00
|
|
|
margin: 4px;
|
2006-06-20 17:08:30 +00:00
|
|
|
}
|
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
#scholar-toolbar-name
|
2006-06-20 17:08:30 +00:00
|
|
|
{
|
2006-06-21 23:22:37 +00:00
|
|
|
font-size: larger;
|
2006-06-20 17:08:30 +00:00
|
|
|
}
|
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
#tb-collection-add
|
2006-05-31 20:29:46 +00:00
|
|
|
{
|
2006-06-21 23:22:37 +00:00
|
|
|
list-style-image: url('chrome://scholar/skin/toolbar-collection-add.png');
|
2006-05-31 20:29:46 +00:00
|
|
|
}
|
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
#tb-collection-rename
|
2006-05-31 20:29:46 +00:00
|
|
|
{
|
2006-06-21 23:22:37 +00:00
|
|
|
list-style-image: url('chrome://scholar/skin/toolbar-collection-edit.png');
|
2006-05-31 20:29:46 +00:00
|
|
|
}
|
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
#tb-collection-rename[disabled="true"]
|
2006-06-01 16:40:43 +00:00
|
|
|
{
|
2006-06-21 23:22:37 +00:00
|
|
|
list-style-image: url('chrome://scholar/skin/toolbar-collection-edit-gray.png');
|
2006-06-01 16:40:43 +00:00
|
|
|
}
|
|
|
|
|
2006-06-22 00:13:21 +00:00
|
|
|
#tb-collection-menu
|
|
|
|
{
|
|
|
|
list-style-image: url('chrome://scholar/skin/cog.png');
|
|
|
|
}
|
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
#tb-add
|
2006-05-31 20:29:46 +00:00
|
|
|
{
|
2006-06-21 23:22:37 +00:00
|
|
|
list-style-image: url('chrome://scholar/skin/toolbar-item-add.png');
|
2006-05-31 20:29:46 +00:00
|
|
|
}
|
|
|
|
|
2006-06-22 00:13:21 +00:00
|
|
|
#tb-item-menu
|
|
|
|
{
|
|
|
|
list-style-image: url('chrome://scholar/skin/cog.png');
|
|
|
|
}
|
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
#tb-search
|
2006-05-31 20:29:46 +00:00
|
|
|
{
|
2006-06-21 23:22:37 +00:00
|
|
|
width: 150px;
|
2006-06-01 16:40:43 +00:00
|
|
|
}
|
|
|
|
|
2006-06-26 14:46:21 +00:00
|
|
|
#scholar-view-item vbox
|
2006-06-01 16:40:43 +00:00
|
|
|
{
|
2006-06-06 19:53:27 +00:00
|
|
|
overflow: auto;
|
2006-06-07 18:20:45 +00:00
|
|
|
}
|
|
|
|
|
2006-06-16 17:21:30 +00:00
|
|
|
#scholar-notes-menu
|
|
|
|
{
|
|
|
|
-moz-user-focus: ignore;
|
|
|
|
}
|
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
#scholar-view-item
|
|
|
|
{
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2006-07-19 16:14:27 +00:00
|
|
|
|
2006-06-21 22:23:42 +00:00
|
|
|
#scholar-view-item tabpanels
|
|
|
|
{
|
|
|
|
padding: 8px 0px 0px 0px;
|
|
|
|
}
|
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
#scholar-splitter
|
|
|
|
{
|
|
|
|
border-top: none;
|
|
|
|
border-bottom: 1px solid #A3A3A3;
|
|
|
|
min-height: 4px;
|
|
|
|
max-height: 4px;
|
|
|
|
background: #f5f5f5 !important;
|
2006-05-31 20:29:46 +00:00
|
|
|
}
|