Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
3d6486e9
Commit
3d6486e9
authored
Apr 09, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: fix controlbar width on small displays (hopefully)
parent
48cd89bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ext/libs/jquery-mobile/extensions.css
ext/libs/jquery-mobile/extensions.css
+2
-2
No files found.
ext/libs/jquery-mobile/extensions.css
View file @
3d6486e9
...
...
@@ -699,9 +699,9 @@ html body .ui-controlbar > .ui-btn:not(.ui-input-clear, .ui-input-action) {
}
@media
(
min-width
:
40em
)
{
html
body
.ui-content
.ui-controlbar
{
width
:
60%
;
width
:
auto
;
/* was 60% */
vertical-align
:
middle
;
display
:
inline-block
;
/* if only-child... this should be block?*/
/*
display: inline-block; /* if only-child... this should be block?*/
padding
:
0
3%
;
}
html
body
.ui-content
.ui-controlbar
,
...
...
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