.button-full updates

This commit is contained in:
Adam Bradley
2013-10-16 13:45:56 -05:00
parent ebab110ffa
commit 073b30c818
6 changed files with 78 additions and 25 deletions

18
dist/css/ionic.css vendored
View File

@@ -1410,6 +1410,14 @@ body, .ionic-body {
width: 100%;
height: 100%; }
.content:before,
.content:after {
content: "\00a0";
/* No-break space character */
display: block;
overflow: hidden;
height: 0; }
/* Hack to force all relatively and absolutely positioned elements still render while scrolling
Note: This is a bug for "-webkit-overflow-scrolling: touch" (via ratchet) */
.content > * {
@@ -2876,19 +2884,25 @@ input[type="checkbox"][readonly] {
background: none;
box-shadow: none;
text-shadow: 0px 0px 10px white; }
.button.block {
.button.block, .button.button-full {
margin-top: 10px;
margin-bottom: 10px; }
.padding > .button.block:first-child {
margin-top: 0; }
.button-full,
.button-full > .button {
display: block;
margin-right: 0;
margin-left: 0;
border-right-width: 0;
border-left-width: 0;
border-radius: 0; }
button.block {
button.block,
button.button-full,
.button-full > button.button {
width: 100%; }
a.button {