remove the max-width from dialogs (but keep for tooltips) - as the jQuery dialog code already handles width anyway, and forcing it in css prevents this from working

This commit is contained in:
Jon Atkins 2013-05-27 04:57:32 +01:00
parent 50b3e0be38
commit 78329770fe

View File

@ -720,7 +720,6 @@ h3 {
/* Dialogs
*/
.ui-tooltip, .ui-dialog {
max-width: 300px;
position: absolute;
z-index: 9999;
background-color: rgba(8, 48, 78, 0.9);
@ -730,6 +729,10 @@ h3 {
padding: 2px 4px;
}
.ui-tooltip {
max-width: 300px;
}
.ui-widget-overlay {
height: 100%;
left: 0;