From 1035309f2cffb6fcf39fd7186145e09589e4f03f Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 11 Feb 2012 08:34:07 +0000 Subject: [PATCH] comment info in the default theme --- themes/default/style.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/themes/default/style.css b/themes/default/style.css index d48d0d33..ea7a6f2a 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -131,7 +131,20 @@ UL { text-align: left; } .comment .info { - display: none; + visibility: hidden; + text-align: center; + padding: 8px; + background: #ACE4A3; + border: 1px solid #7EB977; + position: absolute; + top: 0px; + right: 0px; + z-index: 1; + box-shadow: 0px 0px 4px #000; + border-radius: 4px; +} +.comment:hover .info { + visibility: visible; } .more:after {