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
9a438e0c
Commit
9a438e0c
authored
Apr 03, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: fixed flag positioning
parent
d85e40e6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
css/css.css
css/css.css
+2
-2
No files found.
css/css.css
View file @
9a438e0c
...
@@ -254,7 +254,7 @@ html body .ui-btn.flag:after {
...
@@ -254,7 +254,7 @@ html body .ui-btn.flag:after {
-webkit-background-size
:
18px
36px
;
-webkit-background-size
:
18px
36px
;
background-image
:
url("../img/flags.png")
;
background-image
:
url("../img/flags.png")
;
content
:
""
;
content
:
""
;
margin-top
:
11px
!important
;
/* margin-top: 11px !important; */
width
:
18px
;
width
:
18px
;
height
:
18px
;
height
:
18px
;
border-radius
:
.6em
;
border-radius
:
.6em
;
...
@@ -262,7 +262,7 @@ html body .ui-btn.flag:after {
...
@@ -262,7 +262,7 @@ html body .ui-btn.flag:after {
-moz-box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
.2
);
-moz-box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
.2
);
box-shadow
:
inset
0
1px
3px
rgba
(
0
,
0
,
0
,
.2
);
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-
fr
:after
{
background-position
:
0px
0px
;
}
html
body
.ui-btn.flag.ui-icon-flag-en
:after
{
background-position
:
0px
-18px
;
}
html
body
.ui-btn.flag.ui-icon-flag-en
:after
{
background-position
:
0px
-18px
;
}
/* ====================== ribbon =================================== */
/* ====================== ribbon =================================== */
...
...
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