Reply to comments from admin, small improvements and fixes, see #7435

git-svn-id: http://svn.automattic.com/wordpress/trunk@8767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-08-29 05:07:40 +00:00
parent d927db8f2d
commit 01a8c764b3
11 changed files with 152 additions and 101 deletions

View File

@@ -780,3 +780,18 @@ table.diff .diff-addedline ins {
#show-settings.show-settings-opened {
border-bottom-color: #14568A;
}
#replydiv {
border-color: #EBEBEB #CCC #CCC #EBEBEB;
background-color: #fff;
}
#replysubmit {
background-color: #EAF3FA;
border-top-color: #ddd;
}
#replyerror {
border-color: #ddd;
background-color: #f8f8f8;
}

View File

@@ -763,3 +763,18 @@ table.diff .diff-addedline ins {
#show-settings.show-settings-opened {
border-bottom-color: #E4F2FD;
}
#replydiv {
border-color: #EBEBEB #CCC #CCC #EBEBEB;
background-color: #fff;
}
#replysubmit {
background-color: #EAF3FA;
border-top-color: #ddd;
}
#replyerror {
border-color: #ddd;
background-color: #f8f8f8;
}