PluginProbe
bbPress / 2.1-rc4
bbPress v2.1-rc4
2.6.17 trunk 2.0 2.0-beta-1 2.0-beta-2b 2.0-beta-3 2.0-beta-3b 2.0-rc-2 2.0-rc-3 2.0-rc-4 2.0-rc-5 2.0.1 2.0.2 2.0.3 2.1 2.1-beta-1 2.1-rc1 2.1-rc2 2.1-rc3 2.1-rc4 2.1.1 2.1.2 2.1.3 2.2 2.2.1 All 72 releases
bbpress / bbp-theme-compat / css / bbpress-rtl.css

bbpress-rtl.css in bbPress 2.1-rc4, at bbp-theme-compat/css/bbpress-rtl.css

848 lines 17.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * bbPress specific CSS
3 *
4 * @package bbPress
5 * @subpackage Theme
6 */
7
8 /* =bbPress Style
9 -------------------------------------------------------------- */
10
11 #content hr,
12 #container hr {
13 margin: 0 0 24px 0;
14 }
15
16 #bbpress-forums {
17 background: transparent;
18 clear: both;
19 margin-bottom: 20px;
20 overflow: hidden;
21 }
22
23 #bbpress-forums div.even,
24 #bbpress-forums ul.even {
25 background-color: #fff;
26 }
27
28 #bbpress-forums div.odd,
29 #bbpress-forums ul.odd {
30 background-color: #fbfbfb;
31 }
32
33 #bbpress-forums div.bbp-topic-header,
34 #bbpress-forums div.bbp-reply-header {
35 background-color: #f4f4f4;
36 }
37
38 #bbpress-forums .status-trash.even,
39 #bbpress-forums .status-spam.even {
40 background-color: #fee;
41 }
42 #bbpress-forums .status-trash.odd,
43 #bbpress-forums .status-spam.odd {
44 background-color: #fdd;
45 }
46
47 #bbpress-forums .status-closed,
48 #bbpress-forums .status-closed a {
49 color: #ccc;
50 }
51
52 #bbpress-forums ul {
53 list-style: none;
54 margin: 0;
55 padding: 0;
56 }
57
58 #bbpress-forums ul.bbp-lead-topic,
59 #bbpress-forums ul.bbp-topics,
60 #bbpress-forums ul.bbp-forums,
61 #bbpress-forums ul.bbp-replies {
62 font-size: 12px;
63 overflow: hidden;
64 border: 1px solid #eee;
65 margin-bottom: 20px;
66 clear: both;
67 }
68
69 #bbpress-forums li.bbp-header,
70 #bbpress-forums li.bbp-body,
71 #bbpress-forums li.bbp-footer {
72 clear: both;
73 }
74
75 #bbpress-forums li.bbp-header,
76 #bbpress-forums li.bbp-footer {
77 background: #f3f3f3;
78 border-top: 1px solid #eee;
79 font-weight: bold;
80 padding: 8px;
81 text-align: center;
82 }
83
84 #bbpress-forums li.bbp-header {
85 background: #eaeaea;
86 }
87
88 #bbpress-forums li.bbp-header ul {
89 overflow: hidden;
90 }
91
92 #content .bbp-forum-description p,
93 #bbpress-forums li.bbp-footer p {
94 margin-bottom: 0;
95 }
96
97 #bbpress-forums .bbp-topic-content img,
98 #bbpress-forums .bbp-reply-content img {
99 max-width: 100%;
100 }
101
102 #bbpress-forums .bbp-topic-content ul,
103 #bbpress-forums .bbp-reply-content ul {
104 list-style: square;
105 padding-right: 15px;
106 }
107
108 .bbp-forum-description p {
109 font-size: 13px;
110 font-style: italic;
111 }
112
113 li.bbp-forum-info,
114 li.bbp-topic-title {
115 float: right;
116 text-align: right;
117 width: 55%;
118 }
119 li.bbp-forum-topic-count,
120 li.bbp-topic-voice-count,
121 li.bbp-forum-reply-count,
122 li.bbp-topic-reply-count{
123 float: right;
124 text-align: center;
125 width: 10%;
126 }
127
128 li.bbp-forum-freshness,
129 li.bbp-topic-freshness{
130 text-align: center;
131 float: right;
132 width: 22%;
133 }
134
135 #bbpress-forums li.bbp-body ul.forum,
136 #bbpress-forums li.bbp-body ul.topic {
137 border-top: 1px solid #eee;
138 overflow: hidden;
139 padding: 8px;
140 }
141
142 li.bbp-header div.bbp-topic-content span#subscription-toggle,
143 li.bbp-header div.bbp-topic-content span#favorite-toggle,
144 li.bbp-header div.bbp-reply-content span#subscription-toggle,
145 li.bbp-header div.bbp-reply-content span#favorite-toggle {
146 float: left;
147 }
148
149 #bbpress-forums div.bbp-topic-author,
150 #bbpress-forums div.bbp-reply-author {
151 float: right;
152 text-align: center;
153 width: 115px;
154 }
155
156 #bbpress-forums div.bbp-topic-author img.avatar,
157 #bbpress-forums div.bbp-reply-author img.avatar {
158 border: 0;
159 max-width: 80px;
160 }
161
162 #bbpress-forums div.bbp-topic-author a.bbp-author-name,
163 #bbpress-forums div.bbp-reply-author a.bbp-author-name {
164 word-wrap: break-word;
165 }
166
167 #bbpress-forums div.bbp-topic-content,
168 #bbpress-forums div.bbp-reply-content {
169 margin-right: 140px;
170 padding: 12px 12px 12px 0;
171 text-align: right;
172 }
173
174 #bbpress-forums li.bbp-header .bbp-topic-author,
175 #bbpress-forums li.bbp-footer .bbp-topic-author,
176 #bbpress-forums li.bbp-header .bbp-reply-author,
177 #bbpress-forums li.bbp-footer .bbp-reply-author {
178 float: right;
179 padding: 0;
180 width: 120px;
181 }
182
183 #bbpress-forums li.bbp-header .bbp-topic-content,
184 #bbpress-forums li.bbp-footer .bbp-topic-content,
185 #bbpress-forums li.bbp-header .bbp-reply-content,
186 #bbpress-forums li.bbp-footer .bbp-reply-content {
187 margin-right: 140px;
188 padding: 0;
189 text-align: right;
190 }
191
192 div.bbp-topic-header,
193 div.bbp-reply-header,
194 li.bbp-body div.hentry {
195 margin-bottom: 0;
196 overflow: hidden;
197 padding: 8px;
198 }
199
200 div.bbp-topic-header,
201 div.bbp-reply-header {
202 border-top: 1px solid #ddd;
203 clear: both;
204 }
205
206 span.bbp-author-ip {
207 font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
208 font-size: 11px;
209 font-weight: bold;
210 color: #aaa;
211 }
212
213 /* =Breadcrumb and Tags
214 -------------------------------------------------------------- */
215
216 div.bbp-breadcrumb {
217 float: right;
218 }
219
220 div.bbp-breadcrumb,
221 div.bbp-topic-tags {
222 font-size: 12px;
223 }
224
225 #content div.bbp-breadcrumb p,
226 #content div.bbp-topic-tags p {
227 margin-bottom: 10px
228 }
229
230 div.bbp-topic-tags {
231 float: left;
232 }
233
234 /* =Admin Links
235 -------------------------------------------------------------- */
236
237 span.bbp-admin-links {
238 float: left;
239 color: #ddd;
240 }
241 span.bbp-admin-links a {
242 color: #bbb;
243 font-weight: normal;
244 font-size: 10px;
245 text-transform: uppercase;
246 text-decoration: none;
247 }
248 fieldset span.bbp-admin-links {
249 float: right;
250 }
251 tr td span.bbp-admin-links a:hover {
252 color: #ff4b33;
253 }
254 td.bbp-topic-admin-links,
255 td.bbp-topic-counts {
256 width: 50%;
257 }
258
259 .bbp-topic-header a.bbp-topic-permalink,
260 .bbp-reply-header a.bbp-reply-permalink {
261 float: left;
262 margin-right: 10px;
263 color: #ccc;
264 }
265
266 /* =Toggles
267 -------------------------------------------------------------- */
268
269 .bbp-topic-action #favorite-toggle a {
270 text-decoration: none;
271 padding: 0 3px 1px;
272 color: #7c7;
273 border: 1px solid #aca;
274 background-color: #dfd;
275 font-weight: bold;
276 font-size: 13px;
277 -moz-border-radius: 8px;
278 -webkit-border-radius: 8px;
279 }
280 .bbp-topic-action #favorite-toggle a:hover {
281 color: #5a5;
282 border-color: #7c7;
283 background-color: #beb;
284 }
285 .bbp-topic-action #favorite-toggle span.is-favorite a {
286 color: #faa;
287 border: 1px solid #faa;
288 background-color: #fee;
289 -moz-border-radius: 5px;
290 -webkit-border-radius: 5px;
291 }
292 .bbp-topic-action #favorite-toggle span.is-favorite a:hover {
293 color: #c88;
294 border-color: #c88;
295 background-color: #fdd;
296 }
297
298 .bbp-topic-action #subscription-toggle a {
299 text-decoration: none;
300 padding: 0 3px 1px;
301 color: #7c7;
302 border: 1px solid #aca;
303 background-color: #dfd;
304 font-weight: bold;
305 font-size: 13px;
306 -moz-border-radius: 8px;
307 -webkit-border-radius: 8px;
308 }
309 .bbp-topic-action #subscription-toggle a:hover {
310 color: #5a5;
311 border-color: #7c7;
312 background-color: #beb;
313 }
314 .bbp-topic-action #subscription-toggle span.is-subscribed a {
315 color: #faa;
316 border: 1px solid #faa;
317 background-color: #fee;
318 -moz-border-radius: 5px;
319 -webkit-border-radius: 5px;
320 }
321 .bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
322 color: #c88;
323 border-color: #c88;
324 background-color: #fdd;
325 }
326
327 #content p.bbp-topic-meta {
328 margin-bottom: 0;
329 font-size: 11px;
330 }
331
332 #content p.bbp-topic-meta span {
333 white-space: nowrap;
334 }
335
336 /* =Pagination
337 -------------------------------------------------------------- */
338
339 .bbp-pagination-count {
340 float: right;
341 }
342 .bbp-pagination-links {
343 float: left;
344 }
345 .bbp-pagination {
346 float: right;
347 width: 100%;
348 margin-bottom: 20px;
349 }
350
351 .bbp-topic-pagination {
352 display: inline-block;
353 margin-right: 5px;
354 margin-bottom: 2px;
355 }
356 .bbp-topic-pagination a {
357 font-size: 10px;
358 line-height: 10px;
359 padding: 1px 3px;
360 border: 1px solid #ddd;
361 text-decoration: none;
362 }
363
364 /* =Forms
365 -------------------------------------------------------------- */
366 #content fieldset.bbp-form,
367 #container fieldset.bbp-form,
368 #wrapper fieldset.bbp-form {
369 clear: right;
370 }
371
372 #content fieldset.bbp-form,
373 #container fieldset.bbp-form,
374 #wrapper fieldset.bbp-form {
375 border: 1px solid #eee;
376 padding: 10px 20px;
377 margin-bottom: 10px;
378 }
379
380 #content fieldset.bbp-form legend,
381 #container fieldset.bbp-form legend,
382 #wrapper fieldset.bbp-form legend {
383 padding: 5px;
384 }
385
386 #content fieldset.bbp-form label,
387 #container fieldset.bbp-form label,
388 #wrapper fieldset.bbp-form label {
389 margin: 0;
390 display: inline-block;
391 }
392
393 #bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
394 #bbp-login fieldset label,
395 #bbp-register fieldset label,
396 #bbp-lost-pass fieldset label {
397 width: 100px;
398 }
399
400 #content fieldset.bbp-form p,
401 #container fieldset.bbp-form p,
402 #wrapper fieldset.bbp-form p,
403 #content fieldset.bbp-form textarea,
404 #container fieldset.bbp-form textarea,
405 #wrapper fieldset.bbp-form textarea,
406 #content fieldset.bbp-form select,
407 #container fieldset.bbp-form select,
408 #wrapper fieldset.bbp-form select,
409 #content fieldset.bbp-form input,
410 #container fieldset.bbp-form input,
411 #wrapper fieldset.bbp-form input {
412 margin: 0 0 10px;
413 }
414
415 textarea#bbp_reply_content,
416 textarea#bbp_topic_content,
417 textarea#bbp_forum_content {
418 width: 97%;
419 box-sizing: border-box;
420 -webkit-box-sizing:border-box;
421 -moz-box-sizing: border-box;
422 -ms-box-sizing: border-box;
423 }
424
425 textarea#bbp_forum_content {
426 height: 210px;
427 }
428
429 #content fieldset.bbp-forum-form-attributes,
430 #container fieldset.bbp-forum-form-attributes,
431 #wrapper fieldset.bbp-forum-form-attributes {
432 width: 200px;
433 float: left;
434 clear: none;
435 margin-right: 25px;
436 }
437
438 .bbp-topic-form,
439 .bbp-reply-form,
440 .bbp-topic-tag-form {
441 clear: right;
442 }
443 body.topic-edit .bbp-topic-form div.avatar img,
444 body.reply-edit .bbp-reply-form div.avatar img,
445 body.single-forum .bbp-topic-form div.avatar img,
446 body.single-reply .bbp-reply-form div.avatar img {
447 margin-left: 0;
448 padding: 10px;
449 border: 1px solid #ddd;
450 line-height: 0;
451 background-color: #efefef;
452 }
453
454 body.page .bbp-reply-form code,
455 body.page .bbp-topic-form code,
456 body.single-topic .bbp-reply-form code,
457 body.single-forum .bbp-topic-form code,
458 body.topic-edit .bbp-topic-form code,
459 body.reply-edit .bbp-reply-form code {
460 font-size: 10px;
461 background-color: #f0fff8;
462 border: 1px solid #CEEFE1;
463 display: block;
464 padding: 8px;
465 margin-top: 5px;
466 width: 369px;
467 }
468
469 #merge_tag,
470 #delete_tag {
471 display: inline;
472 }
473
474 div.bbp-submit-wrapper {
475 margin-top: 15px;
476 float: left;
477 clear: both;
478 }
479
480 p.form-allowed-tags {
481 width: 462px;
482 }
483
484 input[type="password"] {
485 background: #f9f9f9;
486 border: 1px solid #ccc;
487 box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
488 -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
489 -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
490 padding: 2px;
491 }
492
493 /* =TinyMCE in themes
494 -------------------------------------------------------------- */
495 #content div.bbp-the-content-wrapper {
496 margin-bottom: 10px;
497 }
498
499 #content div.bbp-the-content-wrapper textarea.bbp-the-content {
500 width: 100%;
501 margin: 0;
502 font-size: 12px;
503 }
504
505 #content div.bbp-the-content-wrapper table,
506 #content div.bbp-the-content-wrapper tbody,
507 #content div.bbp-the-content-wrapper tr,
508 #content div.bbp-the-content-wrapper td {
509 border: none;
510 padding: 0;
511 margin: 0;
512 width: auto;
513 line-height: 1em;
514 }
515
516 #content div.bbp-the-content-wrapper input {
517 font-size: 12px;
518 padding: 5px;
519 margin: 3px 0 0;
520 line-height: 1em;
521 margin: 0;
522 }
523
524 #content div.bbp-the-content-wrapper div.quicktags-toolbar {
525 padding: 5px;
526 min-height: 26px;
527 }
528 #content div.bbp-the-content-wrapper td.mceToolbar {
529 padding: 4px 4px 8px;
530 }
531
532 #content div.wp-editor-container {
533 margin: 0;
534 padding: 0;
535 line-height: 0;
536 }
537
538 #content div.bbp-the-content-wrapper td.mceStatusbar {
539 line-height: 16px;
540 }
541
542 /* =Edit User
543 -------------------------------------------------------------- */
544
545 #bbp-your-profile fieldset {
546 margin-top: 20px;
547 padding: 20px 20px 0 20px;
548 }
549 #bbp-your-profile fieldset div {
550 margin-bottom: 20px;
551 float: right;
552 width: 100%;
553 clear: right;
554 }
555 #bbp-your-profile fieldset select {
556 margin-bottom: 0;
557 }
558 #bbp-your-profile fieldset input,
559 #bbp-your-profile fieldset textarea {
560 margin-bottom: 0;
561 width: 400px;
562 background: #f9f9f9;
563 border: 1px solid #ccc;
564 box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
565 -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
566 -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
567 padding: 2px;
568 }
569 #bbp-your-profile fieldset legend {
570 display: none;
571 }
572 #content #bbp-your-profile fieldset label,
573 #container #bbp-your-profile fieldset label {
574 float: right;
575 width: 150px;
576 padding-left: 20px;
577 text-align: left;
578 }
579 #bbp-your-profile fieldset span.description {
580 margin: 5px 0 0 170px;
581 font-size: 12px;
582 font-style: italic;
583 float: right;
584 clear: right;
585 width: 383px;
586 padding: 5px 10px;
587 border: #cee1ef 1px solid;
588 background-color: #f0f8ff;
589 }
590
591 #content #bbp-your-profile fieldset fieldset,
592 #container #bbp-your-profile fieldset fieldset {
593 margin: 0;
594 width: 260px;
595 border: none;
596 padding: 0;
597 clear: none;
598 float: none;
599 }
600 #bbp-your-profile fieldset fieldset span.description {
601 margin-right: 0;
602 margin-bottom: 20px;
603 }
604
605 #bbp-your-profile fieldset.submit button {
606 float: left;
607 }
608
609 /* =Notices
610 -------------------------------------------------------------- */
611
612 div.bbp-template-notice {
613 border-width: 1px;
614 border-style: solid;
615 padding: 0 0.6em;
616 margin: 5px 0 15px;
617 -moz-border-radius: 3px;
618 -khtml-border-radius: 3px;
619 -webkit-border-radius: 3px;
620 border-radius: 3px;
621 background-color: #ffffe0;
622 border-color: #e6db55;
623 color: #000;
624 clear: both;
625 }
626 div.bbp-template-notice a {
627 color: #555;
628 text-decoration: none;
629 }
630 div.bbp-template-notice a:hover {
631 color: #000;
632 }
633 div.bbp-template-notice.info {
634 border: #cee1ef 1px solid;
635 background-color: #f0f8ff;
636 }
637 div.bbp-template-notice.important {
638 border: #e6db55 1px solid;
639 background-color: #fffbcc;
640 }
641 div.bbp-template-notice.error,
642 div.bbp-template-notice.warning {
643 background-color: #ffebe8;
644 border-color: #c00;
645 }
646 div.bbp-template-notice.error a,
647 div.bbp-template-notice.warning a {
648 color: #c00;
649 }
650 div.bbp-template-notice p {
651 margin: 0.5em 0 6px 0 !important;
652 padding: 2px;
653 font-size: 12px;
654 line-height: 140%;
655 }
656
657 /* =Stickies
658 -------------------------------------------------------------- */
659
660 .bbp-topics-front ul.super-sticky,
661 .bbp-topics ul.super-sticky,
662 .bbp-topics ul.sticky,
663 .bbp-forum-content ul.sticky {
664 background-color: #ffffe0 !important;
665 font-size: 1.1em;
666 }
667
668 /* =Revisions
669 -------------------------------------------------------------- */
670 #content .bbp-topic-revision-log,
671 #content .bbp-reply-revision-log,
672
673 #main .bbp-topic-revision-log,
674 #main .bbp-reply-revision-log,
675
676 #container .bbp-topic-revision-log,
677 #container .bbp-reply-revision-log {
678 border-top: 1px dotted #ddd;
679 list-style: none;
680 width: 100%;
681 margin: 0;
682 padding: 8px 0 0 0;
683 font-size: 11px;
684 color: #aaa;
685 }
686
687 /* =Widgets
688 -------------------------------------------------------------- */
689
690 .bbp-login-form fieldset legend {
691 display: none;
692 }
693
694 .bbp-login-form .bbp-username input,
695 .bbp-login-form .bbp-email input,
696 .bbp-login-form .bbp-password input {
697 padding: 5px;
698 }
699
700 .bbp-login-form .bbp-username label,
701 .bbp-login-form .bbp-password label {
702 width: 70px;
703 display: inline-block;
704 }
705 .bbp-login-form .bbp-username,
706 .bbp-login-form .bbp-password,
707 .bbp-login-form .bbp-remember-me,
708 .bbp-login-form .bbp-submit-wrapper {
709 margin-top: 10px;
710 }
711
712 .bbp-login-form .bbp-remember-me {
713
714 }
715
716 .bbp-login-form .bbp-submit-wrapper {
717 text-align: left;
718 }
719
720 .bbp-login-form .bbp-login-links {
721 }
722
723 .bbp-login-form .bbp-login-links a {
724 float: right;
725 clear: right;
726 }
727
728 .bbp-logged-in img.avatar {
729 float: right;
730 margin-left: 15px;
731 }
732
733 .bbp-logged-in h4 {
734 font-weight: bold;
735 font-size: 1.3em;
736 clear: none;
737 margin-bottom: 10px;
738 }
739
740 /* =Avatars
741 -------------------------------------------------------------- */
742
743 #content p.bbp-topic-meta img.avatar,
744 #content ul.bbp-reply-revision-log img.avatar,
745 #content ul.bbp-topic-revision-log img.avatar,
746 #content div.bbp-template-notice img.avatar,
747 #content .widget_display_topics img.avatar,
748 #content .widget_display_replies img.avatar,
749 #content p.bbp-topic-meta img.avatar,
750
751 #main ul.bbp-reply-revision-log img.avatar,
752 #main ul.bbp-topic-revision-log img.avatar,
753 #main div.bbp-template-notice img.avatar,
754 #main .widget_display_topics img.avatar,
755 #main .widget_display_replies img.avatar,
756 #main p.bbp-topic-meta img.avatar,
757
758 #container ul.bbp-reply-revision-log img.avatar,
759 #container ul.bbp-topic-revision-log img.avatar,
760 #container div.bbp-template-notice img.avatar,
761 #container .widget_display_topics img.avatar,
762 #container .widget_display_replies img.avatar {
763 float: none;
764 margin-bottom: -7px;
765 border: 3px double #ddd;
766 }
767
768 fieldset div.avatar {
769 float: left;
770 }
771
772 /* =BuddyPress Activity Streams
773 -------------------------------------------------------------- */
774
775 .activity-list li.bbp_topic_create .activity-content .activity-inner,
776 .activity-list li.bbp_reply_create .activity-content .activity-inner {
777 border-right: 2px solid #eaeaea;
778 margin-right: 5px;
779 padding-right: 10px;
780 }
781
782 /* =User Pages
783 -------------------------------------------------------------- */
784
785 #bbpress-forums h1 {
786 clear: none;
787 font-size: 1.8em;
788 line-height: 1em;
789 padding-bottom: 10px;
790 }
791
792 #bbpress-forums h2.entry-title {
793 font-size: 1.4em;
794 margin-bottom: 0;
795 padding-bottom: 10px;
796 padding-top: 0;
797 }
798
799 #bbpress-forums #entry-author-info {
800 margin: 10px 0 20px 0;
801 overflow: hidden;
802 }
803
804 #bbpress-forums #entry-author-info #author-avatar {
805 float: right;
806 margin-left: 0;
807 width: 60px;
808 }
809
810 #bbpress-forums #entry-author-info #author-avatar img.avatar {
811 max-width: 60px;
812 }
813
814 #bbpress-forums #entry-author-info #author-description {
815 float: none;
816 margin-right: 100px;
817 }
818
819 #bbp-author-subscriptions,
820 #bbp-author-favorites,
821 #bbp-author-topics-started {
822 border-top: 1px solid #ccc;
823 clear: both;
824 margin-bottom: 20px;
825 padding-top: 20px;
826 }
827
828 body.my-account #bbpress-forums,
829 body.my-account #bbp-author-subscriptions,
830 body.my-account #bbp-author-favorites,
831 body.my-account #bbp-author-topics-started {
832 border-top: none;
833 padding-top: 0;
834 margin-bottom: 0;
835 }
836
837 /* =BuddyPress Group Forums
838 -------------------------------------------------------------- */
839
840 #bbpress-forums div.row-actions {
841 font-size: 11px;
842 visibility: hidden;
843 }
844
845 #bbpress-forums li:hover > div.row-actions {
846 visibility: visible;
847 }
848