aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app/styles.css
blob: 1fa93c779ad0a2483f8461fb26dca9e327e6e616 (plain)
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
.boxed-group {
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #fff;
}

.boxed-group > h2 {
  line-height: 24px;
  padding: 15px 20px 0;
}

.boxed-group hr {
  height: 0;
  border-top: 1px solid #efefef;
  margin: 15px -20px;
}

.boxed-group-actions {
  float: right;
  margin-top: 15px;
  margin-right: 20px;
}

.boxed-group-inner {
  padding: 15px 20px;
}

.boxed-group-inner:empty {
  padding-top: 0;
}

.boxed-group-list {
  margin-top: -8px;
  margin-bottom: -8px;
}

.boxed-group-list > li {
  margin-left: -20px;
  margin-right: -20px;
  padding: 8px 20px;
}