Moved status to right; altered color, shape, and size
This commit is contained in:
parent
a6f6ce3c1f
commit
9a59b58013
@ -1,42 +1,38 @@
|
|||||||
.post-state {
|
.post-state {
|
||||||
background: #999999;
|
background: #999999;
|
||||||
border-radius: 2px;
|
border-radius: 10px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 400;
|
font-weight: normal;
|
||||||
margin: -1px 10px 5px 0;
|
margin: -1px 10px 5px 10px;
|
||||||
padding: 1px 5px;
|
padding: 1px 5px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
float: right;
|
||||||
|
width: 120px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.admin-color-fresh .post-state {
|
|
||||||
background: #333333;
|
.status-future .post-state {
|
||||||
|
background: #2a8991;
|
||||||
}
|
}
|
||||||
.admin-color-light .post-state {
|
.status-private .post-state {
|
||||||
background: #888888;
|
background: #667;
|
||||||
}
|
}
|
||||||
.admin-color-blue .post-state {
|
.post-password-required .post-state {
|
||||||
background: #4796b3;
|
background: #912a46;
|
||||||
}
|
}
|
||||||
.admin-color-coffee .post-state {
|
.status-draft .post-state {
|
||||||
background: #59524c;
|
background: #999;
|
||||||
}
|
}
|
||||||
.admin-color-ectoplasm .post-state {
|
.status-sticky .post-state {
|
||||||
background: #523f6d;
|
background: #2a3491;
|
||||||
}
|
}
|
||||||
.admin-color-midnight .post-state {
|
|
||||||
background: #363b3f;
|
.row-actions {
|
||||||
}
|
padding: 4px 0 0 0;
|
||||||
.admin-color-ocean .post-state {
|
|
||||||
background: #627c83;
|
|
||||||
}
|
|
||||||
.admin-color-sunrise .post-state {
|
|
||||||
background: #cf4944;
|
|
||||||
}
|
}
|
||||||
td.post-title strong,
|
td.post-title strong,
|
||||||
td.page-title strong {
|
td.page-title strong {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
.row-actions {
|
|
||||||
padding: 4px 0 0 0;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user