Author | zPlus <-> 2016-03-18 15:03:29 |
Committer | zPlus <-> 2016-03-18 15:03:29 |
Commit | 2bfea4d (patch) |
Tree | d4c8c99 |
Parent(s) |
-rw-r--r-- | css/freepost.css | 10 | ||
-rw-r--r-- | template/index.twig | 4 |
index 41bbdb3..bdb56c1 | |||
old size: 9K - new size: 9K | |||
@@ -134,6 +134,8 @@ html, body | |||
134 | 134 | .content .posts .post > .info | |
135 | 135 | { | |
136 | 136 | color: #666; | |
137 | + | margin: .5em 0; | |
138 | + | opacity: .7; | |
137 | 139 | } | |
138 | 140 | ||
139 | 141 | /* New submission */ | |
@@ -205,19 +207,18 @@ html, body | |||
205 | 207 | { | |
206 | 208 | color: #CD006B; | |
207 | 209 | font-size: .8em; | |
210 | + | padding: 0 1em 0 0; | |
208 | 211 | } | |
209 | 212 | ||
210 | 213 | .content > .post > .comments > .comment .info | |
211 | 214 | { | |
212 | 215 | font-size: .9em; | |
213 | - | padding: 0 0 0 .5em; | |
214 | 216 | } | |
215 | 217 | ||
216 | 218 | .content > .post > .comments > .comment .info .username > a, | |
217 | 219 | .content > .post > .comments > .comment .info .username > a:hover | |
218 | 220 | { | |
219 | 221 | font-weight: bold; | |
220 | - | padding: 0em 0.5em; | |
221 | 222 | } | |
222 | 223 | ||
223 | 224 | .content > .post > .comments > .comment > .info .op > a, | |
@@ -232,6 +233,11 @@ html, body | |||
232 | 233 | text-decoration: none; | |
233 | 234 | } | |
234 | 235 | ||
236 | + | .content > .post > .comments > .comment .info > .vote | |
237 | + | { | |
238 | + | margin: 0 1em; | |
239 | + | } | |
240 | + | ||
235 | 241 | /* User home page */ | |
236 | 242 | .content table.user | |
237 | 243 | { |
index d69d2d6..4c612e0 | |||
old size: 1K - new size: 1K | |||
@@ -28,8 +28,8 @@ | |||
28 | 28 | %} | |
29 | 29 | ||
30 | 30 | <em><a href="post/{{ post.hashId }}">{{ post.created|ago }}</a></em> | |
31 | - | by <a href="{{ ('user/' ~ post.username)|docroot }}">{{ post.username }}</a> • | |
32 | - | ||
31 | + | by <a href="{{ ('user/' ~ post.username)|docroot }}">{{ post.username }}</a> | |
32 | + | — | |
33 | 33 | <a href="post/{{ post.hashId }}#comments">{{ post.commentsCount ? post.commentsCount }} comments</a> | |
34 | 34 | </div> | |
35 | 35 | </div> |