admin multi view smaller controller size (use sans serif fonts, less margins ...)

git-svn-id: http://piwigo.org/svn/trunk@20977 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2013-02-23 07:03:50 +00:00
parent a119f00487
commit 695cc68cbe
2 changed files with 11 additions and 3 deletions

View File

@@ -22,8 +22,7 @@ if (!is_admin() or !function_exists('multiview_user_init') )
exit();
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE html">
<?php
$refresh_main = false;
@@ -224,6 +223,15 @@ else
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_pwg_charset() ?>">
<style>
BODY, TABLE {
font-family: sans-serif;
font-size: small;
}
BODY{
margin: 2px;
}
</style>
<title>Controller</title>
</head>