| 1 |
|
| 2 |
/* Kludge for too-wide inputs & selects */ |
| 3 |
#poststuff #bbp_forum_attributes select#parent_id, |
| 4 |
#poststuff #bbp_forum_attributes input#menu_order, |
| 5 |
#poststuff #bbp_topic_attributes select#parent_id, |
| 6 |
#poststuff #bbp_reply_attributes select#bbp_forum_id, |
| 7 |
#poststuff #bbp_reply_attributes select#bbp_reply_to, |
| 8 |
#poststuff #bbp_reply_attributes input#bbp_forum_id, |
| 9 |
#poststuff #bbp_reply_attributes input#bbp_topic_id, |
| 10 |
#poststuff #bbp_author_metabox input#bbp_author_id, |
| 11 |
#poststuff #bbp_author_metabox input#bbp_author_ip_address, |
| 12 |
#poststuff #bbp_author_metabox input#bbp_anonymous_name, |
| 13 |
#poststuff #bbp_author_metabox input#bbp_anonymous_email, |
| 14 |
#poststuff #bbp_author_metabox input#bbp_anonymous_website { |
| 15 |
max-width: 165px; |
| 16 |
padding: 0 8px; |
| 17 |
box-sizing: border-box; |
| 18 |
} |
| 19 |
|
| 20 |
/* Version Badge */ |
| 21 |
|
| 22 |
.bbp-badge { |
| 23 |
transform-origin: top right; |
| 24 |
animation: swoop 16s infinite linear; |
| 25 |
} |
| 26 |
|
| 27 |
.bbp-bee { |
| 28 |
font: 400 80px/1 dashicons !important; |
| 29 |
color: #000; |
| 30 |
position: absolute; |
| 31 |
height: 60px; |
| 32 |
width: 60px; |
| 33 |
} |
| 34 |
|
| 35 |
.bbp-hive { |
| 36 |
font: 400 150px/1 dashicons !important; |
| 37 |
color: #ccc; |
| 38 |
position: absolute; |
| 39 |
height: 150px; |
| 40 |
width: 150px; |
| 41 |
top: 0; |
| 42 |
left: 0; |
| 43 |
display: block; |
| 44 |
} |
| 45 |
|
| 46 |
.bbp-bee::before { |
| 47 |
content: "\f451"; |
| 48 |
} |
| 49 |
|
| 50 |
.bbp-hive::before { |
| 51 |
content: "\f449"; |
| 52 |
} |
| 53 |
|
| 54 |
.notice-bbpress { |
| 55 |
border-right: 4px solid #78cd95; |
| 56 |
padding-right: 36px; |
| 57 |
background-color: rgb(235, 255, 235); |
| 58 |
position: relative; |
| 59 |
} |
| 60 |
|
| 61 |
.notice-bbpress .bbpress-logo-icon { |
| 62 |
position: absolute; |
| 63 |
height: auto; |
| 64 |
width: auto; |
| 65 |
padding: 7px 9px; |
| 66 |
top: 50%; |
| 67 |
right: 0; |
| 68 |
transform: translateY(-50%); |
| 69 |
font: 400 24px/1 dashicons !important; |
| 70 |
} |
| 71 |
|
| 72 |
.notice-bbpress .bbpress-logo-icon::before { |
| 73 |
content: "\f477"; |
| 74 |
color: #555; |
| 75 |
} |
| 76 |
|
| 77 |
@keyframes buzz { |
| 78 |
|
| 79 |
0% { |
| 80 |
left: -2px; |
| 81 |
top: -1px; |
| 82 |
} |
| 83 |
|
| 84 |
25% { |
| 85 |
left: 1px; |
| 86 |
top: 2px; |
| 87 |
} |
| 88 |
|
| 89 |
50% { |
| 90 |
left: -3px; |
| 91 |
top: -1px; |
| 92 |
} |
| 93 |
|
| 94 |
75% { |
| 95 |
left: 2px; |
| 96 |
top: 1px; |
| 97 |
} |
| 98 |
|
| 99 |
0% { |
| 100 |
left: -2px; |
| 101 |
top: -1px; |
| 102 |
} |
| 103 |
} |
| 104 |
|
| 105 |
@keyframes swoop { |
| 106 |
|
| 107 |
0% { |
| 108 |
transform: rotate(-95deg); |
| 109 |
} |
| 110 |
|
| 111 |
100% { |
| 112 |
transform: rotate(-455deg); |
| 113 |
} |
| 114 |
} |
| 115 |
|
| 116 |
.about-wrap .bbp-badge { |
| 117 |
position: absolute; |
| 118 |
left: 50px; |
| 119 |
top: 50px; |
| 120 |
height: 25px; |
| 121 |
width: 25px; |
| 122 |
} |
| 123 |
|
| 124 |
body.rtl .about-wrap .bbp-badge { |
| 125 |
left: auto; |
| 126 |
right: 50px; |
| 127 |
} |
| 128 |
|
| 129 |
/* Dashicons */ |
| 130 |
|
| 131 |
th .bbp_forums_column::before, |
| 132 |
#dashboard_right_now a.bbp-glance-forums::before, |
| 133 |
#adminmenu #menu-posts-forum .wp-menu-image::before { |
| 134 |
content: "\f449"; |
| 135 |
} |
| 136 |
|
| 137 |
th .bbp_topics_column::before, |
| 138 |
#dashboard_right_now a.bbp-glance-topics::before, |
| 139 |
#adminmenu #menu-posts-topic .wp-menu-image::before { |
| 140 |
content: "\f450"; |
| 141 |
} |
| 142 |
|
| 143 |
th .bbp_replies_column::before, |
| 144 |
#dashboard_right_now a.bbp-glance-replies::before, |
| 145 |
#adminmenu #menu-posts-reply .wp-menu-image::before { |
| 146 |
content: "\f451"; |
| 147 |
} |
| 148 |
|
| 149 |
#dashboard_right_now a.bbp-glance-topic-tags::before { |
| 150 |
content: "\f323"; |
| 151 |
} |
| 152 |
|
| 153 |
#dashboard_right_now a.bbp-glance-users::before { |
| 154 |
content: "\f110"; |
| 155 |
} |
| 156 |
|
| 157 |
th .bbp_forums_column, |
| 158 |
th .bbp_topics_column, |
| 159 |
th .bbp_replies_column { |
| 160 |
height: 16px; |
| 161 |
width: 16px; |
| 162 |
} |
| 163 |
|
| 164 |
th .bbp_forums_column::before, |
| 165 |
th .bbp_topics_column::before, |
| 166 |
th .bbp_replies_column::before { |
| 167 |
font: 400 20px/0.5 dashicons; |
| 168 |
display: inline-block; |
| 169 |
padding: 0; |
| 170 |
top: 4px; |
| 171 |
right: -4px; |
| 172 |
position: relative; |
| 173 |
vertical-align: top; |
| 174 |
-webkit-font-smoothing: antialiased; |
| 175 |
-moz-osx-font-smoothing: grayscale; |
| 176 |
text-decoration: none !important; |
| 177 |
color: #444; |
| 178 |
} |
| 179 |
|
| 180 |
/* Deprecated Dashboard Metabox */ |
| 181 |
|
| 182 |
#bbp-dashboard-right-now p.sub, |
| 183 |
#bbp-dashboard-right-now .table, |
| 184 |
#bbp-dashboard-right-now .versions { |
| 185 |
margin: -12px; |
| 186 |
} |
| 187 |
|
| 188 |
#bbp-dashboard-right-now .inside { |
| 189 |
font-size: 12px; |
| 190 |
padding-top: 20px; |
| 191 |
margin-bottom: 0; |
| 192 |
} |
| 193 |
|
| 194 |
#bbp-dashboard-right-now p.sub { |
| 195 |
padding: 5px 0 15px; |
| 196 |
color: #8f8f8f; |
| 197 |
font-size: 14px; |
| 198 |
position: absolute; |
| 199 |
top: -17px; |
| 200 |
right: 15px; |
| 201 |
} |
| 202 |
|
| 203 |
body.rtl #bbp-dashboard-right-now p.sub { |
| 204 |
left: 15px; |
| 205 |
right: 0; |
| 206 |
} |
| 207 |
|
| 208 |
#bbp-dashboard-right-now .table { |
| 209 |
margin: 0; |
| 210 |
padding: 0; |
| 211 |
position: relative; |
| 212 |
} |
| 213 |
|
| 214 |
#bbp-dashboard-right-now .table_content { |
| 215 |
float: right; |
| 216 |
border-top: #ececec 1px solid; |
| 217 |
width: 45%; |
| 218 |
} |
| 219 |
|
| 220 |
body.rtl #bbp-dashboard-right-now .table_content { |
| 221 |
float: left; |
| 222 |
} |
| 223 |
|
| 224 |
#bbp-dashboard-right-now .table_discussion { |
| 225 |
float: left; |
| 226 |
border-top: #ececec 1px solid; |
| 227 |
width: 45%; |
| 228 |
} |
| 229 |
|
| 230 |
body.rtl #bbp-dashboard-right-now .table_discussion { |
| 231 |
float: right; |
| 232 |
} |
| 233 |
|
| 234 |
#bbp-dashboard-right-now table td { |
| 235 |
padding: 3px 0; |
| 236 |
white-space: nowrap; |
| 237 |
} |
| 238 |
|
| 239 |
#bbp-dashboard-right-now table tr.first td { |
| 240 |
border-top: none; |
| 241 |
} |
| 242 |
|
| 243 |
#bbp-dashboard-right-now td.b { |
| 244 |
padding-left: 6px; |
| 245 |
text-align: left; |
| 246 |
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 247 |
font-size: 14px; |
| 248 |
width: 1%; |
| 249 |
} |
| 250 |
|
| 251 |
body.rtl #bbp-dashboard-right-now td.b { |
| 252 |
padding-right: 6px; |
| 253 |
padding-left: 0; |
| 254 |
} |
| 255 |
|
| 256 |
#bbp-dashboard-right-now td.b a { |
| 257 |
font-size: 18px; |
| 258 |
} |
| 259 |
|
| 260 |
#bbp-dashboard-right-now td.b a:hover { |
| 261 |
color: #d54e21; |
| 262 |
} |
| 263 |
|
| 264 |
#bbp-dashboard-right-now .t { |
| 265 |
font-size: 12px; |
| 266 |
padding-left: 12px; |
| 267 |
padding-top: 6px; |
| 268 |
color: #777; |
| 269 |
} |
| 270 |
|
| 271 |
body.rtl #bbp-dashboard-right-now .t { |
| 272 |
padding-right: 12px; |
| 273 |
padding-left: 0; |
| 274 |
} |
| 275 |
|
| 276 |
#bbp-dashboard-right-now .t a { |
| 277 |
white-space: nowrap; |
| 278 |
} |
| 279 |
|
| 280 |
#bbp-dashboard-right-now .spam { |
| 281 |
color: #f00; |
| 282 |
} |
| 283 |
|
| 284 |
#bbp-dashboard-right-now .waiting { |
| 285 |
color: #e66f00; |
| 286 |
} |
| 287 |
|
| 288 |
#bbp-dashboard-right-now .approved { |
| 289 |
color: #0f0; |
| 290 |
} |
| 291 |
|
| 292 |
#bbp-dashboard-right-now .versions { |
| 293 |
padding: 6px 10px 12px; |
| 294 |
clear: both; |
| 295 |
} |
| 296 |
|
| 297 |
#bbp-dashboard-right-now .versions .b { |
| 298 |
font-weight: 700; |
| 299 |
} |
| 300 |
|
| 301 |
#bbp-dashboard-right-now a.button { |
| 302 |
float: left; |
| 303 |
clear: left; |
| 304 |
position: relative; |
| 305 |
top: -5px; |
| 306 |
} |
| 307 |
|
| 308 |
body.rtl #bbp-dashboard-right-now a.button { |
| 309 |
float: right; |
| 310 |
clear: right; |
| 311 |
} |
| 312 |
|
| 313 |
/* List Tables */ |
| 314 |
|
| 315 |
body.post-type-forum #minor-publishing, |
| 316 |
body.post-type-forum #save-post { |
| 317 |
display: none; |
| 318 |
} |
| 319 |
|
| 320 |
body.post-type-forum strong.label, |
| 321 |
body.post-type-topic strong.label, |
| 322 |
body.post-type-reply strong.label { |
| 323 |
display: inline-block; |
| 324 |
width: 60px; |
| 325 |
} |
| 326 |
|
| 327 |
body.post-type-forum .wp-list-table thead th a, |
| 328 |
body.post-type-forum .wp-list-table tfoot th a, |
| 329 |
body.post-type-topic .wp-list-table thead th a, |
| 330 |
body.post-type-topic .wp-list-table tfoot th a, |
| 331 |
body.post-type-reply .wp-list-table thead th a, |
| 332 |
body.post-type-reply .wp-list-table tfoot th a { |
| 333 |
display: flex; |
| 334 |
} |
| 335 |
|
| 336 |
body.post-type-forum .wp-list-table thead th:not(.sortable), |
| 337 |
body.post-type-forum .wp-list-table tfoot th:not(.sortable), |
| 338 |
body.post-type-forum .wp-list-table thead th a > span:first-child, |
| 339 |
body.post-type-forum .wp-list-table tfoot th a > span:first-child, |
| 340 |
body.post-type-forum .wp-list-table tbody td, |
| 341 |
body.post-type-topic .wp-list-table thead th:not(.sortable), |
| 342 |
body.post-type-topic .wp-list-table tfoot th:not(.sortable), |
| 343 |
body.post-type-topic .wp-list-table thead th a > span:first-child, |
| 344 |
body.post-type-topic .wp-list-table tfoot th a > span:first-child, |
| 345 |
body.post-type-topic .wp-list-table tbody td, |
| 346 |
body.post-type-reply .wp-list-table thead th:not(.sortable), |
| 347 |
body.post-type-reply .wp-list-table tfoot th:not(.sortable), |
| 348 |
body.post-type-reply .wp-list-table thead th a > span:first-child, |
| 349 |
body.post-type-reply .wp-list-table tfoot th a > span:first-child, |
| 350 |
body.post-type-reply .wp-list-table tbody td { |
| 351 |
overflow-x: hidden; |
| 352 |
text-overflow: ellipsis; |
| 353 |
word-wrap: normal; |
| 354 |
} |
| 355 |
|
| 356 |
.column-bbp_forum_topic_count, |
| 357 |
.column-bbp_forum_reply_count, |
| 358 |
.column-bbp_topic_reply_count, |
| 359 |
.column-bbp_topic_voice_count { |
| 360 |
width: 8% !important; |
| 361 |
} |
| 362 |
|
| 363 |
.column-author, |
| 364 |
.column-bbp_forum_mods, |
| 365 |
.column-bbp_reply_author, |
| 366 |
.column-bbp_topic_author { |
| 367 |
width: 10% !important; |
| 368 |
} |
| 369 |
|
| 370 |
.column-bbp_topic_forum, |
| 371 |
.column-bbp_reply_forum, |
| 372 |
.column-bbp_reply_topic { |
| 373 |
width: 10% !important; |
| 374 |
} |
| 375 |
|
| 376 |
.column-bbp_forum_freshness, |
| 377 |
.column-bbp_topic_freshness { |
| 378 |
width: 10% !important; |
| 379 |
} |
| 380 |
|
| 381 |
.column-bbp_user_role, |
| 382 |
.column-bbp_forum_created, |
| 383 |
.column-bbp_topic_created, |
| 384 |
.column-bbp_reply_created { |
| 385 |
width: 15% !important; |
| 386 |
} |
| 387 |
|
| 388 |
.column-bbp_topic_reply_author, |
| 389 |
.column-bbp_forum_topic_author { |
| 390 |
width: 25% !important; |
| 391 |
} |
| 392 |
|
| 393 |
.column-bbp_topic_reply_author .avatar, |
| 394 |
.column-bbp_forum_topic_author .avatar { |
| 395 |
float: right; |
| 396 |
margin-left: 10px; |
| 397 |
} |
| 398 |
|
| 399 |
#bbp_moderators { |
| 400 |
width: 100%; |
| 401 |
} |
| 402 |
|
| 403 |
#bbp_forum_attributes hr { |
| 404 |
border-style: solid; |
| 405 |
border-width: 1px; |
| 406 |
border-color: #ccc #ccc #fff #fff; |
| 407 |
} |
| 408 |
|
| 409 |
body.post-type-forum tbody .status-closed, |
| 410 |
body.post-type-topic tbody .status-closed, |
| 411 |
body.post-type-reply tbody .status-closed { |
| 412 |
background-color: #f5f5f5; |
| 413 |
} |
| 414 |
|
| 415 |
body.post-type-forum tbody .status-closed:nth-child(odd), |
| 416 |
body.post-type-topic tbody .status-closed:nth-child(odd), |
| 417 |
body.post-type-reply tbody .status-closed:nth-child(odd) { |
| 418 |
background-color: #f0f0f0; |
| 419 |
} |
| 420 |
|
| 421 |
body.post-type-forum tbody .status-spam, |
| 422 |
body.post-type-topic tbody .status-spam, |
| 423 |
body.post-type-reply tbody .status-spam, |
| 424 |
#bbp-reply-list .status-trash { |
| 425 |
background-color: #fee; |
| 426 |
} |
| 427 |
|
| 428 |
body.post-type-forum tbody .status-spam:nth-child(odd), |
| 429 |
body.post-type-topic tbody .status-spam:nth-child(odd), |
| 430 |
body.post-type-reply tbody .status-spam:nth-child(odd), |
| 431 |
#bbp-reply-list .status-trash:nth-child(odd) { |
| 432 |
background-color: #fdd; |
| 433 |
} |
| 434 |
|
| 435 |
body.post-type-forum tbody .status-pending, |
| 436 |
body.post-type-topic tbody .status-pending, |
| 437 |
body.post-type-reply tbody .status-pending { |
| 438 |
background-color: #fff2e8; |
| 439 |
} |
| 440 |
|
| 441 |
body.post-type-forum tbody .status-pending:nth-child(odd), |
| 442 |
body.post-type-topic tbody .status-pending:nth-child(odd), |
| 443 |
body.post-type-reply tbody .status-pending:nth-child(odd) { |
| 444 |
background-color: #fff7f1; |
| 445 |
} |
| 446 |
|
| 447 |
body.post-type-forum tbody .status-closed td, |
| 448 |
body.post-type-topic tbody .status-closed td, |
| 449 |
body.post-type-reply tbody .status-closed td, |
| 450 |
body.post-type-forum tbody .status-spam td, |
| 451 |
body.post-type-topic tbody .status-spam td, |
| 452 |
body.post-type-reply tbody .status-spam td, |
| 453 |
#bbp-reply-list .status-trash td { |
| 454 |
color: #999; |
| 455 |
} |
| 456 |
|
| 457 |
body.post-type-forum tbody .row-actions .unspam a, |
| 458 |
body.post-type-topic tbody .row-actions .unspam a, |
| 459 |
body.post-type-reply tbody .row-actions .unspam a, |
| 460 |
body.post-type-forum tbody .row-actions .approved a, |
| 461 |
body.post-type-topic tbody .row-actions .approved a, |
| 462 |
body.post-type-reply tbody .row-actions .approved a { |
| 463 |
color: #006505; |
| 464 |
} |
| 465 |
|
| 466 |
/* User Relationships */ |
| 467 |
|
| 468 |
#bbp_topic_engagements_metabox .avatar, |
| 469 |
#bbp_topic_favorites_metabox .avatar, |
| 470 |
#bbp_topic_subscriptions_metabox .avatar { |
| 471 |
margin: 3px; |
| 472 |
} |
| 473 |
|
| 474 |
/* Converter */ |
| 475 |
|
| 476 |
.bbp-converter-settings-wrap { |
| 477 |
float: right; |
| 478 |
width: 55%; |
| 479 |
} |
| 480 |
|
| 481 |
#poststuff.bbp-converter-monitor-wrap { |
| 482 |
float: left; |
| 483 |
width: 43%; |
| 484 |
margin-right: 2%; |
| 485 |
min-width: 200px; |
| 486 |
} |
| 487 |
|
| 488 |
#bbp-converter-monitor h2 { |
| 489 |
position: relative; |
| 490 |
} |
| 491 |
|
| 492 |
#bbp-converter-monitor .inside { |
| 493 |
margin: 0; |
| 494 |
padding: 5px; |
| 495 |
border-bottom: 1px solid #e5e5e5; |
| 496 |
} |
| 497 |
|
| 498 |
#bbp-converter-monitor div.actions { |
| 499 |
padding: 10px; |
| 500 |
background: #fafafa; |
| 501 |
clear: both; |
| 502 |
} |
| 503 |
|
| 504 |
#bbp-converter-spinner { |
| 505 |
margin: 4px 0; |
| 506 |
} |
| 507 |
|
| 508 |
div.bbp-converter-log, |
| 509 |
div.bbp-converter-warning { |
| 510 |
padding: 5px 5px 5px 0; |
| 511 |
} |
| 512 |
|
| 513 |
div.bbp-converter-log.started { |
| 514 |
height: 300px; |
| 515 |
overflow: auto; |
| 516 |
} |
| 517 |
|
| 518 |
div.bbp-converter-log p { |
| 519 |
margin: 0; |
| 520 |
padding: 2px; |
| 521 |
} |
| 522 |
|
| 523 |
div.bbp-converter-log p:only-child { |
| 524 |
float: none; |
| 525 |
margin-bottom: 0; |
| 526 |
} |
| 527 |
|
| 528 |
div.bbp-converter-log div { |
| 529 |
padding: 10px; |
| 530 |
margin: 5px; |
| 531 |
background: #f4f4f4; |
| 532 |
border: 1px solid #ddd; |
| 533 |
} |
| 534 |
|
| 535 |
div.bbp-converter-log div code { |
| 536 |
margin-top: 5px; |
| 537 |
display: block; |
| 538 |
} |
| 539 |
|
| 540 |
div.bbp-converter-log .step { |
| 541 |
text-align: left; |
| 542 |
font-weight: 600; |
| 543 |
} |
| 544 |
|
| 545 |
div.bbp-converter-log .output { |
| 546 |
margin: 0 5px; |
| 547 |
} |
| 548 |
|
| 549 |
div.bbp-converter-log .mini-step { |
| 550 |
padding: 3px 5px; |
| 551 |
vertical-align: middle; |
| 552 |
font-size: 8px; |
| 553 |
font-weight: 600; |
| 554 |
border-radius: 6px; |
| 555 |
background-color: #aaa; |
| 556 |
color: #fff; |
| 557 |
} |
| 558 |
|
| 559 |
#bbp-converter-monitor .bbp-progress-bar { |
| 560 |
position: absolute; |
| 561 |
right: 0; |
| 562 |
height: 1px; |
| 563 |
width: 0; |
| 564 |
background-color: #00b9eb; |
| 565 |
transition-property: width; |
| 566 |
transition-timing-function: ease-out; |
| 567 |
transition-duration: 1s; |
| 568 |
} |
| 569 |
|
| 570 |
#bbp-converter-monitor #bbp-converter-step-percentage { |
| 571 |
bottom: 1px; |
| 572 |
} |
| 573 |
|
| 574 |
#bbp-converter-monitor #bbp-converter-total-percentage { |
| 575 |
bottom: 0; |
| 576 |
} |
| 577 |
|
| 578 |
#bbp-converter-stop { |
| 579 |
display: none; |
| 580 |
} |
| 581 |
|
| 582 |
#bbp-converter-status { |
| 583 |
font-weight: 400; |
| 584 |
font-size: 12px; |
| 585 |
color: #aaa; |
| 586 |
display: block; |
| 587 |
margin-top: 2px; |
| 588 |
} |
| 589 |
|
| 590 |
.bbp-converter-db-password-wrapper { |
| 591 |
display: inline-block; |
| 592 |
position: relative; |
| 593 |
} |
| 594 |
|
| 595 |
.bbp-converter-db-pass::-webkit-credentials-auto-fill-button { |
| 596 |
display: none; |
| 597 |
visibility: hidden; |
| 598 |
pointer-events: none; |
| 599 |
position: absolute; |
| 600 |
left: 0; |
| 601 |
} |
| 602 |
|
| 603 |
button.bbp-db-pass-toggle { |
| 604 |
border: none; |
| 605 |
background: transparent; |
| 606 |
position: absolute; |
| 607 |
left: 3px; |
| 608 |
top: 3px; |
| 609 |
padding: 0; |
| 610 |
margin: 0; |
| 611 |
cursor: pointer; |
| 612 |
color: #aaa; |
| 613 |
height: 25px; |
| 614 |
width: 25px; |
| 615 |
font: 400 20px/1 dashicons !important; |
| 616 |
} |
| 617 |
|
| 618 |
button.bbp-db-pass-toggle:hover { |
| 619 |
color: #888; |
| 620 |
} |
| 621 |
|
| 622 |
button.bbp-db-pass-toggle.text::after { |
| 623 |
content: "\f530"; |
| 624 |
} |
| 625 |
|
| 626 |
button.bbp-db-pass-toggle.password::after { |
| 627 |
content: "\f177"; |
| 628 |
} |
| 629 |
|
| 630 |
@media screen and ( max-width: 782px ) { |
| 631 |
|
| 632 |
.bbp-converter-db-password-wrapper { |
| 633 |
width: 100%; |
| 634 |
} |
| 635 |
|
| 636 |
#poststuff.bbp-converter-monitor-wrap, |
| 637 |
.bbp-converter-settings-wrap { |
| 638 |
float: none; |
| 639 |
width: 100%; |
| 640 |
margin: 20px 0; |
| 641 |
} |
| 642 |
|
| 643 |
button.bbp-db-pass-toggle { |
| 644 |
height: 35px; |
| 645 |
width: 35px; |
| 646 |
font: 400 20px/1 dashicons !important; |
| 647 |
} |
| 648 |
} |
| 649 |
|
| 650 |
/* Tools */ |
| 651 |
|
| 652 |
td.bbp-tool-title strong { |
| 653 |
display: block; |
| 654 |
} |
| 655 |
|
| 656 |
td.bbp-tool-title p { |
| 657 |
margin: 0; |
| 658 |
} |
| 659 |
|
| 660 |
.manage-column.column-components { |
| 661 |
width: 20%; |
| 662 |
} |
| 663 |
|
| 664 |
.manage-column.column-version { |
| 665 |
width: 11%; |
| 666 |
} |
| 667 |
|
| 668 |
.manage-column.column-overhead { |
| 669 |
width: 13%; |
| 670 |
} |
| 671 |
|
| 672 |
.nav-tab-wrapper a span.awaiting-mod { |
| 673 |
display: inline-block; |
| 674 |
vertical-align: top; |
| 675 |
margin: 3px 1px 0 0; |
| 676 |
padding: 0 5px; |
| 677 |
min-width: 7px; |
| 678 |
height: 17px; |
| 679 |
border-radius: 11px; |
| 680 |
background-color: #ca4a1f; |
| 681 |
color: #fff; |
| 682 |
font-size: 9px; |
| 683 |
line-height: 17px; |
| 684 |
text-align: center; |
| 685 |
z-index: 26; |
| 686 |
} |
| 687 |
|
| 688 |
/* Retro TV corners for contributor avatars */ |
| 689 |
.dashboard_page_bbp-credits .wp-person img { |
| 690 |
border-radius: 20px; |
| 691 |
} |
| 692 |
|