Fixed #141 - button-block

This commit is contained in:
Max Lynch
2013-11-15 21:23:25 -06:00
parent 7b317fb7ff
commit d349c100fb
3 changed files with 110 additions and 88 deletions

16
dist/css/ionic.css vendored
View File

@@ -4381,7 +4381,7 @@ input[type="range"] {
vertical-align: inherit;
font-size: 24px;
line-height: 40px; }
.button.block, .button.button-full {
.button.button-block, .button.button-full {
margin-top: 10px;
margin-bottom: 10px; }
.button.button-light {
@@ -4656,9 +4656,19 @@ input[type="range"] {
box-shadow: none;
text-shadow: 0px 0px 10px #fff; }
.padding > .button.block:first-child {
.padding > .button.button-block:first-child {
margin-top: 0; }
.button-block {
display: block;
clear: both; }
.button-block:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: "."; }
.button-full,
.button-full > .button {
display: block;
@@ -4668,7 +4678,7 @@ input[type="range"] {
border-left-width: 0;
border-radius: 0; }
button.block,
button.button-block,
button.button-full,
.button-full > button.button {
width: 100%; }