mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Fix #favorite-actions position in IE7, footer position, horizontal scrollbar and expansion of postboxes in IE7, put back Browse Happy, fixes #8280
git-svn-id: https://develop.svn.wordpress.org/trunk@9852 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+9
-19
@@ -818,9 +818,10 @@ a.view-comment-post-link {
|
||||
}
|
||||
|
||||
/* Admin Header */
|
||||
|
||||
#wphead-info {
|
||||
margin: 0 15px;
|
||||
margin: 0 0 0 15px;
|
||||
padding-right: 15px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#user_info {
|
||||
@@ -1181,40 +1182,28 @@ strong .post-com-count {
|
||||
/* end menu stuff */
|
||||
|
||||
/* Admin Footer */
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#footer {
|
||||
word-spacing: .3em;
|
||||
font-size: 12px;
|
||||
margin-top: -47px;
|
||||
margin-top: -45px;
|
||||
}
|
||||
|
||||
#footer #footer-thankyou, #footer #footer-upgrade, #footer #footer-thankyou a, #footer #footer-upgrade a {
|
||||
#footer,
|
||||
#footer a {
|
||||
font-size: 12px;
|
||||
word-spacing: 0;
|
||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#footer #footer-upgrade {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
}
|
||||
|
||||
#footer p {
|
||||
margin: 0;
|
||||
padding: 15px;
|
||||
line-height: 15px;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
text-decoration: none;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#footer p a:hover {
|
||||
#footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@@ -1598,6 +1587,7 @@ table.form-table td .updated {
|
||||
.ui-sortable .postbox .hndle span {
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.ui-sortable .postbox .hndle {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user