Skip to content

Commit 523743c

Browse files
committed
RTL language fixes
1 parent cce1fc8 commit 523743c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

styles/prosilver/theme/ideas.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dd.topics {
99
margin: 0 5px 0 0;
1010
}
1111

12+
/* Vote buttons */
1213
.minivoteup,
1314
.minivotedown {
1415
line-height: normal;
@@ -76,6 +77,18 @@ dd.topics {
7677
right: -4px;
7778
}
7879

80+
.rtl .minivoteup,
81+
.rtl .minivotedown {
82+
float: right;
83+
margin-right: auto;
84+
margin-left: 10px;
85+
}
86+
87+
.rtl .user-voted {
88+
right: auto;
89+
left: -4px;
90+
}
91+
7992
/* Ideas Lists Styles */
8093
.view-all {
8194
color: #536482;

0 commit comments

Comments
 (0)