Newer
Older
Digital_Repository / OARiNZ / DIY / deb_package / eprints-3.0 / lib / static / style / auto / preview.css

/* 
   Styles for the file preview popup.

   ep_preview_*

*/


.ep_preview
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;	
}

.ep_preview table
{
	border: solid 1px black;
	background-color: white;
	padding: 4px;
	margin: auto;
}

.ep_preview_title
{
	padding-top: 3px;
	text-align: center;
}