annotate forum/Themes/default/css/ie7.css @ 98:054c48a8860c rdfquery

Style the "no results found" message
author Chris Cannam
date Mon, 23 Jun 2014 16:01:00 +0100
parents e3e11437ecea
children
rev   line source
Chris@76 1 code.bbc_code
Chris@76 2 {
Chris@76 3 white-space: normal;
Chris@76 4 }
Chris@76 5 h3.catbg input.input_check
Chris@76 6 {
Chris@76 7 margin: 0 4px;
Chris@76 8 }
Chris@76 9
Chris@76 10 /* The dropdown menus
Chris@76 11 ------------------------------------------------------- */
Chris@76 12 /* the dropmenu - RTL tweak */
Chris@76 13 .dropmenu li ul
Chris@76 14 {
Chris@76 15 margin: 0 -50px 0 0;
Chris@76 16 }
Chris@76 17 /* the hover effects */
Chris@76 18 .dropmenu li.iehover
Chris@76 19 {
Chris@76 20 z-index: 120;
Chris@76 21 }
Chris@76 22 /* the tabled definition lists
Chris@76 23 /* I commented the following out. Not sure why it was there.
Chris@76 24 /* Changing float: left; to float: right; sorts the settings dd class in index.css*/
Chris@76 25 /* All the others seem fine too.*/
Chris@76 26 /*dl.settings dd, #creator dd, dl.stats dd, dl.register_form dd, #poll_options dl.options dd, .login dd
Chris@76 27 {
Chris@76 28 float: none !important;
Chris@76 29 width: auto;
Chris@76 30 }*/
Chris@76 31 /* generic lists header */
Chris@76 32 /* Side paddings must NOT be defined here.*/
Chris@76 33 .table_grid thead th
Chris@76 34 {
Chris@76 35 padding-top: 0 !important;
Chris@76 36 padding-bottom: 0 !important;
Chris@76 37 }
Chris@76 38
Chris@76 39 /* Overrides for the messageindex template
Chris@76 40 ------------------------------------------------------- */
Chris@76 41 #messageindex table
Chris@76 42 {
Chris@76 43 margin-top: 5px;
Chris@76 44 }
Chris@76 45 #messageindex table th
Chris@76 46 {
Chris@76 47 border-bottom: 1px solid #fff;
Chris@76 48 }
Chris@76 49 #topic_icons .description
Chris@76 50 {
Chris@76 51 padding: 2em 1em 1em 1em;
Chris@76 52 overflow: auto;
Chris@76 53 }
Chris@76 54
Chris@76 55 /* Overrides for the display template
Chris@76 56 ------------------------------------------------------- */
Chris@76 57 .post
Chris@76 58 {
Chris@76 59 padding-top: 1em;
Chris@76 60 float: none;
Chris@76 61 word-wrap: break-word;
Chris@76 62 }
Chris@76 63 #content_section #forumposts div.cat_bar
Chris@76 64 {
Chris@76 65 margin-top: 8px;
Chris@76 66 clear: both;
Chris@76 67 }
Chris@76 68 #content_section .pagesection
Chris@76 69 {
Chris@76 70 height: 1%;
Chris@76 71 }
Chris@76 72 #quickReplyOptions form textarea
Chris@76 73 {
Chris@76 74 width: 98%;
Chris@76 75 }
Chris@76 76
Chris@76 77 /* Overrides for the profile template
Chris@76 78 ------------------------------------------------------- */
Chris@76 79 #basicinfo h4
Chris@76 80 {
Chris@76 81 word-wrap: break-word;
Chris@76 82 }
Chris@76 83
Chris@76 84 /* Overrides for the calendar template
Chris@76 85 ------------------------------------------------- */
Chris@76 86 #main_grid table.weeklist h4.titlebg
Chris@76 87 {
Chris@76 88 margin: 2px 0 -4px 0;
Chris@76 89 }
Chris@76 90
Chris@76 91 /* Overrides for the personal messages template
Chris@76 92 ------------------------------------------------------- */
Chris@76 93 #postmodify dl #pm_to, #postmodify dl #bcc_div2, #postmodify dl #pm_subject
Chris@76 94 {
Chris@76 95 clear:both !important;
Chris@76 96 }
Chris@76 97
Chris@76 98 /* Overrides for the recent posts template
Chris@76 99 ------------------------------------------------------- */
Chris@76 100 .list_posts
Chris@76 101 {
Chris@76 102 word-wrap: break-word;
Chris@76 103 }