changeset 49:dd7ed8307cd5

fixed layout of everyone tab
author Atul Varma <avarma@mozilla.com>
date Sat, 26 Jun 2010 18:32:15 -0700
parents 22da6fc3596c
children 21204348ce6e
files static-files/index.html
diffstat 1 files changed, 2 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/static-files/index.html	Sat Jun 26 18:21:17 2010 -0700
+++ b/static-files/index.html	Sat Jun 26 18:32:15 2010 -0700
@@ -102,20 +102,14 @@
     position: relative;
   }
 
-  .attendee .headshot {
-    position: absolute;
-    top: 0px;
-    left: 0px;
-  }
-
   .attendee .headshot img {
     width: 48px;
     height: 48px;
   }
 
   .attendee .text-info {
-    position: absolute;
-    top: 0px;
+    position: relative;
+    top: -52px;
     left: 52px;
   }