03/30/2014 at 10:10 am
#283665
Keymaster
@ john
I have to make the CSS styles for Connections very [overly] specific to prevent themes from trampling the template styles … Seems this theme makes it so they have to be even more specific because its styles are overriding a few important template styles.
Add the following to the theme’s custom CSS area, if it has one, or to the end of the theme’s styles.css file. It’ll override the styles that are overriding the template’s styles. Hope that helps!
#cn-list span input, #cn-list span input[type="text"] {
width: auto;
display: inline;
}
input#cn-search-submit {
width: 30px !important;
}
#cn-tile-plus .cn-entry {
-moz-box-sizing: content-box;
}
