More specific CSS for the dashboard activity widget.
props iammattthomas. see #26028. Built from https://develop.svn.wordpress.org/trunk@26175 git-svn-id: http://core.svn.wordpress.org/trunk@26084 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
10858d38b0
commit
b70b7a0ee1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -952,7 +952,7 @@ a.post-format-icon:hover:before {
|
|||
border-top: 1px solid rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
|
||||
.comments #the-comment-list .alt {
|
||||
#activity-widget .comments #the-comment-list .alt {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3273,55 +3273,56 @@ form.initial-form.quickpress-open input#title {
|
|||
|
||||
/* Dashboard activity widget - Comments */
|
||||
|
||||
#the-comment-list tr.undo, #the-comment-list div.undo {
|
||||
#activity-widget #the-comment-list tr.undo,
|
||||
#activity-widget #the-comment-list div.undo {
|
||||
background: none;
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
#the-comment-list .alternate,
|
||||
#the-comment-list .alt {
|
||||
#activity-widget #the-comment-list .alternate,
|
||||
#activity-widget #the-comment-list .alt {
|
||||
background: none;
|
||||
}
|
||||
|
||||
#the-comment-list .comment {
|
||||
#activity-widget #the-comment-list .comment {
|
||||
background: #f5f5f5;
|
||||
padding: 12px;
|
||||
position: relative;
|
||||
border-top: 1px solid #eeeeee;
|
||||
}
|
||||
|
||||
#the-comment-list img {
|
||||
#activity-widget #the-comment-list img {
|
||||
position: absolute;
|
||||
right: 13px;
|
||||
top: 13px;
|
||||
}
|
||||
|
||||
#the-comment-list .dashboard-comment-wrap {
|
||||
#activity-widget #the-comment-list .dashboard-comment-wrap {
|
||||
padding-right: 63px;
|
||||
}
|
||||
|
||||
#the-comment-list .dashboard-comment-wrap blockquote {
|
||||
#activity-widget #the-comment-list .dashboard-comment-wrap blockquote {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
#the-comment-list .comment-item h4 {
|
||||
#activity-widget #the-comment-list .comment-item h4 {
|
||||
font-size: 13px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
#the-comment-list .comment-item p.row-actions {
|
||||
#activity-widget #the-comment-list .comment-item p.row-actions {
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
|
||||
#the-comment-list .comment-item:first-child {
|
||||
#activity-widget #the-comment-list .comment-item:first-child {
|
||||
border-top: 1px solid #eeeeee;
|
||||
}
|
||||
|
||||
#the-comment-list .unapproved {
|
||||
#activity-widget #the-comment-list .unapproved {
|
||||
background: #f7fcfe;
|
||||
}
|
||||
|
||||
#the-comment-list .unapproved:before {
|
||||
#activity-widget #the-comment-list .unapproved:before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
@ -3332,6 +3333,13 @@ form.initial-form.quickpress-open input#title {
|
|||
width: 4px;
|
||||
}
|
||||
|
||||
#activity-widget #the-comment-list .spam-undo-inside .avatar,
|
||||
#activity-widget #the-comment-list .trash-undo-inside .avatar {
|
||||
margin-left: 20px;
|
||||
position: relative;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/* Browse happy box */
|
||||
|
||||
#dashboard-widgets #dashboard_browser_nag.postbox .inside {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3273,55 +3273,56 @@ form.initial-form.quickpress-open input#title {
|
|||
|
||||
/* Dashboard activity widget - Comments */
|
||||
|
||||
#the-comment-list tr.undo, #the-comment-list div.undo {
|
||||
#activity-widget #the-comment-list tr.undo,
|
||||
#activity-widget #the-comment-list div.undo {
|
||||
background: none;
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
#the-comment-list .alternate,
|
||||
#the-comment-list .alt {
|
||||
#activity-widget #the-comment-list .alternate,
|
||||
#activity-widget #the-comment-list .alt {
|
||||
background: none;
|
||||
}
|
||||
|
||||
#the-comment-list .comment {
|
||||
#activity-widget #the-comment-list .comment {
|
||||
background: #f5f5f5;
|
||||
padding: 12px;
|
||||
position: relative;
|
||||
border-top: 1px solid #eeeeee;
|
||||
}
|
||||
|
||||
#the-comment-list img {
|
||||
#activity-widget #the-comment-list img {
|
||||
position: absolute;
|
||||
left: 13px;
|
||||
top: 13px;
|
||||
}
|
||||
|
||||
#the-comment-list .dashboard-comment-wrap {
|
||||
#activity-widget #the-comment-list .dashboard-comment-wrap {
|
||||
padding-left: 63px;
|
||||
}
|
||||
|
||||
#the-comment-list .dashboard-comment-wrap blockquote {
|
||||
#activity-widget #the-comment-list .dashboard-comment-wrap blockquote {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
#the-comment-list .comment-item h4 {
|
||||
#activity-widget #the-comment-list .comment-item h4 {
|
||||
font-size: 13px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
#the-comment-list .comment-item p.row-actions {
|
||||
#activity-widget #the-comment-list .comment-item p.row-actions {
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
|
||||
#the-comment-list .comment-item:first-child {
|
||||
#activity-widget #the-comment-list .comment-item:first-child {
|
||||
border-top: 1px solid #eeeeee;
|
||||
}
|
||||
|
||||
#the-comment-list .unapproved {
|
||||
#activity-widget #the-comment-list .unapproved {
|
||||
background: #f7fcfe;
|
||||
}
|
||||
|
||||
#the-comment-list .unapproved:before {
|
||||
#activity-widget #the-comment-list .unapproved:before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
@ -3332,6 +3333,13 @@ form.initial-form.quickpress-open input#title {
|
|||
width: 4px;
|
||||
}
|
||||
|
||||
#activity-widget #the-comment-list .spam-undo-inside .avatar,
|
||||
#activity-widget #the-comment-list .trash-undo-inside .avatar {
|
||||
margin-right: 20px;
|
||||
position: relative;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/* Browse happy box */
|
||||
|
||||
#dashboard-widgets #dashboard_browser_nag.postbox .inside {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue