mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Made status dropdowns radio boxes, more moderation cleanups. Edit section now clean.
git-svn-id: https://develop.svn.wordpress.org/trunk@560 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+19
-1
@@ -35,7 +35,7 @@ h2 {
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
li {
|
||||
@@ -197,6 +197,24 @@ textarea, input, select {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#post label.selectit {
|
||||
background-color: #eee;
|
||||
padding: 0 2px;
|
||||
display: block;
|
||||
margin-bottom: 1px;
|
||||
border-bottom: 1px solid #666;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#post label.selectit:hover {
|
||||
background-color: #dadada;
|
||||
}
|
||||
|
||||
label input {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#profile {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user