##// END OF EJS Templates
Make UI Dialogs responsive (#19097)....
Jean-Philippe Lang -
r14442:e9a01896d0b9
parent child
Show More
@@ -700,6 +700,19
700 left: 20%;
700 left: 20%;
701 }
701 }
702
702
703 /* jquery ui dialogs */
704 .ui-dialog
705 {
706 max-width: 98%;
707 margin: 1%;
708 }
709
710 .ui-dialog .ui-dialog-content
711 {
712 padding-left: 0;
713 padding-right: 0;
714 }
715
703 /*----------------------------------------*\
716 /*----------------------------------------*\
704 F) PAGE SPECIFIC STYLES
717 F) PAGE SPECIFIC STYLES
705 \*----------------------------------------*/
718 \*----------------------------------------*/
General Comments 0
You need to be logged in to leave comments. Login now