Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
f28a4114
Commit
f28a4114
authored
Nov 02, 2015
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use font awesome instead of png icon
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
5607ab5b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
2 deletions
+17
-2
weblate/static/loader-bootstrap.js
weblate/static/loader-bootstrap.js
+6
-1
weblate/static/multi-select.css
weblate/static/multi-select.css
+1
-1
weblate/static/style-bootstrap.css
weblate/static/style-bootstrap.css
+10
-0
weblate/static/switch.png
weblate/static/switch.png
+0
-0
No files found.
weblate/static/loader-bootstrap.js
View file @
f28a4114
...
...
@@ -746,9 +746,14 @@ $(function () {
titleFormat
:
"
MM yyyy
"
};
/* Override all multiple selects */
/* Override all multiple selects
, use font awesome for exchange icon
*/
$
(
'
select[multiple]
'
).
each
(
function
()
{
$
(
this
).
multiSelect
({
afterInit
:
function
(
target
)
{
$
(
target
.
children
()[
0
]).
after
(
'
<div class="fa-multiselect"><i class="fa fa-exchange"></i></div>
'
);
}
});
});
});
weblate/static/multi-select.css
View file @
f28a4114
...
...
@@ -90,4 +90,4 @@
background-color
:
#eee
;
color
:
#aaa
;
cursor
:
text
;
}
\ No newline at end of file
}
weblate/static/style-bootstrap.css
View file @
f28a4114
...
...
@@ -242,3 +242,13 @@ img.engage-icon {
.fa-wl-social
{
padding
:
7px
;
}
.ms-container
{
background
:
none
!important
;
}
.fa-multiselect
{
height
:
200px
;
line-height
:
200px
;
float
:
left
;
vertical-align
:
middle
;
padding-left
:
10px
;
}
weblate/static/switch.png
deleted
100644 → 0
View file @
5607ab5b
3.01 KB
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