cirandas.net

ref: master

public/stylesheets/environment-users.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
.controller-users td.actions {
  text-align: center;
}

.controller-users .search-field #q {
  width: 85%;
}

.controller-users .search-field input[type='submit'] {
  float: right;
}

#environment-profiles-search form {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #E6E6E6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.environment-profiles-results-header {
  font-size: 0.9em;
  padding: 6px 0px 0px 0px;
  margin:0 0 5px 0;
  border-bottom: 2px dotted #999;
  text-align: right;
}
#environment-profiles-filter-title {
  font-weight: bold;
  font-size: 130%;
  line-height: 35px;
  float: left;
}