Add vCard template
[squirrelmail.git] / templates / default / stylesheet.tpl
index dddc4c7fbc722da5a90c5ecb33452548b63b86ac..6f57fa0b8d8f95a5a77396ae15f5dc09882198e1 100644 (file)
@@ -734,3 +734,23 @@ tr.odd  {
     border: 1px solid <?php echo $color[9]; ?>;
 }
 
+#vCard  {
+    text-align: center;
+}
+
+#vCard  table   {
+    margin-left: auto;
+    margin-right: auto;
+    margin-top: 10px;
+    margin-bottom: 10px;
+}
+
+#vCard  td.fieldName   {
+    text-align: <?php echo SQM_ALIGN_RIGHT; ?>;
+    font-weight: bold;
+    vertical-align: top;
+}
+
+#vCard  td.fieldValue   {
+    text-align: <?php echo SQM_ALIGN_LEFT; ?>;
+}
\ No newline at end of file