소스 검색

[ui-fix][mobile] calendar view (#2170)

version-14
Faris Ansari 8 년 전
committed by Rushabh Mehta
부모
커밋
623b271c11
2개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      frappe/public/css/calendar.css
  2. +6
    -0
      frappe/public/less/calendar.less

+ 5
- 0
frappe/public/css/calendar.css 파일 보기

@@ -29,3 +29,8 @@ th.fc-widget-header {
/* default BORDER color */
background-color: #E8DDFF;
}
@media (max-width: 767px) {
.fc-scroller {
height: auto !important;
}
}

+ 6
- 0
frappe/public/less/calendar.less 파일 보기

@@ -36,3 +36,9 @@ th.fc-widget-header {
border: 1px solid #E8DDFF; /* default BORDER color */
background-color: #E8DDFF;
}

@media (max-width: @screen-xs) {
.fc-scroller {
height: auto !important;
}
}

불러오는 중...
취소
저장