forked from ScoDoc/ScoDoc
Assiduite: saisie sur mobile: ne montre pas la minitimeline
This commit is contained in:
parent
0ec9814ac4
commit
8d85edbf1f
@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
|
|
||||||
|
#app-content>.gtrcontent {
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.sco-app-content {
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
/* <== Module Assiduité ==> */
|
/* <== Module Assiduité ==> */
|
||||||
#ajout-assiduite-etud .description>textarea,
|
#ajout-assiduite-etud .description>textarea,
|
||||||
#ajout-justificatif-etud .raison>textarea {
|
#ajout-justificatif-etud .raison>textarea {
|
||||||
@ -86,17 +94,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.etud_row .assiduites_bar {
|
.etud_row .assiduites_bar {
|
||||||
|
/* grid-column: 4 !important;
|
||||||
|
grid-row: 1; */
|
||||||
|
/* Ne montre pas la minitimeline sur écrans étroits */
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.etud_row .btns_field.single {
|
||||||
grid-column: 4 !important;
|
grid-column: 4 !important;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.etud_row .btns_field.single {
|
|
||||||
grid-column: 3 !important;
|
|
||||||
grid-row: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rbtn::before {
|
.rbtn::before {
|
||||||
--size: 35px;
|
--size: 26px;
|
||||||
width: var(--size) !important;
|
width: var(--size) !important;
|
||||||
height: var(--size) !important;
|
height: var(--size) !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user