CSS for warning box - keep buttons on the bottom
This commit is contained in:
@ -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{
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user