Changeset 4139
- Timestamp:
- 09/27/2016 05:57:51 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style-rtl.css
r4099 r4139 95 95 } 96 96 97 @media only screen and (max-width: 480px) { 98 #bbpress-forums .author-badge { 99 left: inherit; 100 right: -18px; 101 } 102 } 103 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css
r4099 r4139 364 364 /* User badges */ 365 365 366 #bbpress-forums .by-moderator { 367 border-left: 3px solid #33B4CE; 368 } 366 369 #bbpress-forums .by-plugin-author, 367 370 #bbpress-forums .by-plugin-contributor, … … 372 375 373 376 #bbpress-forums .author-badge { 374 background-color: green;375 377 color: #fff; 376 378 padding: 0 8px; … … 379 381 margin-left: -8px; 380 382 font-style: italic; 383 text-shadow: 1px 1px 3px #666; 384 } 385 386 #bbpress-forums .author-badge-moderator { 387 background-color: #33B4CE; 388 } 389 390 #bbpress-forums .author-badge-plugin, #bbpress-forums .author-badge-theme { 391 background-color: green; 381 392 } 382 393 … … 415 426 width: auto; 416 427 padding-left: 70px; 428 margin-top: 0; 417 429 } 418 430 … … 434 446 display: block; 435 447 } 436 } 448 449 #bbpress-forums .author-badge { 450 position: absolute; 451 top: -3px; 452 left: -10px; 453 } 454 }
Note: See TracChangeset
for help on using the changeset viewer.