cirandas.net

ref: master

public/stylesheets/profile.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
#profile-header, #profile-footer {
  clear: both;
  max-height: 150px;
  max-width: 100%;
  overflow: hidden;
}

.controller-profile .button-bar {
  padding-top: 40px;
  clear: both;
}
.controller-profile #pagination-profiles .pagination span {
  display: inline;
}
.no-boxes {
  margin: 0px;
}
.controller-profile #content .no-boxes h1, .controller-profile #content .no-boxes table th {
  text-align: left;
}
.controller-profile .private-profile-message {
  font-style: italic;
  border: 1px solid #ddd;
  background: #ffd;
  padding: 10px;
}
.controller-profile .public-profile-description {
  font-style: italic;
  border: 0;
  background: transparent;
  color: black;
  padding: 10px;
}
.controller-profile .private-profile-message, .controller-profile .private-profile-description {
  margin: 5px 0px 5px 160px;
}
.controller-profile_design .article-block-edition option, .controller-environment_design .article-block-edition option {
  width: 470px;
  overflow-x: hidden;
}

#circles-checkboxes {
  text-align: left;
  margin-left: 15%;
}

#circles-checkboxes .circle:last-child {
  margin-bottom: 10px;
}