]> git.babelmonkeys.de Git - socialXMPP.git/blobdiff - css/standard.css
Fix chat bubbles
[socialXMPP.git] / css / standard.css
index b6c3b8e27a9f8a23a3fd48ab41fb0e753f4973db..64607c84316725a9d125e6a1e774cb0646a3239c 100644 (file)
@@ -7,9 +7,18 @@
 }
 
 #vCard_container {
-  float: left;
   display: none;
-  margin: 1em;
+  position: fixed;
+  height: 100%;
+  width: 100%;
+}
+
+#vCard {
+  background: white;
+  text-align: center;
+  margin: 2em auto;
+  width: 50%;
+  overflow: auto;
 }
 
 #ownInfo {
   float: left;
 }
 
+#box-overlay {
+  background: black;
+  opacity: 0.8;
+  width: 100%;
+  height: 100%;
+  position: fixed;
+  top: 0;
+  left: 0;
+  display: none;
+}
+
 .vCardName {
   font-weight: bold;
 }
@@ -52,7 +72,7 @@
 }
 
 .chat {
-  position: fixed;
+  position: absolute;
   background-color: white;
   width: 30%;
   padding: 1em;
@@ -67,3 +87,8 @@
   font-size: 15pt;
   font-weight: bold;
 }
+
+.noMarker {
+  list-style-type: none;
+  display: inline;
+}