Skip to content

Instantly share code, notes, and snippets.

@fovoc
Created December 3, 2014 17:05
Show Gist options
  • Select an option

  • Save fovoc/ff5a3eb00b7da60e5f5e to your computer and use it in GitHub Desktop.

Select an option

Save fovoc/ff5a3eb00b7da60e5f5e to your computer and use it in GitHub Desktop.
/* Shane tweaks - BB Press */
.bbp-meta.text-right {
padding-right:7px
}
img.avatar.avatar-80.photo {
margin-bottom:10px
}
#bbpress-forums .bbp-attachments ol li.bbp-atthumb {
display: inline-block;
}
.bbp-header {
border: 1px solid #cbcbcb;
background-color: #ddd;
color: #9c9c9c;
margin-bottom: 0;
}
.topic .bbp-header {
border: 0;
background-color: transparent;
}
.topic .bbp-header .bbp-reply-author {
visibility: hidden;
}
.topic .bbp-reply-header {
margin-bottom: 0;
}
.topic .bbp-private-reply {
background: #eee !important;
border: 1px solid #cbcbcb;
}
.topic .topic,
.reply {
margin-left: 0;
margin-right: 0;
padding-top: 15px;
}
.bbp-pagination {
margin-top: 10px;
}
#bbp-user-navigation ul {
margin: 20px 0;
padding: 0;
}
#bbp-user-navigation li {
display: inline-block;
}
#bbps_support_forum_options {
width: auto;
padding: 0;
border: 0;
background: transparent;
float: right;
}
#bbps-topic-status {
float: right;
}
#bbps_support_options {
display: inline;
width: 180px;
}
#bbps-topic-status input[type="submit"] {
vertical-align: baseline;
}
#bbps_support_forum_options,
.bbp-template-notice {
clear: both;
}
#bbpress-forums .bbp-attachments li:last-child,
#bbpress-forums .bbp-attachments-errors li:last-child {
margin: 0 0 5px !important;
}
.bbp-author-ip { display: none; }
.support-status.resolved {
background: #27ae60 ;
}
.support-status.unresolved {
background: #ffe300;
}
.bbp-author-role {
.badge;
}
#bbp-search-results .bbp-meta {
.well;
.well-sm;
}
input[type=password] {
.form-control;
}
#bbp_user_edit_submit {
.btn-lg;
.btn-primary;
}
#bbps_support_forum_options,
.bbp-template-notice {
.alert;
.alert-info;
}
#bbps_support_options {
.form-control;
}
#bbps-topic-status input[type="submit"] {
.btn;
.btn-success;
}
.bbp-pagination-links {
.text-right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment