forked from science-ation/science-ation
Fix UI theme
This commit is contained in:
parent
98df775313
commit
9da3896fd7
@ -396,9 +396,10 @@ function send_header($title="", $nav=null, $icon=null, $titletranslated=false)
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title><? //if($title && !$titletranslated) echo i18n($title); else if($title) echo $title; else echo i18n($config['fairname']); ?></title>
|
||||
<link rel="stylesheet" href="<?=$config['SFIABDIRECTORY']?>/theme/<?=$config['theme']?>/jquery-ui-1.7.2.custom.css" type="text/css" media="all" />
|
||||
<link rel="stylesheet" href="<?=$config['SFIABDIRECTORY']?>/theme/new_default/sfiab.css" type="text/css" media="all" />
|
||||
<link rel="stylesheet" href="<?=$config['SFIABDIRECTORY']?>/theme/<?=$config['theme']?>/sfiab.css" type="text/css" media="all" />
|
||||
<link rel="stylesheet" href="<?=$config['SFIABDIRECTORY']?>/tableeditor.css" type="text/css" media="all" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
|
||||
|
||||
@ -409,7 +410,7 @@ function send_header($title="", $nav=null, $icon=null, $titletranslated=false)
|
||||
|
||||
<script type="text/javascript" src="<?=$config['SFIABDIRECTORY']?>/js/jqueryui/1.7.2/jquery-ui.min.js"></script>
|
||||
<script type="text/javascript" src="<?=$config['SFIABDIRECTORY']?>/js/sfiab.js"></script>
|
||||
<script type="text/javascript" src="<?=$config['SFIABDIRECTORY']?>/theme/new_default/theme-script.js"></script>
|
||||
<script type="text/javascript" src="<?=$config['SFIABDIRECTORY']?>/theme/<?=$config['theme']?>/theme-script.js"></script>
|
||||
<script type="text/javascript" src="<?=$config['SFIABDIRECTORY']?>/js/tablesorter/jquery.tablesorter.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
@ -689,10 +690,11 @@ function send_popup_header($title="")
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title><?=i18n($title)?></title>
|
||||
<link rel="stylesheet" href="<?=$config['SFIABDIRECTORY']?>/theme/<?=$config['theme']?>/jquery-ui-1.7.2.custom.css" type="text/css" media="all" />
|
||||
|
||||
<link rel="stylesheet" href="<?=$config['SFIABDIRECTORY']?>/theme/new_default/sfiab.css" type="text/css" media="all" />
|
||||
<link rel="stylesheet" href="<?=$config['SFIABDIRECTORY']?>/theme/<?=$config['theme']?>/sfiab.css" type="text/css" media="all" />
|
||||
<link media=all href="<?=$config['SFIABDIRECTORY']?>/tableeditor.css" type=text/css rel=stylesheet>
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
|
||||
rel="stylesheet">
|
||||
|
@ -465,23 +465,25 @@ div.ui-tabs ul.ui-tabs-nav {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media (max-width: 480px){
|
||||
@media screen and (max-width: 600px) {
|
||||
|
||||
#header{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
#header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#sidebar{
|
||||
display: none;
|
||||
}
|
||||
#sidebar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#menu-toggle-button {
|
||||
display: block;
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
|
||||
}
|
||||
|
||||
#menu-toggle-button{
|
||||
display: block;
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
$theme['name']="Default";
|
||||
$theme['name']="Science-ation";
|
||||
$theme['description']="The default theme";
|
||||
$theme['author']="James Grant <james@lightbox.org>";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user