2016-07-02 10:23:33 +02:00
|
|
|
.popup {
|
|
|
|
position: fixed;
|
|
|
|
border-radius: 5px 5px 0px 0px;
|
|
|
|
background-color: grey;
|
|
|
|
color: white;
|
2016-07-04 18:03:22 +02:00
|
|
|
bottom: -55px;
|
2016-07-02 10:23:33 +02:00
|
|
|
width: 70%;
|
|
|
|
left:15%;
|
|
|
|
height: 32px;
|
|
|
|
padding: 10px;
|
|
|
|
z-index: 3500;
|
|
|
|
}
|
2016-07-04 18:03:22 +02:00
|
|
|
.popup.show{
|
|
|
|
bottom: 0px;
|
|
|
|
transition: all 0.5s linear;
|
2016-07-02 10:23:33 +02:00
|
|
|
}
|
|
|
|
.popup a {
|
|
|
|
float: right;
|
|
|
|
}
|