Skip to content
Snippets Groups Projects
Commit 5ed7af8e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2225349 by ckrina, G.I.Joe, lauriii, mErilainen: Responsive styles for Modal dialog.

parent 2c88a128
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -11,6 +11,11 @@
border: solid 1px #ccc;
padding: 0;
}
@media all and (max-width: 48em) { /* 768px */
.ui-dialog {
width: 92% !important;
}
}
.ui-dialog .ui-dialog-titlebar {
font-weight: bold;
background: #f3f4ee;
......
......@@ -10,6 +10,11 @@
overflow: visible;
padding: 0;
}
@media all and (max-width: 48em) { /* 768px */
.ui-dialog {
width: 92% !important;
}
}
.ui-dialog .ui-dialog-titlebar {
background: #6b6b6b;
border-top-left-radius: 5px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment