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

Commit 1e1d905

Browse files
author
Adam Bradley
committed
v0.9.22, Alpha Narwhal
1 parent b2af0ea commit 1e1d905

31 files changed

+800
-419
lines changed

www/lib/css/ionic.css

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
@charset "UTF-8";
21
/*!
32
* Copyright 2014 Drifty Co.
43
* http://drifty.com/
54
*
6-
* Ionic, v0.9.21
5+
* Ionic, v0.9.22
76
* A powerful HTML5 mobile app framework.
87
* http://ionicframework.com/
98
*
@@ -3544,7 +3543,10 @@ a.subdued {
35443543
background-repeat: no-repeat; } }
35453544

35463545
.tabs-top {
3547-
top: 44px; }
3546+
top: 44px;
3547+
padding-top: 0;
3548+
padding-bottom: 2px;
3549+
background-position: bottom; }
35483550

35493551
.tab-item {
35503552
-webkit-box-flex: 1;
@@ -4991,14 +4993,25 @@ input[type="checkbox"][readonly] {
49914993

49924994
.item-radio input {
49934995
/* hide any radio button inputs elements (the ugly circles) */
4994-
display: none; }
4996+
position: absolute;
4997+
left: -9999px; }
49954998
.item-radio input:checked ~ .item-content {
49964999
/* style the item content when its checked */
49975000
background: #f7f7f7; }
49985001
.item-radio input:checked ~ .radio-icon {
49995002
/* show the checkmark icon when its checked */
50005003
visibility: visible; }
50015004

5005+
.item-radio {
5006+
-webkit-animation: androidCheckedbugfix infinite 1s; }
5007+
5008+
@-webkit-keyframes androidCheckedbugfix {
5009+
from {
5010+
padding: 0; }
5011+
5012+
to {
5013+
padding: 0; } }
5014+
50025015
/**
50035016
* Range
50045017
* --------------------------------------------------
@@ -5130,15 +5143,15 @@ input[type="range"] {
51305143
margin: 0;
51315144
padding: 1px 12px 0 12px;
51325145
min-width: 52px;
5133-
min-height: 52px;
5146+
min-height: 47px;
51345147
border-width: 1px;
51355148
border-style: solid;
51365149
border-radius: 2px;
51375150
vertical-align: top;
51385151
text-align: center;
51395152
text-overflow: ellipsis;
51405153
font-size: 16px;
5141-
line-height: 46px;
5154+
line-height: 42px;
51425155
cursor: pointer; }
51435156
.button:hover {
51445157
color: #444444;
@@ -5152,7 +5165,7 @@ input[type="range"] {
51525165
padding: 0 0 1px 0;
51535166
vertical-align: inherit;
51545167
font-size: 24px;
5155-
line-height: 46px; }
5168+
line-height: 41px; }
51565169
.button.icon-left:before {
51575170
padding-right: .2em;
51585171
padding-left: 0; }
@@ -5449,7 +5462,7 @@ input[type="range"] {
54495462
-moz-transition: opacity 0.1s;
54505463
transition: opacity 0.1s;
54515464
padding: 0 6px;
5452-
max-height: 47px;
5465+
max-height: 42px;
54535466
border-color: transparent;
54545467
background: none;
54555468
box-shadow: none; }

www/lib/css/ionic.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)