[merge] trunk

bzr revid: fp@tinyerp.com-20120705123408-lzrzfw4kiq1e9zet
This commit is contained in:
Fabien Pinckaers 2012-07-05 14:34:08 +02:00
commit ba64b46618
2 changed files with 5 additions and 3 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 {

View File

@ -793,8 +793,8 @@ $colour4: #8a89ba
// }}}
// ActionManager {{{
.oe_application
width: 100%
a
width: 100%
color: $colour4
&:hover
text-decoration: underline