Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

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