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
4ffed0f5
Commit
4ffed0f5
authored
Mar 28, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css/ext: fixed display of pagination and controlbars
parent
3cd429ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
ext/libs/jquery-mobile/extensions.css
ext/libs/jquery-mobile/extensions.css
+11
-5
No files found.
ext/libs/jquery-mobile/extensions.css
View file @
4ffed0f5
...
...
@@ -296,7 +296,11 @@ html table tr td .ui-radio label.ui-btn {
border-radius
:
0
;
-webkit-border-radius
:
0
;
}
/* buttons inside wrapper input/controlgroups*/
/* select inside controlgroups should have no borders */
.ui-table-wrapper
.ui-controlgroup
.ui-select
select
{
border
:
0
none
;
}
/* buttons inside wrapper input/controlgroups */
.ui-table-wrapper
.ui-input-search
.ui-input-clear
,
.ui-table-wrapper
.ui-input-search
.ui-input-action
,
.ui-table-wrapper
.ui-input-search
.ui-input-clear
:focus
,
...
...
@@ -590,17 +594,18 @@ html table tr td .ui-radio label.ui-btn {
vertical-align
:
middle
;
padding
:
0
;
}
.ui-controlbar
.ui-select
{
padding
:
0
1%
;
}
.ui-controlbar
.ui-input-search
{
display
:
block
;
margin
:
0
auto
;
}
/* align multiple controlgroups in a controlbar on wide screens */
html
body
div
.ui-content
.ui-controlbar
.ui-controlgroup
{
width
:
inherit
;
margin
:
0
3%
;
}
html
body
div
.ui-content
.ui-controlbar
.ui-controlgroup
.ui-controlgroup-controls
{
width
:
inherit
;
}
/* shrink icon font-size (should not be set here...) */
html
body
.ui-controlbar
.ui-btn
[
class
*=
"ui-icon-"
]
:after
{
font-size
:
125%
;
...
...
@@ -634,7 +639,8 @@ html body .ui-controlbar > .ui-btn:not(.ui-input-clear, .ui-input-action) {
@media
(
min-width
:
40em
)
{
.ui-controlbar
{
width
:
60%
;
display
:
inline-block
;
vertical-align
:
middle
;
display
:
inline-block
;
/* if only-child... this should be block?*/
padding
:
0
3%
;
}
.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