From e9a01896d0b9f96ac32c5c4b9a9d54f749d178ce Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 7 Nov 2015 13:45:30 +0000 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 --- public/stylesheets/responsive.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 8ca3be5c8..199561f0f 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 \*----------------------------------------*/