mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-14 22:00:23 +00:00
Hide actions in management tables, show on hover; improve comments table; fix "Configure" link position on dashboard, fixes #8386
git-svn-id: https://develop.svn.wordpress.org/trunk@9934 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -79,10 +79,8 @@ div.postbox div.inside {
|
||||
|
||||
#dashboard-widgets h3 a {
|
||||
text-decoration: underline;
|
||||
float: right;
|
||||
position: relative;
|
||||
right: 5px;
|
||||
top: -12px;
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
#dashboard-widgets h4 {
|
||||
@@ -272,8 +270,8 @@ div.postbox div.inside {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#the-comment-list .comment-item p.comment-actions {
|
||||
margin: 3px 0 0 0;
|
||||
#the-comment-list .comment-item p.row-actions {
|
||||
margin: 3px 0 0;
|
||||
padding: 0;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
@@ -327,7 +327,7 @@ h6 {
|
||||
}
|
||||
|
||||
.widefat td {
|
||||
padding: 5px 7px;
|
||||
padding: 7px 7px 5px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
@@ -397,8 +397,8 @@ h6 {
|
||||
|
||||
.wrap h2 {
|
||||
font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
margin: 13px 0 0 0;
|
||||
padding: 0 15px 1px 0;
|
||||
margin: 0;
|
||||
padding: 15px 15px 3px 0;
|
||||
line-height: 35px;
|
||||
text-shadow: rgba(255,255,255,1) 0px 1px 0px;
|
||||
}
|
||||
|
||||
@@ -55,7 +55,10 @@ div#dashboard-widgets {
|
||||
#dashboard_plugins h3.hndle {
|
||||
direction: rtl;
|
||||
}
|
||||
#dashboard_incoming_links ul li, #dashboard_secondary ul li, #dashboard_primary ul li, p.comment-actions {
|
||||
#dashboard_incoming_links ul li,
|
||||
#dashboard_secondary ul li,
|
||||
#dashboard_primary ul li,
|
||||
p.row-actions {
|
||||
width: 100%;
|
||||
}
|
||||
#favorite-inside {
|
||||
|
||||
@@ -179,6 +179,15 @@ ul#adminmenu {
|
||||
}
|
||||
/* end Inline Editor */
|
||||
|
||||
* html .row-actions {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
#dashboard-widgets h3 a {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
#titlediv #title {
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user