Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
a2ed1518
Commit
a2ed1518
authored
Nov 29, 2012
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1831892
by dead_arm, nod_: Make Views UI usable on mobile.
parent
be694ba9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
15 deletions
+26
-15
core/modules/views/views_ui/css/views-admin-rtl.css
core/modules/views/views_ui/css/views-admin-rtl.css
+10
-8
core/modules/views/views_ui/css/views-admin.css
core/modules/views/views_ui/css/views-admin.css
+12
-5
core/modules/views/views_ui/css/views-admin.theme.css
core/modules/views/views_ui/css/views-admin.theme.css
+4
-2
No files found.
core/modules/views/views_ui/css/views-admin-rtl.css
View file @
a2ed1518
...
@@ -57,14 +57,16 @@
...
@@ -57,14 +57,16 @@
/* @group Attachment configuration columns */
/* @group Attachment configuration columns */
.views-display-columns
>
*
{
@media
screen
and
(
min-width
:
45em
)
{
/* 720px */
float
:
right
;
.views-display-columns
>
*
{
margin-left
:
0
;
float
:
right
;
margin-right
:
2%
;
;
margin-left
:
0
;
}
margin-right
:
2%
;
}
.views-display-columns
>
*
:first-child
{
margin-right
:
0
;
.views-display-columns
>
*
:first-child
{
margin-right
:
0
;
}
}
}
/* @end */
/* @end */
...
...
core/modules/views/views_ui/css/views-admin.css
View file @
a2ed1518
...
@@ -208,13 +208,20 @@
...
@@ -208,13 +208,20 @@
/* @group Attachment configuration columns */
/* @group Attachment configuration columns */
.views-display-columns
>
*
{
.views-display-columns
>
*
{
float
:
left
;
/* LTR */
margin-bottom
:
2em
;
margin-left
:
2%
;
/* LTR */
width
:
32%
;
}
}
.views-display-columns
>
*
:first-child
{
@media
screen
and
(
min-width
:
45em
)
{
/* 720px */
margin-left
:
0
;
/* LTR */
.views-display-columns
>
*
{
float
:
left
;
/* LTR */
margin-left
:
2%
;
/* LTR */
margin-bottom
:
0
;
width
:
32%
;
}
.views-display-columns
>
*
:first-child
{
margin-left
:
0
;
/* LTR */
}
}
}
/* @end */
/* @end */
...
...
core/modules/views/views_ui/css/views-admin.theme.css
View file @
a2ed1518
...
@@ -608,8 +608,10 @@ ul#views-display-menu-tabs li.add ul.action-list li{
...
@@ -608,8 +608,10 @@ ul#views-display-menu-tabs li.add ul.action-list li{
margin-right
:
0.75em
;
margin-right
:
0.75em
;
}
}
#views-ui-preview-form
.form-type-textfield
.description
{
@media
screen
and
(
min-width
:
45em
)
{
/* 720px */
white-space
:
nowrap
;
#views-ui-preview-form
.form-type-textfield
.description
{
white-space
:
nowrap
;
}
}
}
/* @end */
/* @end */
...
...
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