[IMP] small css improvement

bzr revid: fp@openerp.com-20120814103911-8l63u3bahy9w4xsj
This commit is contained in:
Fabien Pinckaers 2012-08-14 12:39:11 +02:00
parent 747374f98f
commit dcc24957bd
2 changed files with 8 additions and 2 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");
@ -78,7 +78,7 @@
background: white;
/* http://www.quirksmode.org/dom/inputfile.html
* http://stackoverflow.com/questions/2855589/replace-input-type-file-by-an-image
*/ */
*/
}
.openerp :-moz-placeholder {
color: #afafb6 !important;
@ -580,6 +580,9 @@
background: #8786b7;
color: #eeeeee;
}
.openerp .oe_tags.oe_inline {
min-width: 250px;
}
.openerp .oe_tags .text-wrap {
width: 100% !important;
}

View File

@ -1,6 +1,7 @@
@charset "utf-8"
// Variables {{{
$facets-border: #afafb6
$section-title-color: #8786b7
$tag-bg-light: #f0f0fa
$tag-bg-dark: #8786b7
@ -457,6 +458,8 @@ $sheet-max-width: 860px
color: #eee
.oe_tags
&.oe_inline
min-width: 250px
.text-wrap
width: 100% !important
textarea