From e5dbf4240e48024c5016dd94e9fb01ac4033d9f0 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Thu, 20 Jun 2013 18:41:24 -0400 Subject: [PATCH] Hide the popover title area if it is empty. This makes our popovers-as-menus look a bit better. (imported from commit 53b8be0a4f16fc7a7884b3fcb276a9ab85fe6f24) --- zephyr/static/styles/zephyr.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index bf457104bf..ee3d1be596 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -1257,6 +1257,10 @@ table.floating_recipient { line-height: inherit; } +.popover-title:empty { + display: none; +} + .popover_info { text-align: center; }