Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
5ed7af8e
Commit
5ed7af8e
authored
Oct 07, 2014
by
alexpott
Browse files
Issue
#2225349
by ckrina, G.I.Joe, lauriii, mErilainen: Responsive styles for Modal dialog.
parent
2c88a128
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/misc/dialog.theme.css
View file @
5ed7af8e
...
...
@@ -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
;
...
...
core/themes/seven/css/components/dialog.theme.css
View file @
5ed7af8e
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment