2
2
* Copyright 2014 Drifty Co.
3
3
* http://drifty.com/
4
4
*
5
- * Ionic, v1.0.0-rc.2
5
+ * Ionic, v1.0.0-rc.3
6
6
* A powerful HTML5 mobile app framework.
7
7
* http://ionicframework.com/
8
8
*
@@ -2562,7 +2562,7 @@ body, .ionic-body {
2562
2562
color : # 000 ;
2563
2563
word-wrap : break-word;
2564
2564
font-size : 14px ;
2565
- font-family : "Helvetica Neue" , "Roboto" , sans-serif;
2565
+ font-family : "Helvetica Neue" , "Roboto" , "Segoe UI" , sans-serif;
2566
2566
line-height : 20px ;
2567
2567
text-rendering : optimizeLegibility;
2568
2568
-webkit-backface-visibility : hidden;
@@ -2789,7 +2789,7 @@ cite {
2789
2789
h1 , h2 , h3 , h4 , h5 , h6 , .h1 , .h2 , .h3 , .h4 , .h5 , .h6 {
2790
2790
color : # 000 ;
2791
2791
font-weight : 500 ;
2792
- font-family : "Helvetica Neue" , "Roboto" , sans-serif;
2792
+ font-family : "Helvetica Neue" , "Roboto" , "Segoe UI" , sans-serif;
2793
2793
line-height : 1.2 ; }
2794
2794
h1 small , h2 small , h3 small , h4 small , h5 small , h6 small , .h1 small , .h2 small , .h3 small , .h4 small , .h5 small , .h6 small {
2795
2795
font-weight : normal;
@@ -4131,7 +4131,7 @@ ion-tabs.tabs-color-active-dark .tab-item {
4131
4131
white-space : nowrap;
4132
4132
font-weight : 400 ;
4133
4133
font-size : 14px ;
4134
- font-family : "Helvetica Neue" , "Roboto" , sans-serif;
4134
+ font-family : "Helvetica Neue" , "Roboto" , "Segoe UI" , sans-serif;
4135
4135
opacity : 0.7 ; }
4136
4136
.tab-item : hover {
4137
4137
cursor : pointer; }
@@ -4305,7 +4305,6 @@ ion-tabs.tabs-color-active-dark .tab-item {
4305
4305
right : 20% ;
4306
4306
bottom : 20% ;
4307
4307
left : 20% ;
4308
- overflow : visible;
4309
4308
min-height : 240px ;
4310
4309
width : 60% ; }
4311
4310
.modal .ng-leave-active {
@@ -4320,7 +4319,7 @@ ion-tabs.tabs-color-active-dark .tab-item {
4320
4319
top : 44px ; }
4321
4320
.platform-ios .platform-cordova .modal-wrapper .modal .has-subheader {
4322
4321
top : 88px ; }
4323
- .platform-ios .platform-cordova .modal-wrapper .modal .has-tabs-top {
4322
+ .platform-ios .platform-cordova .modal-wrapper .modal .has-header . has- tabs-top {
4324
4323
top : 93px ; }
4325
4324
.platform-ios .platform-cordova .modal-wrapper .modal .has-header .has-subheader .has-tabs-top {
4326
4325
top : 137px ; }
@@ -5628,7 +5627,7 @@ label, input, button, select, textarea {
5628
5627
line-height : 1.42857 ; }
5629
5628
5630
5629
input , button , select , textarea {
5631
- font-family : "Helvetica Neue" , "Roboto" , sans-serif; }
5630
+ font-family : "Helvetica Neue" , "Roboto" , "Segoe UI" , sans-serif; }
5632
5631
5633
5632
.item-input {
5634
5633
display : -webkit-box;
@@ -6370,6 +6369,7 @@ input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="rad
6370
6369
appearance : none;
6371
6370
position : absolute;
6372
6371
top : 0 ;
6372
+ bottom : 0 ;
6373
6373
right : 0 ;
6374
6374
padding : 14px 48px 16px 16px ;
6375
6375
max-width : 65% ;
0 commit comments