Done contact links management pages
This commit is contained in:
@@ -76,6 +76,10 @@ table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form-group input {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px) {
|
||||
form {
|
||||
max-width: initial;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user