From bc0aac55c50260ae1dc26effc6323f37c6acc096 Mon Sep 17 00:00:00 2001 From: bfabiszewski Date: Thu, 25 Jul 2013 23:34:13 +0200 Subject: display comments in popups --- main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main.css') diff --git a/main.css b/main.css index dbcc682..049a5b8 100755 --- a/main.css +++ b/main.css @@ -129,7 +129,7 @@ select { } #popup { width:370px; - height:130px; + min-height:130px; } #popup * { font-family: Roboto, Verdana, sans-serif; @@ -140,6 +140,10 @@ select { padding-bottom: 5px; border-bottom: 1px solid gray; } +#pcomments { + clear: both; + color: #903; +} #pleft,#pright { float:left; padding-top: 5px; -- cgit v1.2.3