[IMP]improved css for survey kanban, file attach button and my current timesheet in hr.

bzr revid: ima@tinyerp.com-20131115101317-3jb422klc3jgdwps
This commit is contained in:
ima-openerp 2013-11-15 15:43:17 +05:30
parent 0e5b9c240d
commit 88a79fdaf3
3 changed files with 6 additions and 4 deletions

View File

@ -19,7 +19,7 @@
text-align: center;
color: #006699;
font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
font-size: 10px;
font-size: 11px;
background: #eeeeee;
min-width: 47px;
}

View File

@ -476,7 +476,7 @@
}
.openerp .oe_mail .oe_msg_footer button.oe_attach{
width: 24px;
margin-bottom: 8px; /* improved margin of file attach button according bootstrap3 */
margin-bottom: 5px; /* improved margin of file attach button according bootstrap3 */
filter:none;
}
.openerp .oe_mail .oe_msg_footer button.oe_attach .oe_e{

View File

@ -6,6 +6,8 @@
}
.openerp .oe_kanban_survey {
width: 200px;
/* Customize height and width according bootstrap3 */
width: 212px;
min-height: 86px !important;
/* End of customize */
}