Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Bug 881137 - hdpi/xhdpi resolution assets and layout for Calendar app #10805

Merged
merged 1 commit into from Jul 14, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/calendar/style/calendar.css
Expand Up @@ -9,6 +9,7 @@ html, body {
margin: 0;
padding: 0;
height: 100%;
line-height: 100%;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix the same issue comment in #10768 (comment)

overflow: hidden;
}

Expand Down
2 changes: 1 addition & 1 deletion apps/calendar/style/day_views.css
Expand Up @@ -159,7 +159,7 @@
#day-view .day-events {
overflow-y: scroll;
overflow-x: hidden;
height: 80%;
height: calc(100% - 7.9rem);
}

#day-view .day-events.allday {
Expand Down
Binary file modified apps/calendar/style/icons/60/Calendar@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/calendar/style/icons/Calendar@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified apps/calendar/style/icons/checkmark@1.5x.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/calendar/style/icons/settings@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/calendar/style/icons/update@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.