X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fwebsite_forum%2Fstatic%2Fsrc%2Fcss%2Fwebsite_forum.css;fp=addons%2Fwebsite_forum%2Fstatic%2Fsrc%2Fcss%2Fwebsite_forum.css;h=79fd7dd330cafca9481e64e1c83fde50bcda272a;hb=c15f748be05b3709f5e16680569abdc2949468e2;hp=1e85705c3cca4f8711368f91c4c996e832f48099;hpb=1dbf153eb51303c4186ca5e2dacd729aadd95f28;p=odoo%2Fodoo.git diff --git a/addons/website_forum/static/src/css/website_forum.css b/addons/website_forum/static/src/css/website_forum.css index 1e85705..79fd7dd 100644 --- a/addons/website_forum/static/src/css/website_forum.css +++ b/addons/website_forum/static/src/css/website_forum.css @@ -1,129 +1,103 @@ -.box { - padding-left: 8px; - padding-right: 8px; - margin-left: 4px; - margin-right: 4px; - border-radius: 4px; - min-width: 80px; -} -.box span { - font-size: 200%; - font-weight: bold; -} -.box div.subtitle { - margin-top: -4px; -} +.vote { + min-width: 38px; + margin-right: 12px; } + .vote .vote_count { + font-size: 160%; + font-weight: bold; + line-height: 12px; } + .vote .vote_up, .vote .vote_down { + font-size: 130%; } + +.author-box { + min-width: 200px; + padding: 4px; + background-color: whitesmoke; } + +.question-block { + margin-left: 50px; } .question .question-name { - font-size: 150%; -} + font-size: 150%; } .question .badge { background-color: #cccccc; - margin-left: 4px; -} + margin-left: 4px; } .question .badge-active { - background-color: #428bca; -} + background-color: #428bca; } .question img { max-width: 600px; - height: auto !important; -} + height: auto !important; } .forum_answer img { max-width: 600px; - height: auto !important; -} + height: auto !important; } img.img-avatar { - max-width: 50px; - margin-right: 10px; -} + max-height: 40px; + margin-right: 10px; } .oe_grey { - background-color: #eeeeee; -} + background-color: #eeeeee; } .badge-gold { - color: #ffcc00; -} + color: #ffcc00; } .badge-silver { - color: #cccccc; -} + color: #cccccc; } .badge-bronze { - color: #eea91e; -} + color: #eea91e; } .oe_answer_true { - color: #3c763d; -} + color: #3c763d; } .oe_answer_false { - color: #bbbbbb; -} + color: #bbbbbb; } .favourite_question { - color: #bbbbbb !important; -} + color: #bbbbbb !important; } .forum_favourite_question { - color: #ffcc00 !important; -} - -.load_tags { - width: 845px !important; -} + color: #ffcc00 !important; } a.no-decoration { cursor: pointer; - text-decoration: none !important; -} + text-decoration: none !important; } .faq-question:hover { text-decoration: none !important; - color: #428bca; -} + color: #428bca; } .oe_comment_grey { background-color: whitesmoke; - padding: 4px; -} + padding: 4px; } .close.comment_delete { - font-size: 16px; -} + font-size: 16px; } .country_flag { max-height: 16px; display: inline-block; - margin-left: 2px; -} + margin-left: 2px; } .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 { - font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important; -} + font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important; } .tag_text .text-core .text-wrap .text-tags .text-tag .text-button { font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important; - height: 1.2em !important; -} + height: 1.2em !important; } .oe_forum_alert { position: absolute; margin-top: -30px; margin-left: 90px; width: 300px; - z-index: 9999; -} + z-index: 9999; } .oe_forum_email_required { position: absolute; margin-top: 155px; margin-left: 500px; margin-right: 100px; - z-index: 5; -} + z-index: 5; } button.btn-link.text-muted { - color: #999999; -} + color: #999999; }