Projekt

Obecné

Profil

Stáhnout (1017 Bajtů) Statistiky
| Větev: | Revize:
1
body {
2
  background-color: #ecf0f5;
3
}
4

    
5
main {
6
  margin-top: 15px;
7
}
8

    
9
.container {
10
  padding: 0;
11
}
12

    
13
.container > h1
14
{
15
  font-size: 24px;
16
}
17

    
18
.box {
19
  border-radius: 3px;
20
  background: #ffffff;
21
  border-top: 3px solid #d2d6de;
22
  border-top-color: #005cab;
23
  margin-bottom: 20px;
24
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
25

    
26
  padding: 5px 5px 5px 5px;
27
}
28

    
29
.box-title {
30
  display: inline-block;
31
  font-weight: bold;
32
  font-size: 18px;
33
  margin: 0;
34
  line-height: 1;
35
}
36

    
37
.box-header {
38
  border-bottom: 1px solid #f4f4f4;
39
  color: #444;
40
  display: block;
41
  padding: 10 10 10 0;
42
  position: relative;
43
}
44

    
45
table {
46
  margin-top: 10px;
47
}
48

    
49

    
50
.button-container {
51
  margin-top: 10px;
52
  margin-bottom: 10px;
53
}
54

    
55
.align-right {
56
  float: right;
57
}
58

    
59
.action-button {
60
  width: 28px;
61
  height: 24px;
62
  background: #f5f5f5;
63
  text-align: center;
64
  box-shadow: 0 0 1px #b3b3b3;
65
  color: #333333;
66
  display: inline-block;
67
}
68

    
69
.action-button a{
70
  color: #333333;
71
  text-decoration: none;
72
  padding-top: 4px;
73
}
74

    
75
.center-cell {
76
  text-align: center;
77
}
(15-15/15)