(mvc) put menu style in, should move to theme later on

This commit is contained in:
Ad Schellevis 2015-08-28 12:17:46 +02:00
parent 08c1abe268
commit bf021c59e0

View File

@ -18,6 +18,15 @@
<!-- include (theme) style -->
<link href="/ui/themes/{{ui_theme|default('opnsense')}}/build/css/main.css" media="screen, projection" rel="stylesheet">
<!-- TODO: move to theme style -->
<style>
.menu-level-3-item {
font-size: 90%;
padding-left: 54px !important;
}
</style>
<!-- Favicon -->
<link href="/ui/themes/{{ui_theme|default('opnsense')}}/build/images/favicon.png" rel="shortcut icon">