[imp]:View user flag
[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 .load_tags {
49   width: 845px !important;
50 }
51
52 .fa-thumbs-up, .fa-thumbs-down, .oe_answer_true, .oe_answer_false {
53   cursor: pointer;
54 }
55
56 .faq-question:hover {
57   text-decoration: none !important;
58   color: #428bca;
59 }
60
61 .oe_comment_grey {
62   -moz-box-shadow: 0px 4px 6px 2px #eeeeee;
63   -webkit-box-shadow: 0px 4px 6px 2px #eeeeee;
64   box-shadow: 0px 4px 6px 2px #eeeeee;
65 }
66
67 .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 {
68   font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important;
69 }
70 .tag_text .text-core .text-wrap .text-tags .text-tag .text-button {
71   font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important;
72   height: 1.2em !important;
73 }
74
75 .forum_user_flag {
76   max-width: 25px;
77   display: inline-block;
78   margin-left: 2px;
79 }