Skip to content

Commit fdee2d7

Browse files
committed
bug fix: calendar dialog does not appear on mobile device
1 parent 1137ee7 commit fdee2d7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/resources/templates/admin/home/index.jade

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ block content
99
input(type="hidden", name="_csrf" value="#{_csrf.token}")
1010

1111
.row.mt-5
12-
.col-sm-8
12+
.col-sm-8.col-xs-12
1313
div#daterange.pull-right.form-control(style="background: #fff; cursor: pointer; padding: 5px 10px; border: 1px solid #ccc; width: 100%")
1414
i.glyphicon.glyphicon-calendar.fa.fa-calendar
1515
span -
1616
b.caret
1717
input#dateStart(name="start", type="hidden")
1818
input#dateEnd(name="end", type="hidden")
1919

20-
.col-sm-2
20+
.col-sm-2.col-xs-12
2121
button#filterVisitsStats.btn.btn-primary.btn-block(onclick="javascript:doFilter();") Filter
2222

23-
.col-sm-2
23+
.col-sm-2.col-xs-12
2424
button.btn.btn-default.btn-block(onclick="javascript:fullChart();") Clear filter
2525

2626
.row.mt-5
27-
.col-sm-12
27+
.col-sm-12.col-xs-12
2828
select#posts.form-control(multiple, type="checkbox", size="7")
2929
for post in posts
3030
option(value="#{post.getId()}") #{post.getId()} / #{post.getTitle()}

0 commit comments

Comments
 (0)