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
ae831767
Commit
ae831767
authored
Nov 14, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated CSS for responsive select
parent
29b69579
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
css/css.css
css/css.css
+1
-1
css/themes.css
css/themes.css
+3
-1
No files found.
css/css.css
View file @
ae831767
...
...
@@ -232,4 +232,4 @@ html body .ui-btn.flag:after {
box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
.2
);
}
html
body
.ui-btn.flag.ui-icon-flag-cn
:after
{
background-position
:
0px
0px
;
}
html
body
.ui-btn.flag.ui-icon-flag-
gb
:after
{
background-position
:
0px
-18px
;
}
html
body
.ui-btn.flag.ui-icon-flag-
en
:after
{
background-position
:
0px
-18px
;
}
css/themes.css
View file @
ae831767
...
...
@@ -1411,7 +1411,8 @@ html .ui-filterable {
/* ============================== RESPONSIVE ============================== */
/* hide button text on small screens */
@media
(
max-width
:
40em
)
{
.responsive.ui-btn
/*,
.responsive.ui-btn
,
.ui-select
span
.responsive
/*,
.responsive .ui-btn */
{
text-indent
:
-9999px
;
white-space
:
nowrap
!important
;
...
...
@@ -1419,6 +1420,7 @@ html .ui-filterable {
.responsive.ui-btn
:after
/*,
.responsive .ui-btn:after*/
{
text-indent
:
0px
;
left
:
10px
;
}
}
...
...
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