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

Commit

Permalink
Bug 881137 - Support hdpi resolution device.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanxd committed Jul 2, 2013
1 parent 6e78863 commit a11baf2
Show file tree
Hide file tree
Showing 21 changed files with 5 additions and 6 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion apps/calendar/style/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ html, body {
margin: 0;
padding: 0;
height: 100%;
line-height: 100%;
overflow: hidden;
}

Expand Down
2 changes: 1 addition & 1 deletion apps/calendar/style/first_time_use.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

.hint .hint-swipe-image {
background-image: url(/style/ui/swipe_left.png);
background: url("/style/ui/swipe_left.png") no-repeat scroll center center / 7.1rem auto transparent;
width: 7.1rem;
height: 5rem;
position: absolute;
Expand Down
Binary file added 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 added 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.
Binary file added apps/calendar/style/icons/accountwarning@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 added apps/calendar/style/icons/alarm@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 added apps/calendar/style/icons/checkmark@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 added 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 added 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.
2 changes: 1 addition & 1 deletion apps/calendar/style/modify_account_view.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
#modify-account-view .sync-errors p {
margin: 0;
height: 3rem;
background: transparent url('icons/accountwarning_30x30.png') no-repeat left top;
background: transparent url('icons/accountwarning.png') no-repeat left top;
padding-left: 3.5rem;
line-height: 3rem;
}
Expand Down
4 changes: 2 additions & 2 deletions apps/calendar/style/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ body[data-path^='/settings'] #time-views {
}

#settings .calendars .error label {
background: transparent url('icons/accountwarning_30x30.png') no-repeat 2rem 0.5rem;
background: transparent url('icons/accountwarning.png') no-repeat 2rem 0.5rem;
padding-left: 6rem;
}

Expand Down Expand Up @@ -95,7 +95,7 @@ body[data-path^='/settings'] #time-views {
#settings .settings {
width: 5.5rem;
height: 4rem;
background: transparent url('/style/icons/ActionIcons_30x30_settings.png') no-repeat center / 3rem;
background: transparent url('/style/icons/settings.png') no-repeat center / 3rem;
font-size: 0;
display: block;
}
Expand Down
2 changes: 1 addition & 1 deletion apps/calendar/style/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ ol.link-list li:only-child a {
}

#advanced-settings-view .account-list .error a {
background: transparent url('icons/accountwarning_30x30.png') no-repeat left;
background: transparent url('icons/accountwarning.png') no-repeat left;
padding-left: 3.5rem;
}

Expand Down
Binary file added apps/calendar/style/ui/swipe_left@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 added shared/style/headers/images/icons/add@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 added shared/style/headers/images/icons/back@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 added shared/style/headers/images/icons/menu@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a11baf2

Please sign in to comment.