fix .popup CSS to fit in small spaces, like thin iframe

pull/1891/head
daniel tygel 2013-09-17 11:26:11 -06:00
parent ea8ee08470
commit 1cfde05139
1 changed files with 3 additions and 2 deletions

View File

@ -746,8 +746,9 @@ input[type=checkbox] {
float: right
}
.popup {
font-size: 14px;
width: 450px;
font-size: 12px;
width: 80%;
max-width: 450px;
padding: 10px;
border-radius: 0 0 6px 6px;
border: 1px solid #ccc;