edit txt files. keyboard shortcut for share tools

This commit is contained in:
ville rantanen
2018-07-20 21:29:11 +03:00
parent b53418b53f
commit 7d123db05f
7 changed files with 158 additions and 5 deletions

View File

@@ -219,6 +219,21 @@ tr:nth-child(odd) {
word-wrap: break-word;
}
.edit_form {
display: inline-block;
}
.edit_form_submit {
display: inline-block;
margin-left: 1em;
background-color: inherit;
border: none;
color: var(--text-color);
text-align: center;
text-decoration: underline;
cursor: pointer;
}
/* index */
#index_title {