Support source fetching and translated tags while editing posts

(manual only)
This commit is contained in:
Toks
2014-06-07 14:10:02 -04:00
parent f6eb27d3c8
commit 9d47d7f7dd
4 changed files with 40 additions and 3 deletions

View File

@@ -373,6 +373,22 @@ div#c-posts {
color: gray;
}
}
div#source-info {
margin: 1em 0;
padding: 1em;
border: 1px solid gray;
p {
margin: 0;
}
ul {
a {
margin-right: 1em;
}
}
}
}
div#quick-edit-div {