zotero/chrome/chromeFiles/skin/default/scholar/overlay.css
David Norton c42991a5bf Metadata now is much more compact when not being edited.
Close buttons on the Metadata and Notes.

The Collections list no longer throws an exception when the header is clicked.
More minor interface improvements.
2006-06-02 23:05:24 +00:00

100 lines
No EOL
1 KiB
CSS

vbox #scholar-pane
{
background: #f5f5f5;
min-height: 150px;
padding: 4px;
}
tree #folders-tree
{
min-width: 100px;
max-width: 200px;
}
#scholar-tree-splitter
{
background: #f5f5f5;
}
tree #items-tree
{
}
#scholar-toolbar
{
border-bottom: none;
background: #f5f5f5;
}
#scholar-toolbar toolbarbutton
{
}
#scholar-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-floater
{
position: fixed;
bottom: 0px;
right: 0px;
margin-bottom: 30px;
margin-right: 30px;
font-size: 12px;
width: 400px;
max-width: 400px;
}
#scholar-floater vbox
{
border: 1px solid #a5a5a5;
background: #f5f5f5;
width: 400px;
max-width: 400px;
}
#scholar-floater vbox:first-child
{
margin-bottom: 5px;
}
#scholar-metadata
{
}
#metadata-toolbar
{
border-bottom: none;
}
#scholar-metadata .addremove
{
font-weight: bold;
}
#scholar-notes
{
height: 100px;
}