Switch to the new logo

This commit is contained in:
Fedor A. Fetisov 2013-10-30 20:09:38 +04:00
parent 5fd1b69135
commit 35cd7c6e67
5 changed files with 6 additions and 2 deletions

View File

@ -130,7 +130,7 @@ a {
height: 32px; height: 32px;
margin: 0px -2px 10px 0px; margin: 0px -2px 10px 0px;
padding-top: 10px; padding-top: 10px;
padding-bottom: 5px; padding-bottom: 10px;
background: url(images/graydot.gif) repeat-x left bottom; background: url(images/graydot.gif) repeat-x left bottom;
display: block; display: block;
} }
@ -144,6 +144,10 @@ img.left {
margin-right: 15px; margin-right: 15px;
} }
img.logo {
margin-top: 2px;
}
#header h1 { #header h1 {
font-size: 2em; font-size: 2em;
line-height: 32px; line-height: 32px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 796 B

BIN
src/mibew/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -37,7 +37,7 @@ $isrtl = getlocal("localedirection") == 'rtl';
<div id="<?php echo (isset($page) && isset($page['fixedwrap'])) ? "fixedwrap" : (function_exists('tpl_menu') ? "wrap700" : "wrap400" )?>" class="l<?php echo getlocal("localedirection") ?>"> <div id="<?php echo (isset($page) && isset($page['fixedwrap'])) ? "fixedwrap" : (function_exists('tpl_menu') ? "wrap700" : "wrap400" )?>" class="l<?php echo getlocal("localedirection") ?>">
<div id="header"> <div id="header">
<div id="title"> <div id="title">
<h1><img src="<?php echo $mibewroot ?>/images/logo.gif" alt="" width="32" height="32" class="left" /> <h1><img src="<?php echo $mibewroot ?>/images/logo.png" alt="" width="32" height="32" class="left logo" />
<a href="#"><?php echo isset($page['headertitle']) ? $page['headertitle'] : $page['title'] ?></a></h1> <a href="#"><?php echo isset($page['headertitle']) ? $page['headertitle'] : $page['title'] ?></a></h1>
</div> </div>
<?php if(isset($page) && isset($page['operator'])) { ?> <?php if(isset($page) && isset($page['operator'])) { ?>