PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 1.2.6
Forumax – AI Powered Advanced Community Forum Plugin v1.2.6
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 / admin / css / wp-widget.css

wp-widget.css in Forumax – AI Powered Advanced Community Forum Plugin 1.2.6, at assets/admin/css/wp-widget.css

30 lines 788 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bbpc-forum-information-wrapper .bbpc-section-heading {
2 background: #666;
3 border-radius: 3px;
4 color: #fefefe;
5 font-size: 1.1em;
6 margin: 15px 0 0;
7 padding: 5px 7px;
8 }
9 .bbpc-forum-information-wrapper p {
10 margin: 5px 0 12px;
11 }
12 .bbpc-forum-information-wrapper p:not(.bbpc-info-show) label{
13 font-weight: bold;
14 }
15 .bbpc-forum-information-wrapper .bbpc-info-show:not(.show-subscribe) {
16 column-count: 2;
17 gap: 8px;
18 margin: 15px 0;
19 display: flex;
20 flex-wrap: wrap;
21 justify-content: space-between;
22 align-content: space-between;
23 width: 350px;
24 }
25 .bbpc-forum-information-wrapper .bbpc-info-show .bbpc-info-show-item label{
26 margin-right: 10px;
27 }
28 span.bbpc-info-show-item {
29 flex-basis: calc(50% - 10px);
30 }