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
1756f679
Commit
1756f679
authored
Apr 03, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugins: fixed checkbox/radio icon not displaying correctly
parent
57ce3fc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
ext/plugins/fontawesome/MOD_fontawesome.css
ext/plugins/fontawesome/MOD_fontawesome.css
+5
-1
No files found.
ext/plugins/fontawesome/MOD_fontawesome.css
View file @
1756f679
...
...
@@ -6,6 +6,7 @@
* 5. add JQM compat at end
* 6. replace all updated name in code... times
* 7. JQM uses carat-t/b/l/r, add those to caret-left/right/top/bottom
* 8. Add checkbox-on/off, radio on/off to icons (why JQM, why????)
*/
/*!
...
...
@@ -25,7 +26,8 @@
font-style
:
normal
;
}
html
[
class
^=
"ui-icon-"
]
:after
,
html
[
class
*=
" ui-icon-"
]
:after
{
html
[
class
*=
" ui-icon-"
]
:after
,
html
.ui-checkbox-on
:after
,
html
.ui-checkbox-off
:after
,
html
.ui-radio-on
:after
,
html
.ui-radio-off
:after
{
display
:
inline-block
;
font-family
:
FontAwesome
;
font-style
:
normal
;
...
...
@@ -408,6 +410,7 @@ html .ui-icon-share-square-o:after {
content
:
"\f045"
;
}
html
.ui-icon-check-square-o
:after
,
html
.ui-icon-checkbox-on
:after
,
html
.ui-checkbox-on
:after
{
content
:
"\f046"
;
}
...
...
@@ -638,6 +641,7 @@ html .ui-icon-phone:after {
content
:
"\f095"
;
}
html
.ui-icon-square-o
:after
,
html
.ui-icon-checkbox-off
:after
,
html
.ui-checkbox-off
:after
{
content
:
"\f096"
;
}
...
...
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