1 |
295437cb
|
cagy
|
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 |
|
|
}
|
78 |
3a515b92
|
cagy
|
|
79 |
|
|
.submit_center_button {
|
80 |
|
|
text-align: center;
|
81 |
|
|
}
|
82 |
|
|
|
83 |
|
|
.enum_box {
|
84 |
|
|
padding-left: 20px;
|
85 |
|
|
}
|
86 |
|
|
|
87 |
|
|
.enum_values {
|
88 |
|
|
padding-left: 20px;
|
89 |
|
|
}
|
90 |
|
|
|
91 |
|
|
.panel {
|
92 |
|
|
border: 1px solid #d2d6de;
|
93 |
|
|
border-radius: 4px;
|
94 |
|
|
margin-bottom: 5px;
|
95 |
|
|
}
|
96 |
|
|
|
97 |
|
|
.panel-body {
|
98 |
|
|
padding: 5px;
|
99 |
|
|
}
|
100 |
|
|
|
101 |
|
|
.panel-heading a {
|
102 |
|
|
display: inline-block;
|
103 |
|
|
margin: 0;
|
104 |
|
|
padding-top: 3px;
|
105 |
|
|
text-decoration: none;
|
106 |
|
|
color: black;
|
107 |
|
|
padding-left: 5px;
|
108 |
|
|
font-size: 18px;
|
109 |
|
|
}
|
110 |
|
|
|
111 |
|
|
.input-action-box {
|
112 |
|
|
display: flex;
|
113 |
|
|
}
|
114 |
|
|
|
115 |
|
|
.input-action-margin {
|
116 |
|
|
margin-top: 8px;
|
117 |
|
|
}
|
118 |
|
|
|
119 |
|
|
.input-border-bottom {
|
120 |
|
|
border-bottom: 1px solid #d2d6de;
|
121 |
|
|
}
|
122 |
|
|
|
123 |
|
|
.form-add-item {
|
124 |
|
|
margin-top: 5px;
|
125 |
|
|
margin-bottom: 0px;
|
126 |
|
|
}
|
127 |
|
|
|
128 |
|
|
.margin-select {
|
129 |
|
|
margin-top: 2px;
|
130 |
|
|
}
|
131 |
|
|
|
132 |
|
|
.flex {
|
133 |
|
|
display:flex;
|
134 |
|
|
}
|
135 |
|
|
|
136 |
|
|
.sort-icon {
|
137 |
|
|
margin-top: 13px;
|
138 |
|
|
padding-right: 13px;
|
139 |
|
|
}
|
140 |
|
|
|
141 |
|
|
.collapse-actions {
|
142 |
|
|
margin-top: -5px;
|
143 |
|
|
padding-right: 4px;
|
144 |
|
|
}
|
145 |
|
|
|
146 |
|
|
.action-padding a {
|
147 |
|
|
padding-left: 0;
|
148 |
|
|
}
|
149 |
|
|
|
150 |
|
|
.input-action-margin-collapse {
|
151 |
|
|
margin-top:8px;
|
152 |
|
|
}
|