1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- code.bbc_code {
- white-space: normal;
- }
- h3.catbg input.input_check {
- margin: 0 4px;
- }
- .dropmenu li ul {
- margin: 0 -50px 0 0;
- }
- .dropmenu li.iehover {
- z-index: 120;
- }
- .table_grid thead th {
- padding-top: 0 !important;
- padding-bottom: 0 !important;
- }
- #messageindex table {
- margin-top: 5px;
- }
- #messageindex table th {
- border-bottom: 1px solid #fff;
- }
- #topic_icons .description {
- padding: 2em 1em 1em 1em;
- overflow: auto;
- }
- .post {
- padding-top: 1em;
- float: none;
- word-wrap: break-word;
- }
- #content_section #forumposts div.cat_bar {
- margin-top: 8px;
- clear: both;
- }
- #content_section .pagesection {
- height: 1%;
- }
- #quickReplyOptions form textarea {
- width: 98%;
- }
- #basicinfo h4 {
- word-wrap: break-word;
- }
- #main_grid table.weeklist h4.titlebg {
- margin: 2px 0 -4px 0;
- }
- #postmodify dl #pm_to, #postmodify dl #bcc_div2, #postmodify dl #pm_subject {
- clear:both !important;
- }
- .list_posts {
- word-wrap: break-word;
- }
|