Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
anoopmb
/
frappe
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
[ui-fix][mobile] calendar view (
#2170
)
version-14
Faris Ansari
8 anos atrás
committed by
Rushabh Mehta
pai
c650d6a87d
commit
623b271c11
2 arquivos alterados
com
11 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+5
-0
frappe/public/css/calendar.css
+6
-0
frappe/public/less/calendar.less
+ 5
- 0
frappe/public/css/calendar.css
Ver arquivo
@@ -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
Ver arquivo
@@ -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;
}
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar