mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
- The Combodo logo is now clickable
SVN:trunk[562]
This commit is contained in:
@@ -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>';
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user