mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
QE fixes: don't display-filter titles, show QE for newly added cats and tags, fixes #8146
git-svn-id: https://develop.svn.wordpress.org/trunk@9606 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-14
@@ -348,7 +348,7 @@ form p.submit .cancel:hover {
|
||||
}
|
||||
|
||||
a.button {
|
||||
padding: 4px 8px;
|
||||
padding: 3px 8px;
|
||||
}
|
||||
|
||||
#doaction,
|
||||
@@ -1721,19 +1721,6 @@ table.form-table td .updated {
|
||||
width: 16em;
|
||||
}
|
||||
|
||||
#edit-slug-buttons a.save {
|
||||
padding: 6px 4px;
|
||||
margin-right: 4px;
|
||||
text-decoration: none;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.postarea h3 label {
|
||||
float: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user