Skip to content

Commit

Permalink
[ADD] Mobile UI - bigger date/time picker
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoParadeda committed Sep 12, 2019
1 parent b742075 commit 17041df
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions web_responsive/static/src/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,23 @@ main {
.o_chat_window {
z-index: 1000;
}

@media (max-width: 767px) {
.bootstrap-datetimepicker-widget {
min-width: 90% !important;
}

.bootstrap-datetimepicker-widget > ul {
font-size: 20px !important;
}

.bootstrap-datetimepicker-widget > tr {
margin-bottom: 2px !important;
}

.bootstrap-datetimepicker-widget table {
width: 100%;
margin: 0;
height: 350px;
}
}

0 comments on commit 17041df

Please sign in to comment.