My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 78 attachment: 01.forum_base.patch (760 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--- templates/forum_base.html 2009-08-05 20:18:34.000000000 +0200
+++ ../../apps/forum/templates/forum_base.html 2009-08-05 20:56:52.000000000 +0200
@@ -74,10 +74,29 @@
display: block;
padding: 4px;
}
-
-#djangoForumThreadPostDetail {
+.djangoForumThreadPostContainer {
+ height: 100%;
+ margin-bottom: -40px;
+ margin-top: -15px;
+}
+#djangoForumThreadPosts tr {
+ vertical-align: top;
+ height: 120px;
+ min-height: 120px;
+}
+#djangoForumThreadPosts td {
+ padding: 10px;
+}
+.djangoForumThreadPostDetail {
width: 20%;
}
+.djangoForumThreadPostDetail p {
+ text-align: center;
+ padding-top: 10px;
+}
+.djangoForumThreadPostDetailTime {
+ font-size: 10px;
+}
.djangoForumPagination {
display: inline;
}
Powered by Google Project Hosting