From e9a01896d0b9f96ac32c5c4b9a9d54f749d178ce 2015-11-07 13:45:30 From: Jean-Philippe Lang Date: 2015-11-07 13:45:30 Subject: [PATCH] Make UI Dialogs responsive (#19097). Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14824 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 8ca3be5..199561f 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -700,6 +700,19 @@ left: 20%; } + /* jquery ui dialogs */ + .ui-dialog + { + max-width: 98%; + margin: 1%; + } + + .ui-dialog .ui-dialog-content + { + padding-left: 0; + padding-right: 0; + } + /*----------------------------------------*\ F) PAGE SPECIFIC STYLES \*----------------------------------------*/