CSS for warning box - keep buttons on the bottom

This commit is contained in:
Stacy Kvernmo
2014-12-01 10:01:16 -06:00
parent 8db3bd5554
commit 7346780185
4 changed files with 30 additions and 12 deletions

View File

@ -40,10 +40,17 @@
.cwv3_content{
height: 84%;
overflow-y: scroll;
padding: .75em;
}
.cwv3_btns{
background: $button-background;
bottom: 0;
overflow: hidden;
padding: .45em .75em;
position: absolute;
width: 100%;
a{
display: block;
width: 100%;
@ -51,6 +58,7 @@
color: $button-txt-color;
font-weight: bold;
text-decoration: none;
padding: .35em;
}
.cwv3_exit{