Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
e60e4c21
Commit
e60e4c21
authored
Nov 05, 2014
by
Matija Obreza
Browse files
RTL fixes
parent
ea5b1663
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/content/include/activitypost.jsp
View file @
e60e4c21
...
...
@@ -6,12 +6,12 @@
<div
class=
"post-head clearfix"
>
<div
class=
"user-icon"
><img
src=
"
<c:url
value=
"/html/images/icon_user_genesys.png"
/>
"
alt=
""
/></div>
<div
class=
"post-head-content"
><c:out
value=
"
${
activityPost
.
title
}
"
escapeXml=
"false"
/></div>
<div
class=
"post-head-content"
dir=
"ltr"
><c:out
value=
"
${
activityPost
.
title
}
"
escapeXml=
"false"
/></div>
</div>
<c:if
test=
"
${
activityPost
.
body
ne
null
and
activityPost
.
body
.
length
()
gt
0
}
"
>
<div
class=
"post-inner clearfix"
>
<div
class=
"post-content"
>
<div
class=
"post-content"
dir=
"ltr"
>
<c:out
value=
"
${
activityPost
.
body
}
"
escapeXml=
"false"
/>
</div>
</div>
...
...
src/main/webapp/WEB-INF/jsp/index.jsp
View file @
e60e4c21
...
...
@@ -60,7 +60,7 @@
<a
href=
"
<c:url
value=
"/content/activitypost/new"
/>
"
class=
"pull-right close"
style=
""
>
<spring:message
code=
"activitypost.add-new-post"
/>
</a>
</security:authorize>
<h1>
R
ecent
A
ctivity
</h1>
<h1>
<spring:message
code=
"activity.r
ecent
-a
ctivity
"
/>
</h1>
<div
class=
"all-posts"
>
...
...
@@ -76,7 +76,7 @@
<!-- middle column end / right columns start -->
<div
class=
"col-md-3"
id=
"right-col"
>
<div
class=
"content-block"
id=
"stats"
>
<h2>
Stats
</h2>
<h2>
<spring:message
code=
"data-overview"
/>
</h2>
<div
class=
"stats-map"
>
<div
class=
"all-stats"
>
...
...
src/main/webapp/html/css/custom.css
View file @
e60e4c21
...
...
@@ -959,7 +959,6 @@ html[dir="rtl"] #country-in-genesys table .alignleft {
}
html
[
dir
=
"rtl"
]
#stats
.stats-map
.all-stats
{
left
:
auto
;
right
:
10px
;
}
...
...
@@ -980,7 +979,6 @@ html[dir="rtl"] #stats .stats-map .all-stats {
}
html
[
dir
=
"rtl"
]
#stats
.stats-map
.one-stat
{
float
:
right
;
}
#stats
.stat-lists
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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