- The Combodo logo is now clickable

SVN:trunk[562]
This commit is contained in:
Denis Flaven
2010-07-05 16:26:17 +00:00
parent 899c532c6b
commit 3f84297d82
2 changed files with 7 additions and 6 deletions

View File

@@ -481,7 +481,7 @@ EOF
echo ' </div>';
echo ' </div> <!-- /inner menu -->';
echo ' </div> <!-- /menu -->';
echo ' <div class="footer"><span>iTop by Combodo</span></div>';
echo ' <div class="footer"><a href="http://www.combodo.com" title="www.combodo.com" target="_blank"><img src="../images/logo-combodo.png"/></a></div>';
echo '<!-- End of the left pane -->';
echo '</div>';

View File

@@ -823,12 +823,13 @@ span.ui-icon {
background: url(../images/splitter-bkg.png) repeat-y scroll 0 0 transparent;
width: 16px;
}
div.footer {
height: 123px;
background: url(../images/logo-combodo.png) center no-repeat;
div.footer img {
border: 0;
margin-bottom: 5px;
margin-top: 5px;
}
div.footer > span {
display:none;
div.footer{
text-align:center;
}
#SearchResultsToAdd table.listResults tbody {
height: 300px;