mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
Merge pull request #1891 from dtygel/change-dialog-for-small-iframes
Change class 'popup' for the dialog to fit in small spaces
This commit is contained in:
commit
4bf3f7ab12
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue