Ticket #14466: 14466.2.diff
File 14466.2.diff, 4.1 KB (added by , 14 years ago) |
---|
-
wp-admin/css/ie.dev.css
60 60 margin: 0; 61 61 } 62 62 63 * html # footer {63 * html #wpfooter { 64 64 margin: 0; 65 65 } 66 66 -
wp-admin/css/global.dev.css
105 105 width: 28px; 106 106 } 107 107 108 # footer {108 #wpfooter { 109 109 clear: both; 110 110 position: relative; 111 111 width: 100%; -
wp-admin/css/wp-admin-rtl.dev.css
722 722 /* no italic 723 723 =================================== */ 724 724 725 #quicktags #ed_em, #ed_reply_toolbar #ed_reply_em, .tablenav .displaying-num, # footer, #footer a, p.help, p.description, span.description, .form-wrap p, #side-sortables .comments-box thead th,725 #quicktags #ed_em, #ed_reply_toolbar #ed_reply_em, .tablenav .displaying-num, #wpfooter, #wpfooter a, p.help, p.description, span.description, .form-wrap p, #side-sortables .comments-box thead th, 726 726 #normal-sortables .comments-box thead th, .howto, .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title, #utc-time, #local-time, form.upgrade .hint, p.install-help, .imgedit-help { 727 727 font-style: normal; 728 728 } -
wp-admin/css/colors-classic.dev.css
567 567 color: #d54e21 !important; 568 568 } 569 569 570 # footer {570 #wpfooter { 571 571 color: #777; 572 572 border-color: #b0c8d7; 573 573 background: #cfdfe9; /* fallback color */ … … 711 711 712 712 #user_info a:link, 713 713 #user_info a:visited, 714 # footer a:link,715 # footer a:visited {714 #wpfooter a:link, 715 #wpfooter a:visited { 716 716 color: #174f69; 717 717 text-decoration: none; 718 718 } 719 719 720 720 #user_info a:hover, 721 # footer a:hover {721 #wpfooter a:hover { 722 722 color: #000; 723 723 text-decoration: underline !important; 724 724 } -
wp-admin/css/colors-fresh.dev.css
567 567 color: #d54e21 !important; 568 568 } 569 569 570 # footer {570 #wpfooter { 571 571 color: #777; 572 572 border-color: #d1d1d1; 573 573 background: #d9d9d9; /* fallback color */ … … 711 711 712 712 #user_info a:link, 713 713 #user_info a:visited, 714 # footer a:link,715 # footer a:visited {714 #wpfooter a:link, 715 #wpfooter a:visited { 716 716 color: #222; 717 717 text-decoration: none; 718 718 } 719 719 720 720 #user_info a:hover, 721 # footer a:hover {721 #wpfooter a:hover { 722 722 color: #000; 723 723 text-decoration: underline !important; 724 724 } -
wp-admin/css/wp-admin.dev.css
3925 3925 21.0 - Admin Footer 3926 3926 ------------------------------------------------------------------------------*/ 3927 3927 3928 # footer {3928 #wpfooter { 3929 3929 margin-top: -46px; 3930 3930 border-top: 1px; 3931 3931 border-style: solid; 3932 3932 } 3933 3933 3934 # footer,3935 # footer a {3934 #wpfooter, 3935 #wpfooter a { 3936 3936 font-size: 12px; 3937 3937 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 3938 3938 font-style: italic; 3939 3939 } 3940 3940 3941 # footer p {3941 #wpfooter p { 3942 3942 margin: 0; 3943 3943 padding: 15px; 3944 3944 line-height: 15px; 3945 3945 } 3946 3946 3947 # footer a {3947 #wpfooter a { 3948 3948 text-decoration: none; 3949 3949 } 3950 3950 3951 # footer a:hover {3951 #wpfooter a:hover { 3952 3952 text-decoration: underline; 3953 3953 } 3954 3954 -
wp-admin/admin-footer.php
16 16 <div class="clear"></div></div><!-- wpcontent --> 17 17 </div><!-- wpwrap --> 18 18 19 <div id=" footer">19 <div id="wpfooter"> 20 20 <p id="footer-left" class="alignleft"><?php 21 21 do_action( 'in_admin_footer' ); 22 22 $upgrade = apply_filters( 'update_footer', '' );