css : apply color

bzr revid: tta@openerp.com-20120521081116-g79xfnf795vxaz0j
This commit is contained in:
Tejas Tank 2012-05-21 13:41:16 +05:30
parent 390842adc4
commit 67eab70b80
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
.oe_attendance_status{
height:14px;
width:100px;
background-color:white;
padding: 5px 10px 7px;
margin:3px;
-webkit-border-radius:4px;
}
.oe_attendance_present{
float:left;
text-shadow: grey 0px 1px 0px;
color:green;
}
.oe_attendance_absent{
float:right;
text-shadow: grey 0px 1px 0px;
color:red;
}
.oe_attendance_slider{
cursor:pointer;
width: 60px;
background-color: gray;
position: relative;
top: -4px;
left: -8px;
height: 24px;
-webkit-border-radius:4px;
}
.oe_attendance_text{
visibility:hidden;
}