| 1 |
body { |
| 2 |
margin: 60px auto 24px; |
| 3 |
box-shadow: none; |
| 4 |
background: #f1f1f1; |
| 5 |
padding: 0; |
| 6 |
} |
| 7 |
.erp-logo { |
| 8 |
text-align: center; |
| 9 |
} |
| 10 |
.erp-logo a { |
| 11 |
text-decoration: none; |
| 12 |
} |
| 13 |
.erp-setup-content { |
| 14 |
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); |
| 15 |
padding: 24px 24px 0; |
| 16 |
background: #fff; |
| 17 |
overflow: hidden; |
| 18 |
zoom: 1; |
| 19 |
} |
| 20 |
.erp-setup-content h1, |
| 21 |
.erp-setup-content h2, |
| 22 |
.erp-setup-content h3, |
| 23 |
.erp-setup-content table { |
| 24 |
margin: 0 0 24px; |
| 25 |
border: 0; |
| 26 |
padding: 0; |
| 27 |
color: #666; |
| 28 |
clear: none; |
| 29 |
} |
| 30 |
.erp-setup-content p { |
| 31 |
margin: 0 0 24px; |
| 32 |
font-size: 1em; |
| 33 |
line-height: 1.75em; |
| 34 |
color: #666; |
| 35 |
} |
| 36 |
.erp-setup-content ul.unstyled { |
| 37 |
list-style: none; |
| 38 |
margin: 0 0 20px 0; |
| 39 |
} |
| 40 |
.erp-setup-content ul.unstyled li { |
| 41 |
padding-bottom: 10px; |
| 42 |
} |
| 43 |
.erp-setup-content ul.unstyled li.add-new { |
| 44 |
padding-top: 15px; |
| 45 |
} |
| 46 |
.erp-setup-content table { |
| 47 |
font-size: 1em; |
| 48 |
line-height: 1.75em; |
| 49 |
color: #666; |
| 50 |
} |
| 51 |
.erp-setup-content a { |
| 52 |
color: #a16696; |
| 53 |
} |
| 54 |
.erp-setup-content a:hover, |
| 55 |
.erp-setup-content a:focus { |
| 56 |
color: #111; |
| 57 |
} |
| 58 |
.erp-setup-content .form-table th { |
| 59 |
width: 35%; |
| 60 |
vertical-align: top; |
| 61 |
font-weight: normal; |
| 62 |
} |
| 63 |
.erp-setup-content .form-table td { |
| 64 |
vertical-align: top; |
| 65 |
} |
| 66 |
.erp-setup-content .form-table td select, |
| 67 |
.erp-setup-content .form-table td input { |
| 68 |
width: 100%; |
| 69 |
box-sizing: border-box; |
| 70 |
} |
| 71 |
.erp-setup-content .form-table td select { |
| 72 |
border: 1px solid #ccc; |
| 73 |
padding: 5px 10px; |
| 74 |
vertical-align: middle; |
| 75 |
line-height: 28px; |
| 76 |
height: 28px; |
| 77 |
font-size: 14px; |
| 78 |
} |
| 79 |
.erp-setup-content .form-table td input[size] { |
| 80 |
width: auto; |
| 81 |
} |
| 82 |
.erp-setup-content .form-table td .description { |
| 83 |
line-height: 1.5em; |
| 84 |
display: block; |
| 85 |
margin-top: .25em; |
| 86 |
color: #999; |
| 87 |
font-style: italic; |
| 88 |
} |
| 89 |
.erp-setup-content .form-table td .input-checkbox, |
| 90 |
.erp-setup-content .form-table td .input-radio { |
| 91 |
width: auto; |
| 92 |
box-sizing: inherit; |
| 93 |
padding: inherit; |
| 94 |
margin: 0 .5em 0 0; |
| 95 |
box-shadow: none; |
| 96 |
} |
| 97 |
.erp-setup-content .form-table .section_title td { |
| 98 |
padding: 0; |
| 99 |
} |
| 100 |
.erp-setup-content .form-table .section_title td h2, |
| 101 |
.erp-setup-content .form-table .section_title td p { |
| 102 |
margin: 12px 0 0; |
| 103 |
} |
| 104 |
.erp-setup-content .form-table th, |
| 105 |
.erp-setup-content .form-table td { |
| 106 |
padding: 12px 0; |
| 107 |
margin: 0; |
| 108 |
border: 0; |
| 109 |
} |
| 110 |
.erp-setup-content .form-table th:first-child, |
| 111 |
.erp-setup-content .form-table td:first-child { |
| 112 |
padding-right: 1em; |
| 113 |
} |
| 114 |
.erp-setup-content .final-step { |
| 115 |
text-align: center; |
| 116 |
} |
| 117 |
.erp-setup-content .final-step h1 { |
| 118 |
border-bottom: 1px solid #eee; |
| 119 |
padding-bottom: 20px; |
| 120 |
margin-bottom: 30px; |
| 121 |
} |
| 122 |
.erp-setup-content .final-step h2 { |
| 123 |
float: left; |
| 124 |
width: 50%; |
| 125 |
text-align: right; |
| 126 |
margin-right: 20px; |
| 127 |
} |
| 128 |
.erp-setup-content .final-step a { |
| 129 |
float: left; |
| 130 |
} |
| 131 |
.erp-setup-content .two-col { |
| 132 |
overflow: hidden; |
| 133 |
margin: 0 0 24px; |
| 134 |
} |
| 135 |
.erp-setup-content .two-col::after { |
| 136 |
content: ''; |
| 137 |
clear: both; |
| 138 |
} |
| 139 |
.erp-setup-content .two-col .col-first, |
| 140 |
.erp-setup-content .two-col .col-last { |
| 141 |
width: 50%; |
| 142 |
box-sizing: border-box; |
| 143 |
float: left; |
| 144 |
} |
| 145 |
.erp-setup-content .erp-setup-next-steps { |
| 146 |
overflow: hidden; |
| 147 |
margin: 0 0 24px; |
| 148 |
} |
| 149 |
.erp-setup-content .erp-setup-next-steps h2 { |
| 150 |
margin-bottom: 12px; |
| 151 |
} |
| 152 |
.erp-setup-content .erp-setup-actions { |
| 153 |
overflow: hidden; |
| 154 |
} |
| 155 |
.erp-setup-content .erp-setup-actions .button { |
| 156 |
float: right; |
| 157 |
font-size: 1.25em; |
| 158 |
padding: .5em 1em; |
| 159 |
line-height: 1em; |
| 160 |
margin-right: .5em; |
| 161 |
height: auto; |
| 162 |
} |
| 163 |
.erp-setup-content .erp-setup-actions .button-primary { |
| 164 |
float: right; |
| 165 |
} |
| 166 |
.erp-setup-steps { |
| 167 |
padding: 0 0 24px; |
| 168 |
margin: 0; |
| 169 |
list-style: none outside; |
| 170 |
overflow: hidden; |
| 171 |
color: #ccc; |
| 172 |
width: 100%; |
| 173 |
display: -webkit-inline-flex; |
| 174 |
display: -ms-inline-flexbox; |
| 175 |
display: inline-flex; |
| 176 |
} |
| 177 |
.erp-setup-steps li { |
| 178 |
width: 20%; |
| 179 |
float: left; |
| 180 |
padding: 0 0 0.8em; |
| 181 |
margin: 0; |
| 182 |
text-align: center; |
| 183 |
position: relative; |
| 184 |
border-bottom: 4px solid #ccc; |
| 185 |
line-height: 1.4em; |
| 186 |
} |
| 187 |
.erp-setup-steps li:before { |
| 188 |
content: ""; |
| 189 |
border: 4px solid #ccc; |
| 190 |
border-radius: 100%; |
| 191 |
width: 4px; |
| 192 |
height: 4px; |
| 193 |
position: absolute; |
| 194 |
bottom: 0; |
| 195 |
left: 50%; |
| 196 |
margin-left: -6px; |
| 197 |
margin-bottom: -8px; |
| 198 |
background: #fff; |
| 199 |
} |
| 200 |
.erp-setup-steps li.active { |
| 201 |
border-color: #008ec2; |
| 202 |
color: #008ec2; |
| 203 |
} |
| 204 |
.erp-setup-steps li.active:before { |
| 205 |
border-color: #008ec2; |
| 206 |
} |
| 207 |
.erp-setup-steps li.done { |
| 208 |
border-color: #008ec2; |
| 209 |
color: #008ec2; |
| 210 |
} |
| 211 |
.erp-setup-steps li.done:before { |
| 212 |
border-color: #008ec2; |
| 213 |
background: #008ec2; |
| 214 |
} |
| 215 |
.erp-return-to-dashboard { |
| 216 |
font-size: 0.85em; |
| 217 |
color: #b5b5b5; |
| 218 |
margin: 1.18em 0; |
| 219 |
display: block; |
| 220 |
text-align: center; |
| 221 |
} |
| 222 |
|