fix .popup CSS to fit in small spaces, like thin iframe
parent
ea8ee08470
commit
1cfde05139
|
@ -746,8 +746,9 @@ input[type=checkbox] {
|
||||||
float: right
|
float: right
|
||||||
}
|
}
|
||||||
.popup {
|
.popup {
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
width: 450px;
|
width: 80%;
|
||||||
|
max-width: 450px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 0 0 6px 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
|
Loading…
Reference in New Issue