mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-22 08:21:14 +00:00
Make UI Dialogs responsive (#19097).
Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14824 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f4e24d5f7d
commit
e9a01896d0
@ -700,6 +700,19 @@
|
|||||||
left: 20%;
|
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
|
F) PAGE SPECIFIC STYLES
|
||||||
\*----------------------------------------*/
|
\*----------------------------------------*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user