PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 1.2.8
Forumax – AI Powered Advanced Community Forum Plugin v1.2.8
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
bbp-core / assets / css / bbpc-main-rtl.css

bbpc-main-rtl.css in Forumax – AI Powered Advanced Community Forum Plugin 1.2.8, at assets/css/bbpc-main-rtl.css

98 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .forum-meta .topics, .forum-meta .replies {
2 margin-right: 0;
3 margin-left: 10px;
4 }
5
6 .forum-with-topics .topic-table .topic-contents .user .user-img {
7 margin-right: 0;
8 margin-left: 10px;
9 }
10 .forum-with-topics .topic-table .topic-heading .icon-text svg {
11 margin-right: 0;
12 margin-left: 5px;
13 }
14
15 .h_doc_documentation_area .nav {
16 padding-right: 0;
17 }
18
19 .forum-meta .topics svg, .forum-meta .replies svg {
20 margin-right: 0;
21 margin-left: 5px;
22 }
23
24 .community-area .nav-tabs .nav-item button {
25 margin-right: 0;
26 margin-left: 30px;
27 }
28
29 .community-topic-widget-box span:nth-child(2) {
30 padding-right: 0;
31 padding-left: 8px;
32 }
33
34 .community-topic-widget-box span:nth-child(4) {
35 padding-left: 0;
36 padding-right: 8px;
37 }
38
39 .single-forum-post-widget .post-reach {
40 border-left: none;
41 padding-left: 0;
42 padding-right: 15px;
43 border-right: 1px solid #e6e6e6;
44 }
45
46 .single-forum-post-widget .post-info .author {
47 margin-right: 0;
48 margin-left: 15px;
49 }
50 .single-forum-post-widget .post-info .author img {
51 margin-right: 0;
52 margin-left: 5px;
53 }
54 .single-forum-post-widget .post-info .post-time {
55 margin-right: 0;
56 margin-left: 15px;
57 }
58 .single-forum-post-widget .post-info .post-time img {
59 margin-right: 0;
60 margin-left: 5px;
61 }
62 .single-forum-post-widget .post-info .post-category {
63 margin-right: 0;
64 margin-left: 15px;
65 }
66 .single-forum-post-widget .post-info .post-category img {
67 margin-right: 0;
68 margin-left: 5px;
69 }
70
71 .single-forum-post-widget .post-reach > div img {
72 margin-right: 0;
73 margin-left: 5px;
74 }
75
76 .forum-post-widget .post-filter-widget .single-filter-item {
77 margin-right: 0;
78 margin-left: 40px;
79 }
80 .forum-post-widget .post-filter-widget .single-filter-item:last-child {
81 margin-left: 0;
82 }
83
84 .community-post:hover {
85 transform: translateX(-10px);
86 }
87 .community-post .post-content .author-avatar {
88 margin-right: 0;
89 margin-left: 25px;
90 }
91
92 .community-topic-widget-box img {
93 margin-right: 0;
94 margin-left: 24px;
95 }
96
97 /*# sourceMappingURL=bbpc-main-rtl.css.map */
98