We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce1fc8 commit 523743cCopy full SHA for 523743c
1 file changed
styles/prosilver/theme/ideas.css
@@ -9,6 +9,7 @@ dd.topics {
9
margin: 0 5px 0 0;
10
}
11
12
+/* Vote buttons */
13
.minivoteup,
14
.minivotedown {
15
line-height: normal;
@@ -76,6 +77,18 @@ dd.topics {
76
77
right: -4px;
78
79
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
92
/* Ideas Lists Styles */
93
.view-all {
94
color: #536482;
0 commit comments