Add Swift storage library
This commit is contained in:
parent
417c77f4d9
commit
5845e37e32
9 changed files with 341 additions and 33 deletions
|
@ -388,6 +388,29 @@ a:focus {
|
|||
width: 400px;
|
||||
}
|
||||
|
||||
.config-map-field-element table {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.config-map-field-element .form-control-container {
|
||||
border-top: 1px solid #eee;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.config-map-field-element .form-control-container select, .config-map-field-element .form-control-container input {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.config-map-field-element .empty {
|
||||
color: #ccc;
|
||||
margin-bottom: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.config-map-field-element .item-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.config-contact-field {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
|
Reference in a new issue