zotero/chrome/chromeFiles/skin/default/scholar/view.css
David Norton 7f1d3edf69 Editing metadata works.
The metadata and notes panes are aligned along the right side of view.
The CSS and XUL for view.xul are now better structured.
2006-05-31 21:06:16 +00:00

41 lines
No EOL
343 B
CSS

#view-toolbar
{
background: #f5f5f5;
}
#view-toolbar .toggler
{
margin: 4px;
}
#subs
{
width: 400px;
}
.floater
{
position: relative;
margin-top: 10px;
margin-right: 30px;
padding: 5px;
font-size: 12px;
background: #f5f5f5;
width: 400px;
}
#metadata
{
}
#notes
{
height: 100px;
}
#metadata toolbar
{
border-bottom: none;
}