Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/***
2
Bootstrap Datepaginator
3
***/
4
 
5
.datepaginator a {
6
  font-family: 'Open Sans';
7
  font-size: 13px;
8
  font-weight: 300;
9
}
10
 
11
.datepicker .today {
12
  background-image: none !important;
13
  filter: none !important;
14
}
15
 
16
#dp-calendar {
17
  right: 4px !important;
18
}
19
 
20
.datepaginator .fa-angle-right:before {
21
	content: "\f105";
22
}
23
 
24
.datepaginator .fa-angle-left:before {
25
	content: "\f104";
26
}