Mercurial > p > roundup > code
comparison website/issues/html/style.css @ 4858:22d57206a93b
website/issues: move tracker.css into style.css (as done in the devel template)
| author | Thomas Arendsen Hein <thomas@intevation.de> |
|---|---|
| date | Tue, 11 Mar 2014 09:31:08 +0100 |
| parents | 277aca1f531d |
| children | 7ed1893ea3ac |
comparison
equal
deleted
inserted
replaced
| 4857:5e24a2d7078f | 4858:22d57206a93b |
|---|---|
| 102 padding: 1em; | 102 padding: 1em; |
| 103 border: solid thin #dadada; | 103 border: solid thin #dadada; |
| 104 background-color: #ffffff; | 104 background-color: #ffffff; |
| 105 } | 105 } |
| 106 | 106 |
| 107 #search { text-align: right; } | |
| 108 | |
| 109 p.ok-message | |
| 110 { | |
| 111 background-color: #eeffee; | |
| 112 border: 1px solid #009900; | |
| 113 padding: 5px; | |
| 114 color: #009900; | |
| 115 font-weight: bold; | |
| 116 } | |
| 117 p.error-message | |
| 118 { | |
| 119 background-color: #ffeeee; | |
| 120 border: 1px solid #990000; | |
| 121 padding: 5px; | |
| 122 color: #990000; | |
| 123 font-weight: bold; | |
| 124 } | |
| 107 /* This is a little hack to inject a 'news' block into the title | 125 /* This is a little hack to inject a 'news' block into the title |
| 108 page without having to set up a custom directive. */ | 126 page without having to set up a custom directive. */ |
| 109 #roundup-issue-tracker .note | 127 #roundup-issue-tracker .note |
| 110 { | 128 { |
| 111 float: right; | 129 float: right; |
| 121 { | 139 { |
| 122 border-collapse: collapse; | 140 border-collapse: collapse; |
| 123 border-spacing: 1px; | 141 border-spacing: 1px; |
| 124 background-color: #fafafa; | 142 background-color: #fafafa; |
| 125 } | 143 } |
| 144 | |
| 145 tr.odd { background-color:#f5f5f5; } | |
| 146 |
