Finishing touches on the admin footer.
git-svn-id: https://develop.svn.wordpress.org/trunk@9284 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c92ac3b6d2
commit
f2f9e897b8
@ -16,7 +16,7 @@
|
|||||||
<p><?php
|
<p><?php
|
||||||
do_action('in_admin_footer', '');
|
do_action('in_admin_footer', '');
|
||||||
$upgrade = apply_filters( 'update_footer', '' );
|
$upgrade = apply_filters( 'update_footer', '' );
|
||||||
echo '<span id="footer-thankyou">' . __('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>').'</span> | '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' | '.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>').' <span id="footer-upgrade">'.$upgrade . '</span>';
|
echo '<span id="footer-thankyou">' . __('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.').'</span> | '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' | '.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>').' <span id="footer-upgrade">'.$upgrade . '</span>';
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -942,7 +942,8 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
font: 12px Georgia, "Times New Roman", Times, serif;
|
word-spacing: .3em;
|
||||||
|
font-size: 11px;
|
||||||
clear: both;
|
clear: both;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
margin-top: -45px;
|
margin-top: -45px;
|
||||||
@ -950,18 +951,20 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footer #footer-thankyou, #footer #footer-upgrade {
|
#footer #footer-thankyou, #footer #footer-upgrade {
|
||||||
|
font-size: 12px;
|
||||||
|
word-spacing: 0;
|
||||||
|
font-family: Georgia, "Times New Roman", Times, serif;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer #footer-upgrade {
|
#footer #footer-upgrade {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 12px;
|
|
||||||
right: 15px;
|
right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer p {
|
#footer p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 17px 0 7px 15px;
|
padding: 15px 0 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer p a {
|
#footer p a {
|
||||||
|
Loading…
Reference in New Issue
Block a user