Commit 84bd56156aecbaede79ec372509d1e44a46452b3

  • avatar
  • arvind
  • Wed Sep 03 20:08:26 IST 2014
Collapse user and tags div after user clicks on a entry.
Remove href from tags and user entries.
Adding a class to make the cursor a pointer when a user hovers over
entries.
  
147147.nav-btn {
148148 margin-left: 10px;
149149}
150
150151#tag-cloud {
151152 display: none;
152153}
154
153155#gallery {
154156 margin-top: 10em;
155157}
158
156159#tags-tag-cloud svg {
157160 position: absolute;
158161 left:100px;
163163 height:100%;
164164 width: 100%;
165165}
166
166167#user-tag-cloud svg {
167168 position: absolute;
168169 height:100%;
169170 top: 40em;
170171 left:100px;
171172 width: 100%
173}
174
175.mCursor {
176 cursor: pointer;
172177}
173178
174179.spinner {
  
800800 }, 1000);
801801 },
802802 setUp: function() {
803 $("#tag-list").collapse('hide');
804 $("#user-list").collapse('hide');
803805 if(!$(this.el).is(':visible')) {
804806 $(this.el).show();
805807 }
  
416416 <script type="text/template" id="linked-data-list-template">
417417 <li class="list-group-item">
418418 <span class="badge"> <%= weight %> </span>
419 <a href="#"><p><%= who %></p></a>
419 <a class="mCursor"><p><%= who %></p></a>
420420 </li>
421421 </script>
422422 <script type="text/template" id="loader-template">