Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
fixed click on refresh button
Browse files Browse the repository at this point in the history
  • Loading branch information
steren committed Aug 9, 2012
1 parent 9e82e75 commit 5df77bf
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/css/phone.blue.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/css/phone.earth.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/css/phone.gray.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/css/phone.spicy.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/css/phone.vegetal.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion app/less/phone.less
Expand Up @@ -82,7 +82,7 @@ header {
background: transparent url(../images/phone-back.png) no-repeat center center; background: transparent url(../images/phone-back.png) no-repeat center center;
text-indent: -30000px; text-indent: -30000px;
display: none; display: none;
point-events: all; pointer-events: all;
} }


// Refresh button // Refresh button
Expand All @@ -96,6 +96,7 @@ header {
z-index: 35; z-index: 35;
background: transparent url(../images/phone-refresh.png) no-repeat center center; background: transparent url(../images/phone-refresh.png) no-repeat center center;
text-indent: -30000px; text-indent: -30000px;
pointer-events: all;
} }


//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ {
"name": "sleek", "name": "sleek",
"fullName": "Sleek", "fullName": "Sleek",
"version": "1.1.21", "version": "1.1.22",
"description": "Generic-purpose nicely polished template that supports photos, videos, events, RSS feeds, status updates, contact info, and a map. The views are adapted automatically based on the datasources that you set in the configuration settings. Just make sure that you use the most appropriate datasouce type for the underlying template inputs!\n\nThe template is available in 5 different colors: blue, spicy, gray, earth and vegetal.", "description": "Generic-purpose nicely polished template that supports photos, videos, events, RSS feeds, status updates, contact info, and a map. The views are adapted automatically based on the datasources that you set in the configuration settings. Just make sure that you use the most appropriate datasouce type for the underlying template inputs!\n\nThe template is available in 5 different colors: blue, spicy, gray, earth and vegetal.",
"keywords": [ "keywords": [
"generic", "generic",
Expand Down

0 comments on commit 5df77bf

Please sign in to comment.