mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
(theme) remove width boundary for theme icons
This commit is contained in:
parent
805a739a89
commit
f1bb36eee9
@ -444,7 +444,7 @@ function display_login_form()
|
||||
<main class="login-modal-container">
|
||||
<header class="login-modal-head" style="height:55px;">
|
||||
<div class="navbar-brand">
|
||||
<img src="/ui/themes/<?=$g['theme'];?>/build/images/default-logo.png" height="30" width="150"/>
|
||||
<img src="/ui/themes/<?=$g['theme'];?>/build/images/default-logo.png" height="30"/>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
@ -96,8 +96,8 @@
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-header">
|
||||
<a class="navbar-brand" href="/">
|
||||
<img class="brand-logo" src="/ui/themes/{{ui_theme|default('opnsense')}}/build/images/default-logo.png" height="30" width="150"/>
|
||||
<img class="brand-icon" src="/ui/themes/{{ui_theme|default('opnsense')}}/build/images/icon-logo.png" height="30" width="29"/>
|
||||
<img class="brand-logo" src="/ui/themes/{{ui_theme|default('opnsense')}}/build/images/default-logo.png" height="30"/>
|
||||
<img class="brand-icon" src="/ui/themes/{{ui_theme|default('opnsense')}}/build/images/icon-logo.png" height="30"/>
|
||||
</a>
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navigation">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
|
||||
@ -112,8 +112,8 @@ if($need_alert_display == true) {
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-header">
|
||||
<a class="navbar-brand" href="/index.php">
|
||||
<img class="brand-logo" src="/ui/themes/<?=$g['theme'];?>/build/images/default-logo.png" height="30" width="150"/>
|
||||
<img class="brand-icon" src="/ui/themes/<?=$g['theme'];?>/build/images/icon-logo.png" height="30" width="29"/>
|
||||
<img class="brand-logo" src="/ui/themes/<?=$g['theme'];?>/build/images/default-logo.png" height="30"/>
|
||||
<img class="brand-icon" src="/ui/themes/<?=$g['theme'];?>/build/images/icon-logo.png" height="30"/>
|
||||
</a>
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navigation">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user