[ADD] added functionality to make question favourite, and improved some code
[odoo/odoo.git] / addons / website_forum / static / src / css / website_forum.css
1 .box {
2   padding-left: 8px;
3   padding-right: 8px;
4   border-radius: 4px;
5 }
6 .box span {
7   font-size: 200%;
8   font-weight: bold;
9 }
10
11 .question div.pull-left {
12   margin-right: 14px;
13   min-width: 80px;
14 }
15 .question .question-name {
16   font-size: 150%;
17 }
18
19 .oe_grey {
20   background-color: #eeeeee;
21 }
22
23 .img-avatar {
24   max-width: 50px;
25   margin-right: 10px;
26 }
27
28 .badge-gold {
29   color: #ffcc00;
30 }
31
32 .badge-silver {
33   color: #cccccc;
34 }
35
36 .badge-bronze {
37   color: #eea91e;
38 }
39
40 .oe_answer_true {
41   color: #428bca;
42 }
43
44 .oe_answer_false {
45   color: #999999;
46 }
47
48 .forum_favourite_question {
49   color: #ffcc00 !important;
50 }
51
52 .load_tags {
53   width: 845px !important;
54 }
55
56 a.no-decoration {
57   cursor: pointer;
58   text-decoration: none !important;
59 }
60
61 .faq-question:hover {
62   text-decoration: none !important;
63   color: #428bca;
64 }
65
66 .oe_comment_grey {
67   -moz-box-shadow: 0px 4px 6px 2px #eeeeee;
68   -webkit-box-shadow: 0px 4px 6px 2px #eeeeee;
69   box-shadow: 0px 4px 6px 2px #eeeeee;
70 }
71
72 .forum_user_flag {
73   max-width: 25px;
74   display: inline-block;
75   margin-left: 2px;
76 }
77
78 .tag_text .text-core .text-wrap textarea, .tag_text .text-core .text-wrap input, .tag_text .text-core .text-wrap .text-dropdown, .tag_text .text-core .text-wrap .text-prompt {
79   font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important;
80 }
81 .tag_text .text-core .text-wrap .text-tags .text-tag .text-button {
82   font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important;
83   height: 1.2em !important;
84 }