Fix margin bottom
This commit is contained in:
parent
ec08e50f86
commit
1c3b5b8421
2 changed files with 6 additions and 3 deletions
|
|
@ -155,6 +155,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="extra-margin-bottom"></div>
|
||||
</div> <!-- END WalletHome -->
|
||||
|
||||
<!--
|
||||
|
|
@ -237,6 +238,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="extra-margin-bottom"></div>
|
||||
</div> <!-- END Receive -->
|
||||
|
||||
|
||||
|
|
@ -371,6 +373,7 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="extra-margin-bottom"></div>
|
||||
</div> <!-- END Send -->
|
||||
|
||||
<!--
|
||||
|
|
@ -439,8 +442,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="extra-margin-bottom"></div>
|
||||
</div> <!-- END History -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="extra-margin-bottom"></div>
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ _:-ms-fullscreen, :root .main {
|
|||
@-moz-document url-prefix() {
|
||||
.extra-margin-bottom {
|
||||
display: block;
|
||||
height: 75px;
|
||||
height: 45px;
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
}
|
||||
|
|
@ -847,7 +847,7 @@ textarea:focus
|
|||
top: 46px;
|
||||
bottom: 37px;
|
||||
overflow: auto;
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
.tab-in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue