| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* $Id: project_issue.css,v 1.26 2009/06/18 04:54:18 dww Exp $ */ 2 3 /* Summary content */ 4 #project-issue-summary-table { 5 float: left; 6 } 7 #project-issue-summary-links { 8 float: right; 9 } 10 #project-issue-summary-links li { 11 background: none; 12 list-style-type: none; 13 margin-left: 0; 14 padding-left: 0; 15 } 16 17 /* Viewing issue nodes */ 18 .project-issue .header { 19 font-weight: bold; 20 padding-top: 0.5em; 21 } 22 .project-issue .summary table { 23 border-collapse: collapse; 24 width: auto; 25 border: 1px; 26 border-style: solid; 27 border-color: #eee; 28 } 29 .project-issue .summary table td { 30 color: #333; 31 background-color: transparent; 32 font-size: 90%; 33 padding: 0em 1em; 34 border: 0; 35 } 36 .project-issue tbody { 37 border: 0; 38 } 39 .project-issue .summary table tr { 40 border: 0; 41 } 42 43 /* Issue node and comment followup form UI */ 44 .project-issue .node-form div.inline-options .form-item { 45 float: left; 46 padding-right: 0.8em; 47 margin: 0.05em 0.1em; 48 } 49 .project-issue .node-form div.inline-options { 50 overflow: hidden; /* Gets rid of ugly scrollbars on comments */ 51 } 52 .project-issue .node-form div.inline-options:after { 53 content: "."; 54 display: block; 55 height: 0; 56 clear: both; 57 visibility: hidden; 58 } 59 .project-issue .node-form fieldset { 60 display: inline-block; /* Fixes fieldset display problems in Safari 2 */ 61 width: 97%; 62 } 63 .project-issue .node-form #edit-pid, 64 .project-issue .node-form #edit-project-info-pid { 65 width: 225px; 66 } 67 68 /* "My Projects" table UI */ 69 table.projects { 70 width: 100%; 71 margin-bottom: 3em; 72 } 73 table.projects .project-name { 74 width: 24%; 75 } 76 table.projects .project-issue-updated { 77 width: 15%; 78 } 79 table.projects .project-issues { 80 width: 11%; 81 text-align: center; 82 } 83 table.projects .project-issue-links { 84 width: 28%; 85 padding-left: 0.4em; 86 padding-right: 0.4em; 87 text-align: center; 88 89 } 90 table.projects .project-project-links { 91 width: 22%; 92 text-align: center; 93 } 94 table.projects .project-project-links a { 95 white-space:nowrap; 96 } 97 98 /* Issue query bar UI */ 99 .project-issue .quick-search #edit-projects, 100 .project-issue .quick-search #edit-states { 101 width: 150px; 102 } 103 104 /* Views based issue query bar UI */ 105 .view-project-issues-project .form-item #edit-filter1, 106 .view-project-issues-project-search .form-item #edit-filter1, #edit-filter2{ 107 width:150px; 108 } 109 110 /* Views based issue advanced search filters */ 111 .view-project-issues-project-search #views-filters { 112 width: 100%; 113 overflow: auto; 114 } 115 116 .project-issue .quick-search tr td .form-item, 117 .project-issue .quick-search tr td input { 118 margin: 0; 119 padding: 0; 120 } 121 .project-issue .quick-search tr td { 122 vertical-align: bottom; 123 } 124 125 /* Issue links from the [#12345] filter. */ 126 .project-issue-status-info a, .project-issue-status-info .project-issue-assigned-user { 127 background-color: #cdcdcd; 128 -moz-border-radius: 4px; /* Mozilla based browsers */ 129 -webkit-border-radius: 4px; /* Webkit based browsers */ 130 border-radius: 4px; /* CSS 3 standard */ 131 padding: 2px 4px; 132 } 133 .project-issue-status-info .project-issue-assigned-user { 134 white-space: nowrap; 135 } 136 137 /* Coloring based on issue status (issue query results and [#12345] links). */ 138 .project-issue tr.state-1, .project-issue-status-1 a { 139 background-color: #fff; 140 } 141 .project-issue tr.state-1 td.active { 142 background-color: #e1e7eb; 143 } 144 .project-issue tr.state-2, .project-issue-status-2 a { 145 background-color: #c0ffc0; 146 } 147 .project-issue tr.state-2 td.active { 148 background-color: #cec; 149 } 150 .project-issue tr.state-3, .project-issue-status-3 a, 151 .project-issue tr.state-4, .project-issue-status-4 a, 152 .project-issue tr.state-5, .project-issue-status-5 a, 153 .project-issue tr.state-6, .project-issue-status-6 a { 154 background-color: #ddf; 155 } 156 .project-issue tr.state-3 td.active, .project-issue tr.state-4 td.active, .project-issue tr.state-5 td.active, .project-issue tr.state-6 td.active { 157 background-color: #cce; 158 } 159 .project-issue tr.state-7, .project-issue-status-7 a { 160 background-color: #ffc9c9; 161 } 162 .project-issue tr.state-7 td.active { 163 background-color: #eeb9b9; 164 } 165 .project-issue tr.state-8, .project-issue-status-8 a { 166 background-color: #ffd; 167 } 168 .project-issue tr.state-8 td.active { 169 background-color: #eed; 170 } 171 .project-issue tr.state-13, .project-issue-status-13 a { 172 background-color: #ffe7dd; 173 } 174 .project-issue tr.state-13 td.active { 175 background-color: #eed7cc; 176 } 177 .project-issue tr.state-14, .project-issue-status-14 a { 178 background-color: #e7ffdd; 179 } 180 .project-issue tr.state-14 td.active { 181 background-color: #d7eecc; 182 } 183 184 /* Issue statistics page */ 185 .project-issue-numeric { 186 text-align: center; 187 } 188 .project-issue-numeric-light { 189 text-align: center; 190 color: #999; 191 } 192 .project-issue-statistics-overview-table { 193 overflow: auto; 194 } 195 196 /* Automatic issue links */ 197 .project-issue-status-2, 198 .project-issue-status-3, 199 .project-issue-status-5, 200 .project-issue-status-6, 201 .project-issue-status-7 { 202 text-decoration: line-through; 203 } 204 205 .wrapper-throbber { 206 /* 207 Apparently there's no safe way to do this in CSS, so this could 208 be broken for sites that install in subdirectories. 209 */ 210 background: url(/misc/throbber.gif) no-repeat right -18px; 211 width: 20px; 212 height: 18px; 213 margin-top: 20px; 214 float: left; 215 } 216
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |