Add specific styles for the card tag form element.

Also add a `.hidden` class in the baggy theme to have consistency with material.
This commit is contained in:
Stéphane HULARD 2018-01-24 17:30:06 +01:00 committed by Jeremy Benoist
parent 559f708cae
commit 32968bd30e
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
3 changed files with 23 additions and 3 deletions

View file

@ -295,6 +295,15 @@ div.pagination ul {
}
}
.hide {
.card-tag-form {
display: inline-block;
}
.card-tag-form input[type="text"] {
min-width: 20em;
}
.hide,
.hidden {
display: none;
}

View file

@ -180,6 +180,17 @@ a.original:not(.waves-effect) {
flex-grow: 1;
}
.card-tag-form {
display: flex;
min-width: 100px;
flex-grow: 1;
}
.card-tag-form input {
margin-bottom: 0;
height: 2rem;
}
.card-tag-rss {
display: flex;
}

File diff suppressed because one or more lines are too long