Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 1 | div.kb-search-wrapper textarea { |
2 | height: 2.2em; | ||||
3 | width: 80%; | ||||
4 | font-size: 14px; | ||||
5 | padding: 3px; | ||||
6 | margin-bottom: 7px; | ||||
7 | } | ||||
8 | |||||
9 | .kb-question-wrapper { | ||||
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 10 | padding-bottom: 3px; |
11 | margin-bottom: 3px; | ||||
12 | } | ||||
13 | |||||
14 | .kb-questions { | ||||
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 15 | } |
16 | |||||
17 | .kb-question-details { | ||||
18 | margin: 11px 0px 11px 29px; | ||||
19 | } | ||||
20 | |||||
21 | .kb-tag-filter-area { | ||||
22 | padding: 7px; | ||||
23 | background-color: #F2F2E8; | ||||
24 | color: #222; | ||||
25 | margin: 7px 0px; | ||||
26 | display: none; | ||||
27 | } |