Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Commit

Permalink
input update for passport for issue #1018
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Neil committed Jul 10, 2014
1 parent 6491a6b commit 9e5b03e
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 33 deletions.
2 changes: 1 addition & 1 deletion pkg/bb10/bbui-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/bb10/bbui-min.js

Large diffs are not rendered by default.

33 changes: 24 additions & 9 deletions pkg/bb10/bbui.css
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

/* bbUI for BB10 VERSION: 0.9.6.1732*/
/* bbUI for BB10 VERSION: 0.9.6.1737*/

body, html {
padding:0;
Expand Down Expand Up @@ -4934,18 +4934,33 @@ body, html {
border-radius: 29px;
}


.bb-slider .fill {
border-radius: 10px;
/* Input */
.bb-input-container-10dot3 {
border-width: 0px;
border-radius: 0px;
height: 96px;
padding: 0px;
}

.bb-input-10dot3 {
font-size: 39pt;
height: 93px;
}

.bb-slider .inner {
top: -76px;
left: -76px;
width: 4em;
height: 4em;
.bb-input-focused {
font-size: 39pt;
right: 80px;
}

.bb-input-focused-10dot3 {
height: 93px;
left: 10px;
}

.bb-input-cancel-button-light,
.bb-input-cancel-button-dark {
background-size: 82px 82px;
}
}

@media screen and (width: 1024px) and (height: 600px), (width: 600px) and (height: 1024px){
Expand Down
2 changes: 1 addition & 1 deletion pkg/bb10/bbui.js
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

/* bbUI for BB10 VERSION: 0.9.6.1732*/
/* bbUI for BB10 VERSION: 0.9.6.1737*/

bb = {
scroller: null,
Expand Down
2 changes: 1 addition & 1 deletion pkg/bb10/ext/client.js
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

/* bbUI for BB10 VERSION: 0.9.6.1732*/
/* bbUI for BB10 VERSION: 0.9.6.1737*/

var _self = {},
_ID = require("./manifest.json").namespace;
Expand Down
2 changes: 1 addition & 1 deletion pkg/bb10/ext/index.js
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

/* bbUI for BB10 VERSION: 0.9.6.1732*/
/* bbUI for BB10 VERSION: 0.9.6.1737*/

var LIB_FOLDER = '../../lib/',
_bbUI_overlayWebView,
Expand Down
33 changes: 24 additions & 9 deletions samples/bb10/www/bbui.css
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

/* bbUI for BB10 VERSION: 0.9.6.1732*/
/* bbUI for BB10 VERSION: 0.9.6.1737*/

body, html {
padding:0;
Expand Down Expand Up @@ -4934,18 +4934,33 @@ body, html {
border-radius: 29px;
}


.bb-slider .fill {
border-radius: 10px;
/* Input */
.bb-input-container-10dot3 {
border-width: 0px;
border-radius: 0px;
height: 96px;
padding: 0px;
}

.bb-input-10dot3 {
font-size: 39pt;
height: 93px;
}

.bb-slider .inner {
top: -76px;
left: -76px;
width: 4em;
height: 4em;
.bb-input-focused {
font-size: 39pt;
right: 80px;
}

.bb-input-focused-10dot3 {
height: 93px;
left: 10px;
}

.bb-input-cancel-button-light,
.bb-input-cancel-button-dark {
background-size: 82px 82px;
}
}

@media screen and (width: 1024px) and (height: 600px), (width: 600px) and (height: 1024px){
Expand Down
2 changes: 1 addition & 1 deletion samples/bb10/www/bbui.js
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

/* bbUI for BB10 VERSION: 0.9.6.1732*/
/* bbUI for BB10 VERSION: 0.9.6.1737*/

bb = {
scroller: null,
Expand Down
2 changes: 1 addition & 1 deletion src/bb10/JakeVersion
Expand Up @@ -2,5 +2,5 @@
"major": 0,
"minor": 9,
"revision": 6,
"build": 1732
"build": 1737
}
31 changes: 23 additions & 8 deletions src/bb10/css/media.css
Expand Up @@ -1495,18 +1495,33 @@
border-radius: 29px;
}


.bb-slider .fill {
border-radius: 10px;
/* Input */
.bb-input-container-10dot3 {
border-width: 0px;
border-radius: 0px;
height: 96px;
padding: 0px;
}

.bb-input-10dot3 {
font-size: 39pt;
height: 93px;
}

.bb-slider .inner {
top: -76px;
left: -76px;
width: 4em;
height: 4em;
.bb-input-focused {
font-size: 39pt;
right: 80px;
}

.bb-input-focused-10dot3 {
height: 93px;
left: 10px;
}

.bb-input-cancel-button-light,
.bb-input-cancel-button-dark {
background-size: 82px 82px;
}
}

@media screen and (width: 1024px) and (height: 600px), (width: 600px) and (height: 1024px){
Expand Down

0 comments on commit 9e5b03e

Please sign in to comment.