zotero/chrome/chromeFiles/skin/default/scholar/overlay.css
David Norton 1d14c69ad5 [interface] Preliminary drag-and-drop.
1) Items into collections.
  2) Collections into collections.
	Dan S, please check this out, I am getting some exceptions from the data access portion.
[interface] Temporarily, "metadata" pane on the right is not resizable.
2006-06-08 18:42:55 +00:00

71 lines
No EOL
780 B
CSS

vbox #scholar-pane
{
background: #f5f5f5;
min-height: 150px;
padding: 4px;
}
tree #collections-tree
{
min-width: 100px;
max-width: 200px;
}
#scholar-tree-splitter
{
background: #f5f5f5;
}
tree #items-tree
{
}
#scholar-pane toolbar
{
border-bottom: none;
background: #f5f5f5;
height: 24px;
}
#scholar-pane toolbar toolbarbutton
{
}
#scholar-pane toolbar .toggler
{
margin: 4px;
}
#tb-search
{
width: 150px;
}
#scholar-splitter
{
border-top: none;
border-bottom: 1px solid #A3A3A3;
min-height: 4px;
max-height: 4px;
background: #f5f5f5 !important;
}
#scholar-metadata
{
overflow: auto;
}
#scholar-metadata .addremove
{
-moz-border-radius: 8px;
width: 16px;
height: 16px;
}
#scholar-metadata .addremove:hover
{
color: white;
background: #666666;
}