From 203734d2168b7cdcf7b47e6ff8dd33bdd5e0428e Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Mon, 5 May 2014 12:44:34 -0600 Subject: [PATCH] style(ionRefresher): add padding-top if refreshing-text or pulling-text Fixes #1269 --- js/angular/directive/refresher.js | 3 ++- scss/_scaffolding.scss | 3 +++ test/html/list-fit.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/js/angular/directive/refresher.js b/js/angular/directive/refresher.js index cf3b6162fd..163b1fa29f 100644 --- a/js/angular/directive/refresher.js +++ b/js/angular/directive/refresher.js @@ -65,7 +65,8 @@ IonicModule require: '^$ionicScroll', template: '
' + - '
' + + '
' + '' + '
' + '' + diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss index 6a3730da1c..677b38fcb5 100644 --- a/scss/_scaffolding.scss +++ b/scss/_scaffolding.scss @@ -182,6 +182,9 @@ body.grade-c { line-height: 16px; font-size: 16px; } + &.ionic-refresher-with-text { + bottom: 10px; + } } .icon-refreshing, diff --git a/test/html/list-fit.html b/test/html/list-fit.html index c0e2d2758a..b181e6e31d 100644 --- a/test/html/list-fit.html +++ b/test/html/list-fit.html @@ -18,7 +18,7 @@ - +