ui-dialog.css in Dialog 7.2
Same filename in this branch
Styles for Classy's modal windows.
File
themes/classy/css/components/ui-dialog.cssView source
- /**
- * @file
- * Styles for Classy's modal windows.
- */
-
- .ui-dialog--narrow {
- max-width: 500px;
- }
-
- @media screen and (max-width: 600px) {
- .ui-dialog--narrow {
- max-width: 95%;
- min-width: 95%;
- }
- }