uniformization of avatar box-shadow

bzr revid: mit@openerp.com-20120831163153-8515c0vfr6sw09n1
This commit is contained in:
Minh Tran 2012-08-31 18:31:53 +02:00
parent 5523096061
commit 723d2ee1da
4 changed files with 12 additions and 12 deletions

View File

@ -498,9 +498,9 @@
-moz-border-radius: 3px; -moz-border-radius: 3px;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
border: none; border: none;
} }
.openerp .oe_avatar + div { .openerp .oe_avatar + div {
@ -866,9 +866,9 @@
font-family: "Lucida Grande", Helvetica, Verdana, Arial; font-family: "Lucida Grande", Helvetica, Verdana, Arial;
border: 1px solid #999999; border: 1px solid #999999;
background: whitesmoke; background: whitesmoke;
-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3); box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
-moz-border-radius: 3px; -moz-border-radius: 3px;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
border-radius: 3px; border-radius: 3px;

View File

@ -420,7 +420,7 @@ $sheet-max-width: 860px
max-height: 90px max-height: 90px
max-width: 90px max-width: 90px
@include radius(3px) @include radius(3px)
@include box-shadow(0 1px 3px rgba(0, 0, 0, 0.3)) @include box-shadow(0 1px 4px rgba(0, 0, 0, 0.4))
border: none border: none
.oe_avatar + div .oe_avatar + div
margin-left: 5px margin-left: 5px
@ -687,7 +687,7 @@ $sheet-max-width: 860px
font-family: "Lucida Grande", Helvetica, Verdana, Arial font-family: "Lucida Grande", Helvetica, Verdana, Arial
border: 1px solid #999999 border: 1px solid #999999
background: whitesmoke background: whitesmoke
@include box-shadow(inset 0 1px 4px rgba(0, 0, 0, 0.3)) @include box-shadow(inset 0 1px 4px rgba(0, 0, 0, 0.4))
@include radius(3px) @include radius(3px)
input input
margin-bottom: 9px margin-bottom: 9px

View File

@ -170,9 +170,9 @@
-moz-border-radius: 3px; -moz-border-radius: 3px;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
} }
.openerp .oe_kanban_view .oe_kanban_details { .openerp .oe_kanban_view .oe_kanban_details {
display: inline-block; display: inline-block;

View File

@ -178,7 +178,7 @@
text-align: center text-align: center
overflow: hidden overflow: hidden
@include radius(3px) @include radius(3px)
@include box-shadow(0 1px 3px rgba(0, 0, 0, 0.3)) @include box-shadow(0 1px 4px rgba(0, 0, 0, 0.4))
.oe_kanban_details .oe_kanban_details
display: inline-block display: inline-block
vertical-align: top vertical-align: top