mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user