Update the src of customized elements

This commit is contained in:
yflory
2016-09-26 17:35:27 +02:00
parent c16e8d603b
commit 1ac94105bb
10 changed files with 65 additions and 74 deletions

View File

@@ -137,6 +137,12 @@ tr {
border: 2px solid #a1f4bf;
color: #46E981;
}
.create {
display: none;
}
.action {
display: inline-block;
}
.buttons {
margin-bottom: 50px;
margin-top: 20px;
@@ -148,12 +154,6 @@ tr {
margin-bottom: 12px;
white-space: nowrap;
}
.create {
display: none;
}
.action {
display: inline-block;
}
/* Tables */
table {
border-collapse: collapse;