Some CSS love.
This commit is contained in:
parent
9cebef5a50
commit
1db92e6f2a
1 changed files with 27 additions and 0 deletions
27
ext/forum/style.css
Normal file
27
ext/forum/style.css
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
TABLE#threadPosts {
|
||||||
|
table-layout:fixed;
|
||||||
|
word-wrap:break-word;
|
||||||
|
text-align:left;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
TH#threadHeadUser{
|
||||||
|
width: 15%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
DIV#returnLink{
|
||||||
|
float:left;
|
||||||
|
font-size:150%;
|
||||||
|
}
|
||||||
|
TD.forumUser, TD.forumMessage{
|
||||||
|
vertical-align:top !important; /*Someone, somewhere will hate me*/
|
||||||
|
text-align:left !important; /*Someone, somewhere will hate me*/
|
||||||
|
}
|
||||||
|
DIV.postDate {
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
DIV.deleteLink , DIV.postNumber{
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
|
DIV.postMessage {
|
||||||
|
text-align:left;
|
||||||
|
}
|
Reference in a new issue