This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,17 @@ body {
53
53
}
54
54
55
55
.thumb {
56
- padding-left : 10px !important ;
56
+ padding-left : 0px !important ;
57
+ }
58
+
59
+ .idea-pill {
60
+ margin-bottom : 5px !important ;
61
+ }
62
+
63
+ @media (min-width : 992px ) {
64
+ .thumb {
65
+ padding-left : 10px !important ;
66
+ }
57
67
}
58
68
59
69
span .badge {
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ <h3 class="head-pad">
126
126
127
127
outhtml = outhtml +
128
128
'<tr>' +
129
- '<th scope="row">' +
129
+ '<th width="85%" scope="row">' +
130
130
'<a href="' + cmt . get_absolute_url + '">' +
131
131
cmt . name +
132
132
'</a>' +
@@ -149,8 +149,8 @@ <h3 class="head-pad">
149
149
// 'Share'+
150
150
'</small></p>' +
151
151
'</th>' +
152
- '<th>' +
153
- '<span id="votes' + i + '" class="badge badge-pill badge-info" data-toggle="tooltip" data-placement="bottom" data-html="true" title="' + vlist + '">' + cmt . votes + '</span>' +
152
+ '<th width="15%" >' +
153
+ '<span id="votes' + i + '" class="badge badge-pill badge-info idea-pill " data-toggle="tooltip" data-placement="bottom" data-html="true" title="' + vlist + '">' + cmt . votes + '</span>' +
154
154
vbutton +
155
155
'</th>' +
156
156
'</tr>'
You can’t perform that action at this time.
0 commit comments