Skip to content

Commit

Permalink
finalize-release: v1.0.0-beta.6 "darmstadtium-dingo"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionitron committed May 21, 2014
1 parent 245e7fc commit 642cc35
Show file tree
Hide file tree
Showing 11 changed files with 2,231 additions and 348 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic",
"version": "1.0.0-beta.5b",
"version": "1.0.0-beta.6",
"codename": "cadmium-camel",
"homepage": "https://github.com/driftyco/ionic",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repo": "driftyco/ionic",
"development": {},
"version": "1.0.0-beta.5b",
"version": "1.0.0-beta.6",
"styles": [
"dist/css/ionic.css"
],
Expand Down
12 changes: 11 additions & 1 deletion release/css/ionic.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v1.0.0-beta.5b
* Ionic, v1.0.0-beta.6
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down Expand Up @@ -2215,6 +2215,9 @@ ion-infinite-scroll.active .scroll-infinite {
.has-footer {
bottom: 44px; }

.has-subfooter {
bottom: 88px; }

.has-tabs, .bar-footer.has-tabs {
bottom: 49px; }

Expand Down Expand Up @@ -3883,6 +3886,8 @@ a.item-content {
.card .item, .list-inset .item, .padding > .list .item, .padding-horizontal > .list .item {
margin-right: 0;
margin-left: 0; }
.card .item.item-input input, .list-inset .item.item-input input, .padding > .list .item.item-input input, .padding-horizontal > .list .item.item-input input {
padding-right: 44px; }

.padding-left > .list .item {
margin-left: 0; }
Expand Down Expand Up @@ -4460,6 +4465,11 @@ input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="rad
cursor: pointer;
pointer-events: none; }

/* Fix to avoid background color bleeding */
/* (occured on (at least) Android 4.2, Asus MeMO Pad HD7 ME173X) */
.platform-android4_2 .toggle .track {
-webkit-background-clip: padding-box; }

/* the handle (circle) thats inside the toggle's track area */
/* also the handle's appearance when it is "off" */
.toggle .handle {
Expand Down
4 changes: 2 additions & 2 deletions release/css/ionic.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 642cc35

Please sign in to comment.