Fix dialog font size

The recent jquery ui upgrade changed the font size for dialogs
This commit is contained in:
Toks
2014-11-10 17:12:02 -05:00
parent 9a260eecb9
commit aaaa36e4fb

View File

@@ -16,3 +16,7 @@ div.ui-dialog {
border: 1px solid #FBC7C6;
background: #FDDFDE;
}
.ui-widget {
font-size: 1em;
}