Made forum posting possible.
It has some limitations, though, as ForumTopic.last_post and ForumTopicGroup.last_post is not updated automagically...
This commit is contained in:
@@ -140,7 +140,7 @@ h3 a {
|
||||
}
|
||||
|
||||
.forum-lista tbody tr.odd td {
|
||||
background-color: #001144;
|
||||
background-color: #060c16;
|
||||
}
|
||||
|
||||
.forum-lista tbody tr.even td {
|
||||
@@ -179,3 +179,42 @@ h3 a {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
td.uj-post {
|
||||
}
|
||||
|
||||
td.uj-post textarea {
|
||||
width: 500px;
|
||||
background-color: #000000;
|
||||
color: #3366ff;
|
||||
border-style: solid;
|
||||
border-color: #3366ff;
|
||||
border-width: 0 0 2px 0;
|
||||
height: 15em;
|
||||
}
|
||||
|
||||
td.uj-post p {
|
||||
clear: both;
|
||||
float: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
td.uj-post p .eszkoztar {
|
||||
float: left;
|
||||
}
|
||||
|
||||
td.uj-post p .kuldes-gomb {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.u {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.b {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.i {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user