Roman Nurik | 78eff9f | 2010-03-01 18:35:13 -0800 | [diff] [blame] | 1 | /* Resource Browser */ |
| 2 | |
| 3 | #resource-browser-results .no-results { |
| 4 | font-style: italic; |
| 5 | display: none; |
| 6 | } |
| 7 | |
| 8 | #resource-browser-results .result { |
| 9 | position: relative; |
| 10 | padding-left: 84px; |
| 11 | background: transparent none no-repeat scroll 4px 12px; |
| 12 | border-bottom: 1px solid #ddd; |
| 13 | } |
| 14 | |
| 15 | #resource-browser-results .tagged-article { |
| 16 | background-image: url(images/resource-article.png); |
| 17 | } |
| 18 | |
| 19 | #resource-browser-results .tagged-sample { |
| 20 | background-image: url(images/resource-sample.png); |
| 21 | } |
| 22 | |
| 23 | #resource-browser-results .tagged-tutorial { |
| 24 | background-image: url(images/resource-tutorial.png); |
| 25 | } |
| 26 | |
| 27 | #resource-browser-results .resource-meta { |
| 28 | margin-top: -1em; |
| 29 | font-size: 0.85em; |
| 30 | font-weight: normal; |
| 31 | } |