[CSS] make

bzr revid: fp@tinyerp.com-20120705123446-xf32tcsj0m30nn8m
This commit is contained in:
Fabien Pinckaers 2012-07-05 14:34:46 +02:00
commit c500503ea6
1 changed files with 4 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");
@ -1015,8 +1015,10 @@
border-right: 4px solid transparent;
border-top: 4px solid #4c4c4c;
}
.openerp .oe_application a {
.openerp .oe_application {
width: 100%;
}
.openerp .oe_application a {
color: #8a89ba;
}
.openerp .oe_application a:hover {