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({
18
18
hook : 'name'
19
19
}
20
20
} ,
21
- template : '<a class="list-group-item" data-hook="name"></a>' ,
21
+ template : '<li class="list-group-item"><a data-hook="name"></a></li >' ,
22
22
onClick : function ( event ) {
23
23
event . stopPropagation ( ) ;
24
24
event . preventDefault ( ) ;
Original file line number Diff line number Diff line change 2
2
.sidebar.panel
3
3
.panel-heading ( style ='padding: 10px;' )
4
4
.panel-title Connections
5
- .list-group ( data-hook ='connection-list' , style ='top: 32px;' )
5
+ ul .list-group ( data-hook ='connection-list' , style ='top: 32px;' )
6
6
7
7
.sidebar-bg
Original file line number Diff line number Diff line change @@ -125,9 +125,11 @@ html, body{
125
125
.collection-stats-holder {
126
126
position : absolute ;
127
127
right : 20px ;
128
+ text-align : right ;
129
+ min-width : 450px ;
128
130
}
129
131
.collection-stats {
130
- float : left ;
132
+ display : inline-block ;
131
133
font-weight : 200 ;
132
134
list-style : none ;
133
135
padding : 0 30px 0 0 ;
You can’t perform that action at this time.
0 commit comments