|
@ -1,5 +1,6 @@ |
|
|
.path-mod-attendance .attbtn { |
|
|
.path-mod-attendance .attbtn { |
|
|
border:1px solid #AAAAAA; |
|
|
border:1px solid #AAAAAA; |
|
|
|
|
|
border-radius: 5px; |
|
|
margin-left: 2px; |
|
|
margin-left: 2px; |
|
|
margin-right: 2px; |
|
|
margin-right: 2px; |
|
|
padding: 5px; |
|
|
padding: 5px; |
|
@ -7,7 +8,6 @@ |
|
|
-webkit-border-radius: 5px; |
|
|
-webkit-border-radius: 5px; |
|
|
-opera-border-radius: 5px; |
|
|
-opera-border-radius: 5px; |
|
|
-khtml-border-radius: 5px; |
|
|
-khtml-border-radius: 5px; |
|
|
border-radius: 5px; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.path-mod-attendance .attcurbtn { |
|
|
.path-mod-attendance .attcurbtn { |
|
@ -18,8 +18,8 @@ |
|
|
|
|
|
|
|
|
.path-mod-attendance .attfiltercontrols { |
|
|
.path-mod-attendance .attfiltercontrols { |
|
|
margin-bottom: 10px !important; |
|
|
margin-bottom: 10px !important; |
|
|
margin-right:auto; |
|
|
|
|
|
margin-left:auto; |
|
|
margin-left:auto; |
|
|
|
|
|
margin-right:auto; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.path-mod-attendance .attfiltercontrols #currentdate{ |
|
|
.path-mod-attendance .attfiltercontrols #currentdate{ |
|
@ -27,8 +27,8 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.path-mod-attendance .attwidth { |
|
|
.path-mod-attendance .attwidth { |
|
|
width:90%; |
|
|
|
|
|
margin: auto; |
|
|
margin: auto; |
|
|
|
|
|
width:90%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.path-mod-attendance .userwithoutenrol, |
|
|
.path-mod-attendance .userwithoutenrol, |
|
@ -59,8 +59,8 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.path-mod-attendance table.controls { |
|
|
.path-mod-attendance table.controls { |
|
|
width: 100%; |
|
|
|
|
|
text-align: center; |
|
|
text-align: center; |
|
|
|
|
|
width: 100%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.path-mod-attendance table.controls tr { |
|
|
.path-mod-attendance table.controls tr { |
|
@ -81,15 +81,15 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.path-mod-attendance .takecontrols { |
|
|
.path-mod-attendance .takecontrols { |
|
|
width: 800px; |
|
|
|
|
|
margin: 0 auto 20px auto; |
|
|
margin: 0 auto 20px auto; |
|
|
|
|
|
width: 800px; |
|
|
} |
|
|
} |
|
|
.path-mod-attendance .takecontrols table{ |
|
|
.path-mod-attendance .takecontrols table{ |
|
|
margin: 0 auto; |
|
|
margin: 0 auto; |
|
|
} |
|
|
} |
|
|
.path-mod-attendance .takecontrols .c0 { |
|
|
.path-mod-attendance .takecontrols .c0 { |
|
|
width: 500px; |
|
|
|
|
|
text-align: left; |
|
|
text-align: left; |
|
|
|
|
|
width: 500px; |
|
|
} |
|
|
} |
|
|
.path-mod-attendance .takecontrols .c1 { |
|
|
.path-mod-attendance .takecontrols .c1 { |
|
|
text-align: right; |
|
|
text-align: right; |
|
@ -133,15 +133,15 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.path-mod-attendance .remarkholder .remarkcontent { |
|
|
.path-mod-attendance .remarkholder .remarkcontent { |
|
|
display: none; |
|
|
background-color: white; |
|
|
position: absolute; |
|
|
|
|
|
border: 1px solid #ccc; |
|
|
border: 1px solid #ccc; |
|
|
border-radius: 3px; |
|
|
border-radius: 3px; |
|
|
box-shadow: 3px 3px 5px #ccc; |
|
|
box-shadow: 3px 3px 5px #ccc; |
|
|
background-color: white; |
|
|
display: none; |
|
|
left: 20px; |
|
|
left: 20px; |
|
|
top: 0; |
|
|
|
|
|
padding: 5px; |
|
|
padding: 5px; |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
top: 0; |
|
|
width: 150px; |
|
|
width: 150px; |
|
|
z-index: 5000; |
|
|
z-index: 5000; |
|
|
} |
|
|
} |
|
|