[IMP] CSS

bzr revid: fp@tinyerp.com-20120716211840-vzy5yga4fwma71jd
This commit is contained in:
Fabien Pinckaers 2012-07-16 23:18:40 +02:00
parent 42547aaa2a
commit 81386f1428
2 changed files with 9 additions and 6 deletions

View File

@ -311,6 +311,7 @@
}
.openerp .oe_fade {
color: #888888;
font-weight: normal;
}
.openerp .oe_bold {
font-weight: bold;
@ -379,7 +380,8 @@
background: #ed6f6a;
}
.openerp .oe_title {
width: 60%;
width: 50%;
float: left;
}
.openerp .oe_title:after {
content: ".";
@ -389,7 +391,7 @@
visibility: hidden;
}
.openerp .oe_button_box {
width: 38%;
width: 270px;
text-align: right;
}
.openerp .oe_button_box button {
@ -410,7 +412,7 @@
border: none;
}
.openerp .oe_avatar + div {
margin-left: 115px;
margin-left: 5px;
}
.openerp .oe_button.oe_link {
border: none;

View File

@ -325,7 +325,8 @@ $sheet-max-width: 860px
&:hover
background: #ED6F6A
.oe_title
width: 60%
width: 50%
float: left
.oe_title:after
content: "."
display: block
@ -333,7 +334,7 @@ $sheet-max-width: 860px
clear: both
visibility: hidden
.oe_button_box
width: 38%
width: 270px
text-align: right
button
margin: 4px
@ -346,7 +347,7 @@ $sheet-max-width: 860px
@include box-shadow(0 1px 3px rgba(0, 0, 0, 0.3))
border: none
.oe_avatar + div
margin-left: 115px
margin-left: 5px
.oe_button.oe_link
@include reset()
img