Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16843 efrain 1
.br-theme-bars-reversed .br-widget {
2
  height: 25px;
3
  white-space: nowrap;
4
}
5
.br-theme-bars-reversed .br-widget a {
6
  display: block;
7
  width: 22px;
8
  height: 22px;
9
  float: left;
10
  background-color: #bef5e8;
11
  margin: 1px;
12
  font-size: 15px;
13
  font-weight: 400;
14
  line-height: 1.4;
15
  color: #50E3C2;
16
  text-align: center;
17
}
18
.br-theme-bars-reversed .br-widget a.br-active,
19
.br-theme-bars-reversed .br-widget a.br-selected {
20
  background-color: #50E3C2;
21
  color: white;
22
}
23
.br-theme-bars-reversed .br-widget .br-current-rating {
24
  line-height: 1.3;
25
  float: left;
26
  padding: 0 20px 0 20px;
27
  color: #50E3C2;
28
  font-size: 17px;
29
  font-weight: 400;
30
}
31
.br-theme-bars-reversed .br-readonly a {
32
  cursor: default;
33
}
34
.br-theme-bars-reversed .br-readonly a.br-active,
35
.br-theme-bars-reversed .br-readonly a.br-selected {
36
  background-color: #7cead1;
37
}
38
.br-theme-bars-reversed .br-readonly .br-current-rating {
39
  color: #7cead1;
40
}
41
@media print {
42
  .br-theme-bars-reversed .br-widget a {
43
    border: 1px solid #b3b3b3;
44
    background: white;
45
    -webkit-box-sizing: border-box;
46
    -moz-box-sizing: border-box;
47
    box-sizing: border-box;
48
  }
49
  .br-theme-bars-reversed .br-widget a.br-active,
50
  .br-theme-bars-reversed .br-widget a.br-selected {
51
    border: 1px solid black;
52
    background: white;
53
  }
54
  .br-theme-bars-reversed .br-widget .br-current-rating {
55
    color: black;
56
  }
57
}