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{

View File

@ -3,6 +3,7 @@
///
$button-txt-color : #FFFFFF;
$button-background : rgba(50,50,50,.7);
$exit-button-color : #FF0000;
$enter-button-color : #00CC33;
@ -10,4 +11,4 @@ $title-background : #FF0000;
$title-font-color : #FFFFFF;
$dialog-background : #FFFFFF;
$dialog-border-color : #CCCCCC;
$dialog-border-color : #CCCCCC;