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

Commit

Permalink
Missed the CSS change ...
Browse files Browse the repository at this point in the history
  • Loading branch information
rorycb committed Mar 25, 2013
1 parent 1f2db2e commit cd6710c
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 15 deletions.
2 changes: 1 addition & 1 deletion JakeVersion
Expand Up @@ -2,5 +2,5 @@
"major": 0,
"minor": 9,
"revision": 6,
"build": 128
"build": 129
}
2 changes: 1 addition & 1 deletion ext/bbui/client.js
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

/* VERSION: 0.9.6.128*/
/* VERSION: 0.9.6.129*/

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

/* VERSION: 0.9.6.128*/
/* VERSION: 0.9.6.129*/

var LIB_FOLDER = '../../lib/',
_bbUI_overlayWebView,
Expand Down
2 changes: 1 addition & 1 deletion pkg/bbui-min.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

23 changes: 20 additions & 3 deletions pkg/bbui.css
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

/* VERSION: 0.9.6.128*/
/* VERSION: 0.9.6.129*/

body, html {
padding:0;
Expand Down Expand Up @@ -852,7 +852,23 @@ body, html {
display: inline-block;
}


/* =================================================
BB10 Swipe Menu
=================================================*/
.bb-bb10-menu-bar-overlay
{
z-index: 1000;
position: fixed;
top: 0px;
right:0px;
bottom:0px;
left:0px;
display:none;
background-color:black;
opacity:0.25;
}


/* =================================================
BB10 Swipe Menu 1024x600
=================================================*/
Expand Down Expand Up @@ -6335,4 +6351,5 @@ a.bb5-button-highlight span {
border: none;
padding-top: 0px;
width: 10px;
}
}

2 changes: 1 addition & 1 deletion pkg/bbui.js
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

/* VERSION: 0.9.6.128*/
/* VERSION: 0.9.6.129*/

bb = {
scroller: null,
Expand Down
23 changes: 20 additions & 3 deletions samples/bbui.css
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

/* VERSION: 0.9.6.128*/
/* VERSION: 0.9.6.129*/

body, html {
padding:0;
Expand Down Expand Up @@ -852,7 +852,23 @@ body, html {
display: inline-block;
}


/* =================================================
BB10 Swipe Menu
=================================================*/
.bb-bb10-menu-bar-overlay
{
z-index: 1000;
position: fixed;
top: 0px;
right:0px;
bottom:0px;
left:0px;
display:none;
background-color:black;
opacity:0.25;
}


/* =================================================
BB10 Swipe Menu 1024x600
=================================================*/
Expand Down Expand Up @@ -6335,4 +6351,5 @@ a.bb5-button-highlight span {
border: none;
padding-top: 0px;
width: 10px;
}
}

2 changes: 1 addition & 1 deletion samples/bbui.js
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

/* VERSION: 0.9.6.128*/
/* VERSION: 0.9.6.129*/

bb = {
scroller: null,
Expand Down
20 changes: 18 additions & 2 deletions src/bbUI.css
Expand Up @@ -834,7 +834,23 @@ body, html {
display: inline-block;
}


/* =================================================
BB10 Swipe Menu
=================================================*/
.bb-bb10-menu-bar-overlay
{
z-index: 1000;
position: fixed;
top: 0px;
right:0px;
bottom:0px;
left:0px;
display:none;
background-color:black;
opacity:0.25;
}


/* =================================================
BB10 Swipe Menu 1024x600
=================================================*/
Expand Down Expand Up @@ -6317,4 +6333,4 @@ a.bb5-button-highlight span {
border: none;
padding-top: 0px;
width: 10px;
}
}

0 comments on commit cd6710c

Please sign in to comment.