Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
angular-emoji-popup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
angular-emoji-popup
Commits
7fbe9daf
Commit
7fbe9daf
authored
Dec 25, 2014
by
Madhur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
relative url
parent
077d2c62
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
style.css
css/style.css
+4
-4
app.js
js/app.js
+2
-2
jquery.emojiarea.js
js/jquery.emojiarea.js
+1
-1
No files found.
css/style.css
View file @
7fbe9daf
body
{
background
:
#222222
url("
/
img/black_linen_v2.png")
repeat
;
background
:
#222222
url("img/black_linen_v2.png")
repeat
;
color
:
#aaaaaa
;
}
...
...
@@ -27,7 +27,7 @@ display: inline-block;
width
:
23px
;
height
:
23px
;
vertical-align
:
text-top
;
background
:
url('
/
img/IconsetW.png')
-10px
-4px
/
42px
1171px
no-repeat
;
background
:
url('img/IconsetW.png')
-10px
-4px
/
42px
1171px
no-repeat
;
opacity
:
0.8
;
}
...
...
@@ -109,11 +109,11 @@ opacity: 1;
display
:
inline-block
;
width
:
24px
;
height
:
29px
;
background
:
url('
/
img/IconsetSmiles.png')
no-repeat
;
background
:
url('img/IconsetSmiles.png')
no-repeat
;
background-size
:
42px
350px
;
}
.is_1x
.emoji-menu-tabs
.emoji-menu-tab
{
background-image
:
url('
/
img/IconsetSmiles_1x.png')
;
background-image
:
url('img/IconsetSmiles_1x.png')
;
}
.emoji-menu-tabs
.icon-recent
{
background-position
:
-9px
-306px
;
}
...
...
js/app.js
View file @
7fbe9daf
...
...
@@ -27,7 +27,7 @@ emojiApp.config(function($sceProvider)
}
}
$
.
emojiarea
.
spritesheetPath
=
'
/
img/emojisprite_!.png
'
;
$
.
emojiarea
.
spritesheetPath
=
'
img/emojisprite_!.png
'
;
$
.
emojiarea
.
spritesheetDimens
=
Config
.
EmojiCategorySpritesheetDimens
;
$
.
emojiarea
.
iconSize
=
20
;
$
.
emojiarea
.
icons
=
icons
;
...
...
js/jquery.emojiarea.js
View file @
7fbe9daf
...
...
@@ -274,7 +274,7 @@
+
xoffset
+
'
px
'
+
yoffset
+
'
px no-repeat;
'
;
style
+=
'
background-size:
'
+
scaledWidth
+
'
px
'
+
scaledHeight
+
'
px;
'
;
return
'
<img src="
/
img/blank.gif" class="img" style="
'
return
'
<img src="img/blank.gif" class="img" style="
'
+
style
+
'
" alt="
'
+
util
.
htmlEntities
(
name
)
+
'
">
'
;
};
...
...
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