Changed popup overlay and added style for label in kanban vignette

bzr revid: mit@openerp.com-20120709150257-t50t470tyxmomrt4
This commit is contained in:
Minh Tran 2012-07-09 17:02:57 +02:00
parent bfbaeece01
commit d6100f371f
4 changed files with 32 additions and 6 deletions

View File

@ -2348,3 +2348,9 @@
.kitten-mode-activated > * {
opacity: 0.7;
}
div.ui-widget-overlay {
background: black;
filter: alpha(opacity=30);
opacity: 0.3;
}

View File

@ -1850,5 +1850,8 @@ $colour4: #8a89ba
opacity: 0.70
// }}}
div.ui-widget-overlay
background: black
@include opacity(0.3)
// au BufWritePost,FileWritePost *.sass :!sass --style expanded --line-numbers <afile> > "%:p:r.css"
// vim:tabstop=4:shiftwidth=4:softtabstop=4:fdm=marker:

View File

@ -29,7 +29,7 @@
color: gold;
}
.openerp .oe_kanban_view .oe_kanban_content div:first-child {
margin-right: 12px;
margin-right: 16px;
}
.openerp .oe_kanban_view .oe_kanban_button_new {
color: white;
@ -59,7 +59,7 @@
}
.openerp .oe_kanban_view .oe_kanban_column, .openerp .oe_kanban_view .oe_kanban_group_header {
vertical-align: top;
padding: 4px;
padding: 6px 6px 6px 5px;
}
.openerp .oe_kanban_view .oe_kanban_column.oe_kanban_grouped, .openerp .oe_kanban_view .oe_kanban_group_header {
background: #f0eeee;
@ -375,6 +375,16 @@
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.openerp .oe_kanban_view .oe_kanban_footer_left > span {
margin-top: 4px;
display: inline-block;
background: #e6e6e6;
border: 1px solid #b9b9b9;
padding: 1px 2px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.openerp .oe_kanban_view .oe_kanban_status {
display: inline-block;
height: 12px;

View File

@ -44,7 +44,7 @@
.oe_star_on
color: gold
div:first-child
margin-right: 12px
margin-right: 16px
.oe_kanban_button_new
color: white
background: #DC5F59
@ -72,7 +72,7 @@
.oe_kanban_column, .oe_kanban_group_header
vertical-align: top
padding: 4px
padding: 6px 6px 6px 5px
.oe_kanban_column.oe_kanban_grouped, .oe_kanban_group_header
background: #f0eeee
@ -318,8 +318,15 @@
.oe_kanban_avatar
@include radius(3px)
@include box-shadow(0 1px 2px rgba(0,0,0,0.2))
//.oe_kanban_footer_left
// float: left
.oe_kanban_footer_left
> span
margin-top: 4px
display: inline-block
background: #E6E6E6
border: 1px solid #B9B9B9
padding: 1px 2px
@include radius(3px)
.oe_kanban_status
display: inline-block
height: 12px