Fixes in admin

This commit is contained in:
Antonio de la Rosa 2025-04-05 00:57:02 +02:00
parent b0881e7267
commit e10b5295bd
6 changed files with 39 additions and 1 deletions

View file

@ -8,5 +8,7 @@ try:
t=PTemplate(env)
wsgi_module=True
except:
pass

View file

@ -1039,6 +1039,7 @@ a.form_button_tab:hover
box-sizing: border-box;
/* border: solid #fff 1px;*/
float:left;
overflow:hidden;
}
@ -1049,6 +1050,7 @@ a.form_button_tab:hover
box-sizing: border-box;
/*border: solid #f00 1px;*/
float:left;
overflow:hidden;
}
@ -1058,6 +1060,7 @@ a.form_button_tab:hover
box-sizing: border-box;
/*border: solid #f00 1px;*/
float:left;
overflow:hidden;
}

View file

@ -17,6 +17,7 @@ if session.get('theme', '0')=='1':
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>${title}</title>
<link href="${make_media_url('css/admin.css', 'admin')}" rel="stylesheet" />
<link href="${make_media_url('css/font-awesome.min.css', 'admin')}" rel="stylesheet" />
<link href="${make_media_url('css/responsive-nav.css', 'admin')}" rel="stylesheet" />