1
0

Done contact links management pages

This commit is contained in:
Michael Gordeev
2019-12-13 01:09:07 +03:00
parent d66b874de1
commit 5152fb0e32
12 changed files with 217 additions and 23 deletions
@@ -76,6 +76,10 @@ table {
width: 100%;
}
.form-group input {
width: auto;
}
@media only screen and (max-width: 700px) {
form {
max-width: initial;
+19 -1
View File
@@ -60,7 +60,7 @@ footer {
padding: 10px;
display: grid;
align-items: center;
grid-template-columns: 1fr auto auto auto;
grid-template-columns: 1fr auto;
grid-column-gap: 10px;
}
footer a {
@@ -104,6 +104,24 @@ article a:visited, article a:link {
color: blue;
}
.btn {
background-color: #343434;
color: white;
}
.btn-danger {
background-color: red;
color: white;
}
.checkbox {
width: auto;
}
.readonly {
background-color: lightgray;
}
.comment, .comment:visited {
color: #57a64a !important;
}