Fix issue for "inédits", new "existant" button, and CSS improvement

This commit is contained in:
2021-02-10 22:21:02 +01:00
parent d55c1bf238
commit a2a2dc97c0
6 changed files with 99 additions and 54 deletions

View File

@ -26,6 +26,10 @@ a {
text-decoration:none;
}
.center {
text-align:center;
}
header {
border-top:.2rem solid #187795;
box-shadow:0 .4rem .4rem 0 rgba(0,0,0,.04);
@ -406,7 +410,6 @@ article.explorer form h3, article.explorer form span {
}
article.explorer form .container {
/*max-width:80vw;*/
margin:auto;
display:flex;
align-self:flex-start;
@ -423,11 +426,6 @@ article.explorer form select {
margin-left:0.2rem;
}
/* does not seem to work */
article.explorer form .box {
margin:1rem;
}
article.explorer input[type = submit] {
display:block;
margin:auto;
@ -443,6 +441,10 @@ article.explorer input[type = submit] {
color:white;
}
input:checked + label {
font-weight:bold;
}
@media only screen and (max-width:600px) {
article.explorer form .container {
display:block;
@ -535,7 +537,6 @@ article.explorer tr td:first-child {
}
article.explorer tr td:nth-child(2) {
width:25%;
white-space:nowrap;
}