This commit is contained in:
Diego Najar 2017-07-08 15:53:47 +02:00
parent 34a6535b12
commit 45899d4853
7 changed files with 21 additions and 21 deletions

View File

@ -100,16 +100,16 @@ body {
#bl-navbar img.logo { #bl-navbar img.logo {
height: 25px; height: 25px;
margin-bottom: 6px; margin-bottom: 8px;
margin-left: 15px; margin-left: 22px;
margin-right: 5px; margin-right: 0px;
} }
#bl-navbar a { #bl-navbar a {
color: #fff; color: #fff;
} }
#bl-navbar a.bl-brand { #bl-navbar span.bl-brand {
font-size: 15px; font-size: 15px;
line-height: 35px; line-height: 35px;
text-transform: uppercase; text-transform: uppercase;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 862 B

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -75,8 +75,8 @@ $(document).ready(function() {
<div class="bl-navbar-bg"> <div class="bl-navbar-bg">
<nav id="bl-navbar"> <nav id="bl-navbar">
<img class="logo" src="<?php echo HTML_PATH_ADMIN_THEME ?>img/logo.svg" /> <img id="bludit-logo" class="logo" src="<?php echo HTML_PATH_ADMIN_THEME ?>img/logo.svg" />
<a href="" class="bl-brand">BLUDIT</a> <span class="bl-brand">BLUDIT</span>
<div class="bl-navbar-right"> <div class="bl-navbar-right">
<?php $L->p('Welcome') ?> <?php echo $Login->username() ?> - <?php $L->p('Welcome') ?> <?php echo $Login->username() ?> -

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "1.5.2", "version": "2.0",
"releaseDate": "2016-05-28", "releaseDate": "2017-07-07",
"license": "MIT", "license": "MIT",
"compatible": "1.5.2", "compatible": "2.0",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "1.5.2", "version": "2.0",
"releaseDate": "2016-05-28", "releaseDate": "2017-05-26",
"license": "MIT", "license": "MIT",
"compatible": "1.5.2", "compatible": "2.0",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "1.5.2", "version": "2.0",
"releaseDate": "2016-05-28", "releaseDate": "2017-05-26",
"license": "MIT", "license": "MIT",
"compatible": "1.5.2", "compatible": "2.0",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "1.5.2", "version": "2.0",
"releaseDate": "2016-05-28", "releaseDate": "2017-05-26",
"license": "MIT", "license": "MIT",
"compatible": "1.5.2", "compatible": "2.0",
"notes": "" "notes": ""
} }