Hide the popover title area if it is empty.

This makes our popovers-as-menus look a bit better.

(imported from commit 53b8be0a4f16fc7a7884b3fcb276a9ab85fe6f24)
This commit is contained in:
Waseem Daher 2013-06-20 18:41:24 -04:00
parent 6cc45b89b1
commit e5dbf4240e
1 changed files with 4 additions and 0 deletions

View File

@ -1257,6 +1257,10 @@ table.floating_recipient {
line-height: inherit;
}
.popover-title:empty {
display: none;
}
.popover_info {
text-align: center;
}