librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1245] updated from dev


From: Matt Lee
Subject: [Librefm-commits] [1245] updated from dev
Date: Wed, 06 May 2009 22:31:19 +0000

Revision: 1245
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1245
Author:   mattl
Date:     2009-05-06 22:31:18 +0000 (Wed, 06 May 2009)
Log Message:
-----------
updated from dev

Modified Paths:
--------------
    branches/stable/nixtape/themes/librefm/alpha.css

Modified: branches/stable/nixtape/themes/librefm/alpha.css
===================================================================
--- branches/stable/nixtape/themes/librefm/alpha.css    2009-05-06 21:30:57 UTC 
(rev 1244)
+++ branches/stable/nixtape/themes/librefm/alpha.css    2009-05-06 22:31:18 UTC 
(rev 1245)
@@ -62,7 +62,7 @@
        float:left;
        font-weight:bold;
        text-align:right;
-    width: 10em;
+    width: 11em;
 }
 div#invite form fieldset label span,
 div#register form fieldset label span,
@@ -71,7 +71,7 @@
        display:block;
        font-weight:normal;
        text-align:right;
-       font-size: 77%;
+       font-size: 60%;
 }
 div#invite form fieldset input,
 div#register form fieldset input,
@@ -114,21 +114,15 @@
 ul#recenttracks.listcloud li { height: 3.4em; }
 /* Users */
 .user .fn , .group .fn {
-    margin-bottom: .3em;
     font-size: 93%;
 }
-.avatar {
+.avatar img {
     max-height: 96px;
     max-width: 96px;
     min-height: 32px;
     min-width: 32px;
-    float: left;
-    margin: .3em;
 }
 
-.user .avatar img.photo, 
-.group .avatar img.photo{ max-width:96px; }
-
 .user .bio,
 .group .bio {
 }
@@ -213,13 +207,41 @@
     -moz-border-radius-topleft:8px;
     -moz-border-radius-topright:8px;
     background-color: #EEE;
-    padding: .4em .4em 0 .1em;
+    padding: .5em;
+    position: relative;
+    margin-bottom: .5em;
+    border: 1px solid #666;
 }
 
 .group {
        background-color: #DDF;
+       border: 1px solid #339;
 }
 
+.user dl, .group dl
+{
+       margin: 0 0 0 76px;
+       min-height: 64px;
+}
+
+.user dt, .group dt
+{
+       margin: 0 0 0.1em 0;
+}
+
+.user dd, .group dd
+{
+       margin: 0;      
+}
+
+.user .avatar img, .group .avatar img
+{
+       position: absolute;
+       top: 8px;
+       left: 8px;
+       border: 1px solid black;
+}
+
 .vcard .edit { float:right; }
 
 #chooser { position: relative; }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]