File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ var ConnectionView = View.extend({
1818 hook : 'name'
1919 }
2020 } ,
21- template : '<a class="list-group-item" data-hook="name"></a>' ,
21+ template : '<li class="list-group-item"><a data-hook="name"></a></li >' ,
2222 onClick : function ( event ) {
2323 event . stopPropagation ( ) ;
2424 event . preventDefault ( ) ;
Original file line number Diff line number Diff line change 22 .sidebar.panel
33 .panel-heading ( style ='padding: 10px;' )
44 .panel-title Connections
5- .list-group ( data-hook ='connection-list' , style ='top: 32px;' )
5+ ul .list-group ( data-hook ='connection-list' , style ='top: 32px;' )
66
77 .sidebar-bg
Original file line number Diff line number Diff line change @@ -125,9 +125,11 @@ html, body{
125125.collection-stats-holder {
126126 position : absolute ;
127127 right : 20px ;
128+ text-align : right ;
129+ min-width : 450px ;
128130}
129131.collection-stats {
130- float : left ;
132+ display : inline-block ;
131133 font-weight : 200 ;
132134 list-style : none ;
133135 padding : 0 30px 0 0 ;
You can’t perform that action at this time.
0 commit comments