Badges on separate line
authorCharles Connell <charles@connells.org>
Thu, 23 Jan 2014 16:49:10 +0000 (11:49 -0500)
committerCharles Connell <charles@connells.org>
Thu, 23 Jan 2014 16:50:06 +0000 (11:50 -0500)
karmaworld/assets/css/dashboard.css
karmaworld/templates/user_profile.html

index 4e17480bddf3d38e0abc2624d486c73fd32e5972..4c856879f659d69b404ece049aa8e96b3f63a3b5 100644 (file)
@@ -8,7 +8,7 @@
 /* STATS */
 #stats_container
 {
-  height: 180px;
+  height: 210px;
   margin-bottom: 20px;
 }
 
index 5c6755961194fe8552e7fa5ccba50d501da287ec..78c9921ddd664f862db09581955be452812069a9 100644 (file)
@@ -17,7 +17,7 @@
         <div class="small-10 columns small-centered center header_title">
           {% user_display user %}
           {% if badge %}
-            <span class="badge">{{ badge }}</span>
+            <br/><span class="badge">{{ badge }}</span>
           {% endif %}
       </div>
         </div>
@@ -60,7 +60,7 @@
         </div>
       </div>
 
-      {% if not user.note_set.all %}
+      {% if not object_list %}
         <div class="row">
           <div id="no_activity" class="small-10 columns small-centered center">
             <h4>Nothing to show here yet.</h4>