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
fb6a96a7
Commit
fb6a96a7
authored
Nov 19, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed icon positioning and pagination CSS on <320px screens
parent
ee52093a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
14 deletions
+31
-14
css/extensions.css
css/extensions.css
+7
-0
css/themes.css
css/themes.css
+24
-14
No files found.
css/extensions.css
View file @
fb6a96a7
...
...
@@ -642,6 +642,13 @@ html body .ui-controlbar .ui-controlgroup .ui-controlgroup-controls > * {
margin
:
0
!important
;
max-height
:
2em
;
}
/* prevent controlgroup buttons from collapsing on small displays */
@media
(
max-width
:
18em
)
{
html
body
.ui-controlbar
.ui-controlgroup
.ui-controlgroup-controls
>
*
{
padding-left
:
.75em
;
padding-right
:
.75em
;
}
}
html
body
.ui-controlbar
.ui-controlgroup
.ui-controlgroup-controls
>
.ui-select
{
padding
:
0
;
}
...
...
css/themes.css
View file @
fb6a96a7
...
...
@@ -851,6 +851,29 @@ html .ui-header .ui-last-wrap .ui-controlgroup-controls .ui-btn {
border-left
:
1px
solid
rgb
(
232
,
232
,
232
);
border-left
:
1px
solid
rgba
(
232
,
232
,
232
,
0.5
);
}
@media
(
max-width
:
40em
)
{
/* hide button text on small screens */
.responsive.ui-btn
,
.ui-select
span
.responsive
/*,
.responsive .ui-btn */
{
text-indent
:
-9999px
;
white-space
:
nowrap
!important
;
}
.responsive.ui-btn
:after
/*,
.responsive .ui-btn:after*/
{
text-indent
:
0px
;
left
:
.6em
;
}
/* center select(!) icons on response layouts */
.ui-mini.ui-btn-icon-left
:after
,
.ui-mini
.ui-btn-icon-left
:after
,
.ui-header
.ui-btn-icon-left
:after
,
.ui-footer
.ui-btn-icon-left
:after
{
left
:
.6em
;
}
}
/* form & fieldcontain */
/* set label/input width on large screens */
/* TODO: form fields should auto-expand to full width */
...
...
@@ -1409,20 +1432,7 @@ html .ui-filterable {
}
/* ============================== RESPONSIVE ============================== */
/* hide button text on small screens */
@media
(
max-width
:
40em
)
{
.responsive.ui-btn
,
.ui-select
span
.responsive
/*,
.responsive .ui-btn */
{
text-indent
:
-9999px
;
white-space
:
nowrap
!important
;
}
.responsive.ui-btn
:after
/*,
.responsive .ui-btn:after*/
{
text-indent
:
0px
;
left
:
10px
;
}
}
/* responsive listview */
.ui-listview.responsive
>
li
.ui-first-child
:only-child
{
...
...
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