Fixed #449 - Action Sheet Width on Android

This commit is contained in:
Max Lynch
2014-01-22 09:00:06 -06:00
parent c21ef207ef
commit 9f82ca1f27
8 changed files with 51 additions and 37 deletions

15
dist/css/ionic.css vendored
View File

@@ -1,3 +1,4 @@
@charset "UTF-8";
/*!
* Copyright 2014 Drifty Co.
* http://drifty.com/
@@ -3027,12 +3028,11 @@ a.subdued {
animation-name: actionSheetOut; }
.action-sheet {
position: fixed;
bottom: 0;
left: 15px;
margin-left: 15px;
margin-right: 15px;
width: auto;
z-index: 10;
overflow: hidden;
width: calc(100% - 30px); }
overflow: hidden; }
.action-sheet .button {
display: block;
padding: 1px;
@@ -3044,6 +3044,11 @@ a.subdued {
.action-sheet .button.destructive {
color: #ef4e3a; }
.action-sheet-wrapper {
width: 100%;
position: fixed;
bottom: 0; }
.action-sheet-title {
padding: 10px;
color: #666666;