cirandas.net

ref: master

public/stylesheets/blocks/suggestions.scss


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#content .block-footer-content .profiles-suggestions a.accept-suggestion {
  padding-bottom: 3px;
  display: block;
  color: #333;
  font-size: 11px
}

#content .block-footer-content .profiles-suggestions a.accept-suggestion:hover {
  text-decoration: underline;
}


#content .box-1 .profiles-suggestions .profile-list a.remove-suggestion {
  margin: -5px 7px 0 0;
}

#content .profiles-suggestions .profile-list a.remove-suggestion {
  display: block;
  width: 15px !important;
  height: 15px;
  color: #888;
  border-radius: 10px;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin: 1px 1px 0 0;
}

#content .profiles-suggestions .profile-list a.remove-suggestion:hover {
  display:  block;
  width: 15px;
  height: 15px;
  background: #888;
  color: #fff;
  border-radius: 10px;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.more-suggestions {
  text-align: center;
}

.profiles-suggestions .profile-list .extra_info {
  z-index: 10;
  display: inline-block;
  width: 100px;
}

.suggestions-block .block-subtitle {
  cursor: pointer;
}