diff public/libervia.css @ 242:a25aa882e09a

browser_side: add context menu for contact: - for now only when a blog exists on the current libervia's server - retrieve the server domain with the bridge method getNewAccountDomain - getNewAccountDomain is also used to display the current libervia domain in the dialogs (new contact default domain, messages for invalid contact or group)
author souliane <souliane@mailoo.org>
date Fri, 18 Oct 2013 11:14:55 +0200
parents 86055ccf69c3
children 0e7f3944bd27
line wrap: on
line diff
--- a/public/libervia.css	Tue Oct 15 13:36:51 2013 +0200
+++ b/public/libervia.css	Fri Oct 18 11:14:55 2013 +0200
@@ -453,6 +453,14 @@
     padding: 3px 10px 3px 10px;
 }
 
+.contact-menu {
+    font-size: 1em;
+    margin-top: 3px;
+    padding: 3px 10px 3px 10px;
+    border-radius: 5px;
+	background-color: rgb(175, 175, 175);
+}
+
 .contactConnected {
     color: #3c7e0c;
     font-weight: bold;