mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-14 22:56:19 +01:00
CSS fixes fir IE: pending comments background, HTML editor buttons padding, text fields line-height, fixes #8771 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10296 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
095e27c43a
commit
02f33500d4
@ -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;
|
||||
}
|
||||
|
@ -435,7 +435,8 @@ textarea.all-options, input.all-options {
|
||||
padding: 2px 4px 0;
|
||||
}
|
||||
|
||||
#ed_toolbar input {
|
||||
#ed_toolbar input,
|
||||
#ed_reply_toolbar input {
|
||||
margin: 3px 1px 4px;
|
||||
line-height: 18px;
|
||||
display: inline-block;
|
||||
@ -450,6 +451,10 @@ textarea.all-options, input.all-options {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#ed_reply_toolbar input {
|
||||
margin: 1px 2px 1px 1px;
|
||||
}
|
||||
|
||||
#quicktags #ed_link,
|
||||
#ed_reply_toolbar #ed_reply_link {
|
||||
text-decoration: underline;
|
||||
@ -2252,19 +2257,7 @@ fieldset {
|
||||
padding: 2px 3px;
|
||||
}
|
||||
|
||||
#replyrow #ed_reply_toolbar input {
|
||||
margin: 1px 2px 1px 1px;
|
||||
min-width: 24px;
|
||||
padding: 3px 4px;
|
||||
font-size: 11px;
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* show/hide settings */
|
||||
|
||||
#screen-meta {
|
||||
position: relative;
|
||||
clear: both;
|
||||
|
Loading…
Reference in New Issue
Block a user