Changeset 5246


Ignore:
Timestamp:
Mar 22, 2010, 10:03:00 AM (14 years ago)
Author:
plg
Message:

move the logo outside the text, to make the text easier to read.

The footer logo was going outside the footer (the footer is 46px in height,
the logo is 45px, it has to be sticked to bottom)

Location:
trunk/admin
Files:
1 added
1 deleted
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/default-layout.css

    r5203 r5246  
    554554  width:100%;
    555555  height:46px;
     556  background: url(images/logo.png) no-repeat bottom left;
    556557  background-color:#464646;
    557558  color:#aaa;
     
    574575#adminHome A {border:none;}
    575576
    576 #piwigoInfos {float:left; margin-left:10px;}
     577#piwigoInfos {float:left; margin-left:100px;}
    577578#pageInfos {float:right; margin-right:10px;}
    578 
    579 .PiwigoLogo { vertical-align: middle; margin-top:-20px; }
    580 #footer A.PiwigoLogo:hover { border-bottom:0px solid #fff; }
    581579
    582580/* TipTip CSS - Version 1.2 */
  • trunk/admin/themes/default/template/footer.tpl

    r5212 r5246  
    2323
    2424  {'Powered by'|@translate}
    25   <a class="PiwigoLogo" href="{$PHPWG_URL}" title="Visit Piwigo project website">
    26   <img class="PiwigoLogo" alt="Piwigo" src="{$ROOT_URL}admin/images/piwigo-logo-simply-45.png"></a>
     25  <a href="{$PHPWG_URL}" title="Visit Piwigo project website">
     26  <span class="Piwigo">Piwigo</span></a>
    2727  {$VERSION}
    2828  | <a class="external" href="{$pwgmenu.WIKI}" title="Read Piwigo Documentation" onclick="window.open(this.href, ''); return false;">{'Documentation'|@translate}</a>
Note: See TracChangeset for help on using the changeset viewer.