mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Add column "Rating" in Link Manager, props hakre, fixes #9443
git-svn-id: https://develop.svn.wordpress.org/trunk@11191 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+13
-6
@@ -414,10 +414,6 @@ a.button-secondary {
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
table .vers {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
textarea.all-options, input.all-options {
|
||||
width: 250px;
|
||||
}
|
||||
@@ -2134,7 +2130,8 @@ body.wp-admin {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
td.action-links, th.action-links {
|
||||
td.action-links,
|
||||
th.action-links {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@@ -3018,9 +3015,13 @@ table.fixed {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.fixed .column-rating,
|
||||
.fixed .column-visible {
|
||||
width: 8%;
|
||||
}
|
||||
|
||||
.fixed .column-date,
|
||||
.fixed .column-parent,
|
||||
.fixed .column-visible,
|
||||
.fixed .column-links {
|
||||
width: 10%;
|
||||
}
|
||||
@@ -3062,6 +3063,12 @@ table.fixed {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
table .vers,
|
||||
table .column-visible,
|
||||
table .column-rating {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.icon32 {
|
||||
float: left;
|
||||
height: 36px;
|
||||
|
||||
Reference in New Issue
Block a user