Fix issue for "inédits", new "existant" button, and CSS improvement
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user