mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
fix css
This commit is contained in:
parent
60e5aa8716
commit
abbc0995f2
1 changed files with 3 additions and 0 deletions
|
@ -1728,6 +1728,7 @@ th.custom-field .modal-tooltiptext {
|
||||||
}
|
}
|
||||||
|
|
||||||
#alert-flash {
|
#alert-flash {
|
||||||
|
|
||||||
button {
|
button {
|
||||||
margin-right: 400px;
|
margin-right: 400px;
|
||||||
}
|
}
|
||||||
|
@ -1737,9 +1738,11 @@ th.custom-field .modal-tooltiptext {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width:768px) {
|
@media(max-width:768px) {
|
||||||
|
|
||||||
button {
|
button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.glyphicon {
|
.glyphicon {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue