File tree Expand file tree Collapse file tree
src/main/resources/templates/admin/home Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ()}
You can’t perform that action at this time.
0 commit comments