This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[ui-fix][mobile] calendar view (
#2170
)
version-14
Faris Ansari
8 years ago
committed by
Rushabh Mehta
parent
c650d6a87d
commit
623b271c11
2 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
frappe/public/css/calendar.css
+6
-0
frappe/public/less/calendar.less
+ 5
- 0
frappe/public/css/calendar.css
View File
@@ -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
View File
@@ -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;
}
}
Write
Preview
Loading…
Cancel
Save