tweak to avatar corner

bzr revid: mit@openerp.com-20120607175147-gqwtfw6oorwyedey
This commit is contained in:
Minh Tran 2012-06-07 19:51:47 +02:00
parent 26818cf502
commit 019fd39215
4 changed files with 19 additions and 10 deletions

View File

@ -104,6 +104,12 @@
-webkit-border-radius: 3px;
border-radius: 3px;
}
.openerp img {
vertical-align: middle;
}
.openerp h4 {
margin: 4px 0;
}
.openerp .oe_i {
font-family: "mnmliconsRegular" !important;
font-size: 21px;
@ -495,9 +501,9 @@
width: 24px;
height: 24px;
margin: -2px 2px 0 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.openerp .oe_topbar .oe_topbar_avatar {
vertical-align: top;

View File

@ -142,6 +142,10 @@ $colour4: #8a89ba
input, textarea
border: 1px solid #ccc
@include radius(3px)
img
vertical-align: middle
h4
margin: 4px 0
// }}}
// Generic classes {{{
@ -415,7 +419,7 @@ $colour4: #8a89ba
width: 24px
height: 24px
margin: -2px 2px 0 0
@include radius(4px)
@include radius(3px)
.oe_topbar_avatar
vertical-align: top
.oe_dropdown_toggle:after

View File

@ -1,4 +1,3 @@
@charset "utf-8";
.openerp .oe_kanban_view {
position: absolute;
top: 118px;
@ -96,7 +95,7 @@
background: url(/web_kanban/static/src/img/plus-icon.png) no-repeat;
}
.openerp .oe_kanban_view .oe_kanban_quick_create {
overflow: visible;
overflow: hidden;
}
.openerp .oe_kanban_view .oe_kanban_no_group .oe_kanban_quick_create {
width: 200px;
@ -332,9 +331,9 @@
margin: 0 4px 0 0;
}
.openerp .oe_kanban_view .oe_kanban_avatar {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

View File

@ -280,7 +280,7 @@
position: inline-block
margin: 0 4px 0 0
.oe_kanban_avatar
@include radius(4px)
@include radius(3px)
@include box-shadow(0 1px 2px rgba(0,0,0,0.2))
//.oe_kanban_footer_left
// float: left