[IMP] Tags on discussions and links
[odoo/odoo.git] / addons / website_forum / static / src / css / website_forum.sass
1 .vote
2   min-width: 38px
3   margin-right: 12px
4   .vote_count
5     font-size: 160%
6     font-weight: bold
7     line-height: 12px
8   .vote_up,.vote_down
9     font-size: 130%
10
11 .author-box
12   min-width: 200px
13   padding: 4px
14   background-color: #f5f5f5
15
16 .question-block
17   margin-left: 50px
18
19 .question
20   .question-name
21     font-size: 150%
22   .badge
23     background-color: #ccc
24     margin-left: 4px
25   .badge-active
26     background-color: #428bca
27   img
28     max-width: 600px
29     height: auto !important
30
31 .forum_answer
32   img
33     max-width: 600px
34     height: auto !important
35
36 img.img-avatar
37   max-height: 40px
38   margin-right: 10px
39
40 .oe_grey
41   background-color: #eeeeee
42
43 .badge-gold
44   color: #ffcc00
45
46 .badge-silver
47   color: #cccccc
48
49 .badge-bronze
50   color: #eea91e
51
52 .oe_answer_true
53   color: #3c763d
54
55 .oe_answer_false
56   color: #bbbbbb
57
58 .favourite_question
59   color: #bbbbbb !important
60
61 .forum_favourite_question
62   color: #ffcc00 !important
63
64 a.no-decoration
65   cursor: pointer
66   text-decoration: none !important
67
68 .faq-question:hover
69   text-decoration: none !important
70   color: #428bca
71
72 .oe_comment_grey
73   background-color: #f5f5f5
74   padding: 4px
75 .close.comment_delete
76   font-size: 16px
77
78 .country_flag
79   max-height: 16px
80   display: inline-block
81   margin-left: 2px
82
83 .tag_text .text-core .text-wrap
84   textarea, input, .text-dropdown, .text-prompt
85     font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important
86   .text-tags .text-tag .text-button
87     font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important
88     height: 1.2em !important
89
90 .oe_forum_alert
91   position: absolute
92   margin-top: -30px
93   margin-left: 90px
94   width: 300px
95   z-index: 9999
96
97 .oe_forum_email_required
98   position: absolute
99   margin-top: 155px
100   margin-left: 500px
101   margin-right: 100px
102   z-index: 5
103
104 button.btn-link.text-muted
105   color: #999