[IMP] added oe_semantic_html

bzr revid: nicolas.vanhoren@openerp.com-20120824104436-er3w1zdijvcv9j04
This commit is contained in:
niv-openerp 2012-08-24 12:44:36 +02:00
parent 0b464f0882
commit e28ec55117
2 changed files with 20 additions and 10 deletions

View File

@ -1,4 +1,4 @@
@charset "UTF-8";
@charset "utf-8";
@font-face {
font-family: "mnmliconsRegular";
src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
@ -148,15 +148,6 @@
.openerp li {
list-style-type: none;
}
.openerp .oe_form_field_html li {
list-style-type: disc;
}
.openerp .oe_form_field_html h1,h2 {
line-height:26px;
}
.openerp input, .openerp textarea, .openerp select {
padding: 2px 4px;
border: 1px solid #cccccc;
@ -2734,6 +2725,16 @@
float: right;
color: #333333;
}
.openerp .oe_semantic_html li {
list-style-type: disc;
display: list-item;
}
.openerp .oe_semantic_html ul {
padding-left: 1em;
}
.openerp .oe_semantic_html p {
color: #4c4c4c !important;
}
.kitten-mode-activated {
background-image: url(http://placekitten.com/g/1365/769);

View File

@ -2128,6 +2128,15 @@ $sheet-max-width: 860px
float: right
color: #333
// }}}
.oe_semantic_html // a style to use normal html
li
list-style-type: disc
display: list-item
ul
padding-left: 1em
p
color: #4C4C4C !important
// Kitten Mode {{{
.kitten-mode-activated
background-image: url(http://placekitten.com/g/1365/769)