mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
CSS fixes fir IE: pending comments background, HTML editor buttons padding, text fields line-height, fixes #8771
git-svn-id: https://develop.svn.wordpress.org/trunk@10295 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -621,7 +621,9 @@ li.widget-list-control-item h4,
|
||||
border-right-color: #ccc;
|
||||
}
|
||||
|
||||
#the-comment-list .unapproved {
|
||||
#the-comment-list .unapproved,
|
||||
#the-comment-list .unapproved th,
|
||||
#the-comment-list .unapproved td {
|
||||
background-color: #ffffe0;
|
||||
}
|
||||
|
||||
|
||||
@@ -621,7 +621,9 @@ li.widget-list-control-item h4,
|
||||
border-right-color: #ccc;
|
||||
}
|
||||
|
||||
#the-comment-list .unapproved {
|
||||
#the-comment-list .unapproved,
|
||||
#the-comment-list .unapproved th,
|
||||
#the-comment-list .unapproved td {
|
||||
background-color: #ffffe0;
|
||||
}
|
||||
|
||||
|
||||
@@ -179,6 +179,10 @@ ul#adminmenu {
|
||||
}
|
||||
/* end Inline Editor */
|
||||
|
||||
input {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
* html .row-actions {
|
||||
visibility: visible;
|
||||
}
|
||||
@@ -273,7 +277,8 @@ form#template div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#ed_toolbar input {
|
||||
#ed_toolbar input,
|
||||
#ed_reply_toolbar input {
|
||||
overflow: visible;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user