Title: CSS cosmetics
Last modified: August 21, 2016

---

# CSS cosmetics

 *  Resolved [jaroat](https://wordpress.org/support/users/jaroat/)
 * (@jaroat)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/css-cosmetics/)
 * FYI: Connection-attribute checkboxes get somewhat distorted in chrome because
   of the following declaration on line 86 of admin/box.css:
 * .p2p-connections td input {
    width: 100%; }
 * This is currently no problem in FF, but chrome actually stretches the checkbox
   and it somehow looks like a text input 😉
 * The following declaration inserted after line 89 would fix that for modern browsers
   with good css3 support:
 * .p2p-connections td input[type=’checkbox’] {
    width: auto; }
 * To savely address all broswers, you’d have to insert something like class=”checkbox”
   to the <input>-Tag and add the following css:
 * .p2p-connections td input.checkbox {
    width: auto; }
 * many thanks for this fine plugin
    from Salzburg,
 * – Johannes
 * [http://wordpress.org/plugins/posts-to-posts/](http://wordpress.org/plugins/posts-to-posts/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [scribu](https://wordpress.org/support/users/scribu/)
 * (@scribu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/css-cosmetics/#post-4460962)
 * Fixed: [https://github.com/scribu/wp-posts-to-posts/commit/9a8da28fe2167405bdaec477d9452ddefa2e9ffe](https://github.com/scribu/wp-posts-to-posts/commit/9a8da28fe2167405bdaec477d9452ddefa2e9ffe)

Viewing 1 replies (of 1 total)

The topic ‘CSS cosmetics’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/posts-to-posts_7a8e9d.svg)
 * [Posts 2 Posts](https://wordpress.org/plugins/posts-to-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-to-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-to-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-to-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-to-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-to-posts/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [scribu](https://wordpress.org/support/users/scribu/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/css-cosmetics/#post-4460962)
 * Status: resolved