Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
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
Kulya
vmj-qt
Commits
ffb4d8d0
Commit
ffb4d8d0
authored
Dec 16, 2016
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the Stockholm style test
parent
d8d602d6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
38 deletions
+28
-38
mockup.html
resources/chat/styles/Stockholm/test/mockup.html
+28
-38
No files found.
resources/chat/styles/Stockholm/test/mockup.html
View file @
ffb4d8d0
...
...
@@ -14,16 +14,6 @@
//
background-image
:
url("/Library/Desktop\ Pictures/Plants/Leaves.jpg")
!important
;
}
.incoming
.x-buddyicon
{
background
:
url("./buddy_icon.png")
no-repeat
top
left
;
}
.outgoing
.x-buddyicon
{
background
:
url("./buddy_icon.png")
no-repeat
top
left
;
}
</style>
</head>
<body>
...
...
@@ -35,8 +25,8 @@ INCOMING CONTEXT
<HR>
<div
class=
"x-container incoming message history AIM show-icons ltr"
background=
"buddy_noicon.png"
>
<img
class=
"x-buddyicon"
>
<div
class=
"x-container incoming message history AIM show-icons ltr"
>
<img
class=
"x-buddyicon"
src=
"buddy_icon.png"
>
<div
class=
"x-iconoverlay"
></div>
<div
class=
"x-mentionicon"
title=
"Mentioned!"
></div>
<div
class=
"x-header ltr"
>
...
...
@@ -51,8 +41,8 @@ INCOMING CONTEXT
<HR>
<div
class=
"x-container incoming message history AIM show-icons ltr"
background=
"buddy_noicon.png"
>
<img
class=
"x-buddyicon"
>
<div
class=
"x-container incoming message history AIM show-icons ltr"
>
<img
class=
"x-buddyicon"
src=
"buddy_icon.png"
>
<div
class=
"x-iconoverlay"
></div>
<div
class=
"x-mentionicon"
title=
"Mentioned!"
></div>
<div
class=
"x-header ltr"
>
...
...
@@ -78,8 +68,8 @@ INCOMING CONTEXT MENTION
<HR>
<div
class=
"x-container mention incoming message history AIM show-icons ltr"
background=
"buddy_noicon.png"
>
<img
class=
"x-buddyicon"
>
<div
class=
"x-container mention incoming message history AIM show-icons ltr"
>
<img
class=
"x-buddyicon"
src=
"buddy_icon.png"
>
<div
class=
"x-iconoverlay"
></div>
<div
class=
"x-mentionicon"
title=
"Mentioned!"
></div>
<div
class=
"x-header ltr"
>
...
...
@@ -98,8 +88,8 @@ INCOMING CONTENT MENTION FOCUS
<HR>
<div
class=
"x-container mention focus incoming message AIM show-icons ltr"
background=
"buddy_noicon.png"
>
<img
class=
"x-buddyicon"
>
<div
class=
"x-container mention focus incoming message AIM show-icons ltr"
>
<img
class=
"x-buddyicon"
src=
"buddy_icon.png"
>
<div
class=
"x-iconoverlay"
></div>
<div
class=
"x-mentionicon"
title=
"Mentioned!"
></div>
<div
class=
"x-header ltr"
>
...
...
@@ -130,8 +120,8 @@ INCOMING CONTENT
<HR>
<div
class=
"x-container incoming message AIM show-icons ltr"
background=
"buddy_noicon.png"
>
<img
class=
"x-buddyicon"
>
<div
class=
"x-container incoming message AIM show-icons ltr"
>
<img
class=
"x-buddyicon"
src=
"buddy_icon.png"
>
<div
class=
"x-iconoverlay"
></div>
<div
class=
"x-mentionicon"
title=
"Mentioned!"
></div>
<div
class=
"x-header ltr"
>
...
...
@@ -146,8 +136,8 @@ INCOMING CONTENT
<HR>
<div
class=
"x-container incoming message AIM show-icons ltr"
background=
"buddy_noicon.png"
>
<img
class=
"x-buddyicon"
>
<div
class=
"x-container incoming message AIM show-icons ltr"
>
<img
class=
"x-buddyicon"
src=
"buddy_icon.png"
>
<div
class=
"x-iconoverlay"
></div>
<div
class=
"x-mentionicon"
title=
"Mentioned!"
></div>
<div
class=
"x-header ltr"
>
...
...
@@ -174,8 +164,8 @@ INCOMING CONTENT
<HR>
<div
class=
"x-container incoming message AIM show-icons rtl"
background=
"buddy_noicon.png"
>
<img
class=
"x-buddyicon"
>
<div
class=
"x-container incoming message AIM show-icons rtl"
>
<img
class=
"x-buddyicon"
src=
"buddy_icon.png"
>
<div
class=
"x-iconoverlay"
></div>
<div
class=
"x-mentionicon"
title=
"Mentioned!"
></div>
<div
class=
"x-header rtl"
>
...
...
@@ -194,8 +184,8 @@ INCOMING CONTENT FOCUS
<HR>
<div
class=
"x-container focus incoming message AIM show-icons ltr"
background=
"buddy_noicon.png"
>
<img
class=
"x-buddyicon"
>
<div
class=
"x-container focus incoming message AIM show-icons ltr"
>
<img
class=
"x-buddyicon"
src=
"buddy_icon.png"
>
<div
class=
"x-iconoverlay"
></div>
<div
class=
"x-mentionicon"
title=
"Mentioned!"
></div>
<div
class=
"x-header ltr"
>
...
...
@@ -222,8 +212,8 @@ INCOMING CONTENT MENTION
<HR>
<div
class=
"x-container mention incoming message AIM show-icons ltr"
background=
"buddy_noicon.png"
>
<img
class=
"x-buddyicon"
>
<div
class=
"x-container mention incoming message AIM show-icons ltr"
>
<img
class=
"x-buddyicon"
src=
"buddy_icon.png"
>
<div
class=
"x-iconoverlay"
></div>
<div
class=
"x-mentionicon"
title=
"Mentioned!"
></div>
<div
class=
"x-header ltr"
>
...
...
@@ -238,8 +228,8 @@ INCOMING CONTENT MENTION
<HR>
<div
class=
"x-container mention incoming message AIM show-icons ltr"
background=
"buddy_noicon.png"
>
<img
class=
"x-buddyicon"
>
<div
class=
"x-container mention incoming message AIM show-icons ltr"
>
<img
class=
"x-buddyicon"
src=
"buddy_icon.png"
>
<div
class=
"x-iconoverlay"
></div>
<div
class=
"x-mentionicon"
title=
"Mentioned!"
></div>
<div
class=
"x-header ltr"
>
...
...
@@ -288,8 +278,8 @@ OUTGOING CONTEXT
<HR>
<div
class=
"x-container outgoing message history AIM show-icons ltr"
background=
"buddy_noicon.png"
>
<img
class=
"x-buddyicon"
>
<div
class=
"x-container outgoing message history AIM show-icons ltr"
>
<img
class=
"x-buddyicon"
src=
"buddy_icon.png"
>
<div
class=
"x-iconoverlay"
></div>
<div
class=
"x-mentionicon"
title=
"Mentioned!"
></div>
<div
class=
"x-header ltr"
>
...
...
@@ -308,8 +298,8 @@ OUTGOING CONTENT
<HR>
<div
class=
"x-container outgoing message AIM show-icons ltr"
background=
"buddy_noicon.png"
>
<img
class=
"x-buddyicon"
>
<div
class=
"x-container outgoing message AIM show-icons ltr"
>
<img
class=
"x-buddyicon"
src=
"buddy_icon.png"
>
<div
class=
"x-iconoverlay"
></div>
<div
class=
"x-mentionicon"
title=
"Mentioned!"
></div>
<div
class=
"x-header ltr"
>
...
...
@@ -332,8 +322,8 @@ OUTGOING CONTENT
<HR>
<div
class=
"x-container outgoing message AIM show-icons ltr"
background=
"buddy_noicon.png"
>
<img
class=
"x-buddyicon"
>
<div
class=
"x-container outgoing message AIM show-icons ltr"
>
<img
class=
"x-buddyicon"
src=
"buddy_icon.png"
>
<div
class=
"x-iconoverlay"
></div>
<div
class=
"x-mentionicon"
title=
"Mentioned!"
></div>
<div
class=
"x-header ltr"
>
...
...
@@ -346,8 +336,8 @@ OUTGOING CONTENT
</div>
</div>
<div
class=
"x-container outgoing message AIM show-icons rtl"
background=
"buddy_noicon.png"
>
<img
class=
"x-buddyicon"
>
<div
class=
"x-container outgoing message AIM show-icons rtl"
>
<img
class=
"x-buddyicon"
src=
"buddy_icon.png"
>
<div
class=
"x-iconoverlay"
></div>
<div
class=
"x-mentionicon"
title=
"Mentioned!"
></div>
<div
class=
"x-header rtl"
>
...
...
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