Ticket #2283: 2283.diff
File 2283.diff, 1.1 KB (added by , 10 years ago) |
---|
-
templates/default/css/bbpress.css
55 55 } 56 56 57 57 #bbpress-forums ul { 58 background: none; 58 59 list-style: none; 59 60 margin: 0; 60 61 padding: 0; 61 62 } 62 63 63 64 #bbpress-forums li { 65 background: none;; 64 66 margin: 0; 65 67 list-style: none; 68 padding: 0; 66 69 } 67 70 68 71 #bbpress-forums ul.bbp-lead-topic, … … 155 158 #bbpress-forums div.bbp-forum-title h3, 156 159 #bbpress-forums div.bbp-topic-title h3, 157 160 #bbpress-forums div.bbp-reply-title h3 { 161 background: none; 162 border: none; 163 font-size: 16px; 158 164 line-height: 1em; 159 165 margin: 8px 0; 166 padding: 0; 167 text-transform: none; 160 168 } 161 169 162 170 #bbpress-forums div.bbp-forum-author, … … 377 385 clear: left; 378 386 } 379 387 388 #bbpress-forums #bbp-search-form .hidden { 389 height: 0; 390 width: 0; 391 overflow: hidden; 392 position: absolute; 393 background: none; 394 left: -999em; 395 } 396 397 #bbpress-forums #bbp-search-form #bbp_search { 398 display: inline-block; 399 width: auto; 400 } 401 380 402 #bbpress-forums div.bbp-search-form { 381 403 float: right; 382 404 }