wip
This commit is contained in:
+23
-20
@@ -494,7 +494,6 @@ form#tags-filter {
|
||||
#post-body .misc-pub-response-to:before,
|
||||
#post-body .misc-pub-comment-status:before {
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: never;
|
||||
display: inline-block;
|
||||
margin-right: -1px;
|
||||
padding-left: 3px;
|
||||
@@ -505,37 +504,37 @@ form#tags-filter {
|
||||
|
||||
#post-body .misc-pub-post-status:before,
|
||||
#post-body .misc-pub-comment-status:before {
|
||||
content: "\f173";
|
||||
content: "\f173" / '';
|
||||
}
|
||||
|
||||
#post-body #visibility:before {
|
||||
content: "\f177";
|
||||
content: "\f177" / '';
|
||||
}
|
||||
|
||||
.curtime #timestamp:before {
|
||||
content: "\f145";
|
||||
content: "\f145" / '';
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
#post-body .misc-pub-uploadedby:before {
|
||||
content: "\f110";
|
||||
content: "\f110" / '';
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
#post-body .misc-pub-uploadedto:before {
|
||||
content: "\f318";
|
||||
content: "\f318" / '';
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
#post-body .misc-pub-revisions:before {
|
||||
content: "\f321";
|
||||
content: "\f321" / '';
|
||||
}
|
||||
|
||||
#post-body .misc-pub-response-to:before {
|
||||
content: "\f101";
|
||||
content: "\f101" / '';
|
||||
}
|
||||
|
||||
#timestampdiv {
|
||||
@@ -1204,7 +1203,6 @@ form#tags-filter {
|
||||
margin-left: 7px;
|
||||
color: #dcdcde;
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: never;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
@@ -1231,43 +1229,43 @@ label.post-format-icon {
|
||||
}
|
||||
|
||||
.post-format-icon.post-format-standard::before {
|
||||
content: "\f109";
|
||||
content: "\f109" / '';
|
||||
}
|
||||
|
||||
.post-format-icon.post-format-image::before {
|
||||
content: "\f128";
|
||||
content: "\f128" / '';
|
||||
}
|
||||
|
||||
.post-format-icon.post-format-gallery::before {
|
||||
content: "\f161";
|
||||
content: "\f161" / '';
|
||||
}
|
||||
|
||||
.post-format-icon.post-format-audio::before {
|
||||
content: "\f127";
|
||||
content: "\f127" / '';
|
||||
}
|
||||
|
||||
.post-format-icon.post-format-video::before {
|
||||
content: "\f126";
|
||||
content: "\f126" / '';
|
||||
}
|
||||
|
||||
.post-format-icon.post-format-chat::before {
|
||||
content: "\f125";
|
||||
content: "\f125" / '';
|
||||
}
|
||||
|
||||
.post-format-icon.post-format-status::before {
|
||||
content: "\f130";
|
||||
content: "\f130" / '';
|
||||
}
|
||||
|
||||
.post-format-icon.post-format-aside::before {
|
||||
content: "\f123";
|
||||
content: "\f123" / '';
|
||||
}
|
||||
|
||||
.post-format-icon.post-format-quote::before {
|
||||
content: "\f122";
|
||||
content: "\f122" / '';
|
||||
}
|
||||
|
||||
.post-format-icon.post-format-link::before {
|
||||
content: "\f103";
|
||||
content: "\f103" / '';
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
@@ -1380,6 +1378,11 @@ p.description code {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
p.description code,
|
||||
.form-wrap p code {
|
||||
color: #50575e;
|
||||
}
|
||||
|
||||
.form-wrap .form-field {
|
||||
margin: 1em 0;
|
||||
padding: 0;
|
||||
@@ -1998,7 +2001,7 @@ table.links-table {
|
||||
}
|
||||
|
||||
.misc-pub-section {
|
||||
padding: 20px 10px;
|
||||
padding: 12px 10px;
|
||||
}
|
||||
|
||||
#delete-action,
|
||||
|
||||
Reference in New Issue
Block a user