Back to PhocaGalleryRenderProcess class

Method getBoxStyle

protected static
getBoxStyle
()

Method getBoxStyle - Source code

protected static function getBoxStyle()
{
    $o = 'position: absolute; 
		min-width: 430px; top: 20px; right: 20px; 
		color: #555; background: #fff;  
		font-family: sans-serif, arial; font-weight:normal; font-size: 12px; 
		-webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; 
		padding:10px 10px 20px 10px;
		text-align: center;';
    return $o;
}