From: David ‘Bombe’ Roden Date: Wed, 22 Jun 2011 19:36:38 +0000 (+0200) Subject: Add context menues when hovering over avatar images. X-Git-Tag: 0.6.6^2~52 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=3fd7b8594c097f1448fe84f47f579fc9c85aaa25 Add context menues when hovering over avatar images. This fixes #191. --- 3fd7b8594c097f1448fe84f47f579fc9c85aaa25 diff --cc src/main/resources/static/css/sone.css index 1ca51ae,96ca0d3..13aa26e --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@@ -265,13 -293,16 +293,17 @@@ textarea font-weight: bold; } + #sone .post .author-wot-link { + font-size: 90%; + } + -#sone .post .text, #sone .post .raw-text { +#sone .post .text, #sone .post .raw-text, #sone .post .short-text { display: inline; white-space: pre-wrap; + word-wrap: break-word; } -#sone .post .text.hidden, #sone .post .raw-text.hidden { +#sone .post .text.hidden, #sone .post .raw-text.hidden, #sone .post .short-text.hidden { display: none; }