Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16843 efrain 1
.br-theme-bootstrap-stars .br-widget {
2
  height: 28px;
3
  white-space: nowrap;
4
}
5
.br-theme-bootstrap-stars .br-widget a {
6
  font: normal normal normal 18px/1 'Glyphicons Halflings';
7
  text-rendering: auto;
8
  -webkit-font-smoothing: antialiased;
9
  text-decoration: none;
10
  margin-right: 2px;
11
}
12
.br-theme-bootstrap-stars .br-widget a:after {
13
  content: '\e006';
14
  color: #d2d2d2;
15
}
16
.br-theme-bootstrap-stars .br-widget a.br-active:after {
17
  color: #EDB867;
18
}
19
.br-theme-bootstrap-stars .br-widget a.br-selected:after {
20
  color: #EDB867;
21
}
22
.br-theme-bootstrap-stars .br-widget .br-current-rating {
23
  display: none;
24
}
25
.br-theme-bootstrap-stars .br-readonly a {
26
  cursor: default;
27
}
28
@media print {
29
  .br-theme-bootstrap-stars .br-widget a:after {
30
    content: '\e007';
31
    color: black;
32
  }
33
  .br-theme-bootstrap-stars .br-widget a.br-active:after,
34
  .br-theme-bootstrap-stars .br-widget a.br-selected:after {
35
    content: '\e006';
36
    color: black;
37
  }
38
}