added: "edit" button on threads

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@616 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-06-30 19:56:32 +00:00
parent 16bb238518
commit d9f5fbaf04
6 changed files with 35 additions and 3 deletions

View File

@@ -590,6 +590,13 @@ border-radius: 8px;
}
div.threadbox a.threadedit {
margin: 0.5em 0 0 0;
float: right;
font-size: 0.8em;
}
table.forum {
border: 1px solid #D1D1E1;
}