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
bfb7141a
Commit
bfb7141a
authored
Oct 03, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated to latest JQM (beta)
parent
39eae65d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
102 additions
and
101 deletions
+102
-101
css/jquery-mobile/jquery-mobile.latest.css
css/jquery-mobile/jquery-mobile.latest.css
+10
-19
js/libs/jquery-mobile/jquery-mobile.js
js/libs/jquery-mobile/jquery-mobile.js
+92
-82
No files found.
css/jquery-mobile/jquery-mobile.latest.css
View file @
bfb7141a
/*!
* jQuery Mobile 1.4.0pre
* Git HEAD hash:
a3802abdad43e66f19c63efb5394125dd58b154e <> Date: Thu Sep 26 2013 08:43:45
UTC
* Git HEAD hash:
9fa98739303e2816ea53981f328946aae078f046 <> Date: Tue Oct 1 2013 11:20:32
UTC
* http://jquerymobile.com
*
* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
...
...
@@ -3683,7 +3683,7 @@ fieldset.ui-controlgroup {
}
.ui-collapsible-content
>
.ui-listview
:not
(
.ui-listview-inset
)
{
-webkit-border-radius
:
inherit
;
border-
bottom-
radius
:
inherit
;
border-radius
:
inherit
;
}
.ui-listview
>
.ui-li-static
{
padding
:
.7em
1em
;
...
...
@@ -4635,16 +4635,15 @@ for Android 4.1 */
transform
:
translate3d
(
0
,
0
,
0
);
-moz-transform
:
none
;
}
/* positioning: pages, fixed toolbars and dismiss */
/* positioning: pages, fixed toolbars and dismiss
(for reveal and push)
*/
/* panel left open */
.ui-panel-page-content-position-left
,
.ui-panel-dismiss-open.ui-panel-dismiss-position-left
{
left
:
17em
;
right
:
-17em
;
}
/* animated: panel left open (for reveal and push) */
.ui-panel-animate.ui-panel-page-content-position-left.ui-panel-page-content-display-reveal
,
.ui-panel-animate.ui-panel-page-content-position-left.ui-panel-page-content-display-push
{
/* animated: panel left open */
.ui-panel-animate.ui-panel-page-content-position-left
{
left
:
0
;
right
:
0
;
-webkit-transform
:
translate3d
(
17em
,
0
,
0
);
...
...
@@ -4657,19 +4656,14 @@ for Android 4.1 */
left
:
-17em
;
right
:
17em
;
}
/* animated: panel right open (for reveal and push) */
.ui-panel-animate.ui-panel-page-content-position-right.ui-panel-page-content-display-reveal
,
.ui-panel-animate.ui-panel-page-content-position-right.ui-panel-page-content-display-push
{
/* animated: panel right open */
.ui-panel-animate.ui-panel-page-content-position-right
{
left
:
0
;
right
:
0
;
-webkit-transform
:
translate3d
(
-17em
,
0
,
0
);
-moz-transform
:
translate3d
(
-17em
,
0
,
0
);
transform
:
translate3d
(
-17em
,
0
,
0
);
}
/* negate "panel left/right open" for overlay */
.ui-panel-page-content-display-overlay
{
left
:
0
;
}
/* shadows and borders */
.ui-panel-display-reveal
{
-webkit-box-shadow
:
inset
-5px
0
5px
rgba
(
0
,
0
,
0
,
.15
);
...
...
@@ -4709,16 +4703,13 @@ for Android 4.1 */
}
/* wrap on wide viewports once open */
@media
(
min-width
:
55em
)
{
.ui-responsive-panel
.ui-panel-page-content-open.ui-panel-page-content-position-left.ui-panel-page-content-display-push
,
.ui-responsive-panel
.ui-panel-page-content-open.ui-panel-page-content-position-left.ui-panel-page-content-display-reveal
{
.ui-responsive-panel
.ui-panel-page-content-open.ui-panel-page-content-position-left
{
margin-right
:
17em
;
}
.ui-responsive-panel
.ui-panel-page-content-open.ui-panel-page-content-position-right.ui-panel-page-content-display-push
,
.ui-responsive-panel
.ui-panel-page-content-open.ui-panel-page-content-position-right.ui-panel-page-content-display-reveal
{
.ui-responsive-panel
.ui-panel-page-content-open.ui-panel-page-content-position-right
{
margin-left
:
17em
;
}
.ui-responsive-panel
.ui-panel-page-content-open.ui-panel-page-content-display-push
,
.ui-responsive-panel
.ui-panel-page-content-open.ui-panel-page-content-display-reveal
{
.ui-responsive-panel
.ui-panel-page-content-open
{
width
:
auto
;
}
.ui-responsive-panel
.ui-panel-dismiss-display-push
,
...
...
js/libs/jquery-mobile/jquery-mobile.js
View file @
bfb7141a
This diff is collapsed.
Click to expand it.
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